1
0
Fork 0
forked from External/grumble

Use custom domain for imports.

This commit is contained in:
Mikkel Krautz 2012-03-10 13:18:57 +01:00
parent 6ab358c5e1
commit dc303e6b1e
7 changed files with 26 additions and 26 deletions

View file

@ -10,13 +10,13 @@ import (
"code.google.com/p/goprotobuf/proto"
"crypto/tls"
"encoding/binary"
"github.com/mkrautz/grumble/pkg/blobstore"
"github.com/mkrautz/grumble/pkg/cryptstate"
"github.com/mkrautz/grumble/pkg/mumbleproto"
"mumbleapp.com/grumble/pkg/blobstore"
"mumbleapp.com/grumble/pkg/cryptstate"
"mumbleapp.com/grumble/pkg/mumbleproto"
"io"
"log"
"net"
"github.com/mkrautz/grumble/pkg/packetdatastream"
"mumbleapp.com/grumble/pkg/packetdatastream"
"runtime"
"time"
)