diff options
Diffstat (limited to 'transports')
-rw-r--r-- | transports/obfs4/framing/framing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transports/obfs4/framing/framing.go b/transports/obfs4/framing/framing.go index 04e788f..879765d 100644 --- a/transports/obfs4/framing/framing.go +++ b/transports/obfs4/framing/framing.go @@ -67,7 +67,7 @@ import ( "fmt" "io" - "code.google.com/p/go.crypto/nacl/secretbox" + "golang.org/x/crypto/nacl/secretbox" "git.torproject.org/pluggable-transports/obfs4.git/common/csrand" "git.torproject.org/pluggable-transports/obfs4.git/common/drbg" |