1
0
Fork 0
forked from External/grumble

use updated import paths for proto, nacl

This commit is contained in:
Tim Cooper 2016-03-25 22:04:43 -03:00
parent 00ed0498aa
commit 083163daf9
12 changed files with 12 additions and 12 deletions

View file

@ -6,7 +6,7 @@ package cryptstate
import (
"unsafe"
"code.google.com/p/go.crypto/nacl/secretbox"
"golang.org/x/crypto/nacl/secretbox"
)
// secretBoxMode implements the XSalsa20-Poly1305 CryptoMode

View file

@ -6,8 +6,8 @@ package freezer
import (
"bytes"
"code.google.com/p/goprotobuf/proto"
"encoding/binary"
"github.com/golang/protobuf/proto"
"hash/crc32"
"io"
"math"

View file

@ -4,7 +4,7 @@
package freezer
import proto "code.google.com/p/goprotobuf/proto"
import proto "github.com/golang/protobuf/proto"
import json "encoding/json"
import math "math"

View file

@ -5,8 +5,8 @@
package freezer
import (
"code.google.com/p/goprotobuf/proto"
"encoding/binary"
"github.com/golang/protobuf/proto"
"hash"
"hash/crc32"
"io"

View file

@ -17,8 +17,8 @@ package freezer
import (
"bytes"
"code.google.com/p/goprotobuf/proto"
"encoding/binary"
"github.com/golang/protobuf/proto"
"hash"
"hash/crc32"
"io"

View file

@ -4,7 +4,7 @@
package mumbleproto
import proto "code.google.com/p/goprotobuf/proto"
import proto "github.com/golang/protobuf/proto"
import json "encoding/json"
import math "math"