diff options
Diffstat (limited to 'common/socks5')
-rw-r--r-- | common/socks5/args.go | 2 | ||||
-rw-r--r-- | common/socks5/args_test.go | 2 | ||||
-rw-r--r-- | common/socks5/socks5.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/common/socks5/args.go b/common/socks5/args.go index d9ea099..6d161c0 100644 --- a/common/socks5/args.go +++ b/common/socks5/args.go @@ -29,7 +29,7 @@ package socks5 import ( "fmt" - "git.torproject.org/pluggable-transports/goptlib.git" + "github.com/OperatorFoundation/shapeshifter-ipc" ) // parseClientParameters takes a client parameter string formatted according to diff --git a/common/socks5/args_test.go b/common/socks5/args_test.go index d9d3f22..ec40afe 100644 --- a/common/socks5/args_test.go +++ b/common/socks5/args_test.go @@ -5,7 +5,7 @@ package socks5 import ( "testing" - "git.torproject.org/pluggable-transports/goptlib.git" + "github.com/OperatorFoundation/shapeshifter-ipc" ) func stringSlicesEqual(a, b []string) bool { diff --git a/common/socks5/socks5.go b/common/socks5/socks5.go index d15e542..42b19eb 100644 --- a/common/socks5/socks5.go +++ b/common/socks5/socks5.go @@ -46,7 +46,7 @@ import ( "syscall" "time" - "git.torproject.org/pluggable-transports/goptlib.git" + "github.com/OperatorFoundation/shapeshifter-ipc" ) const ( |