forked from External/grumble
Use custom domain for imports.
This commit is contained in:
parent
6ab358c5e1
commit
dc303e6b1e
7 changed files with 26 additions and 26 deletions
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue