summaryrefslogtreecommitdiff
path: root/common/socks5/args_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/socks5/args_test.go')
-rw-r--r--common/socks5/args_test.go2
1 files changed, 1 insertions, 1 deletions
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 {