summaryrefslogtreecommitdiff
path: root/modes
diff options
context:
space:
mode:
authorBrandon Wiley <brandon@blanu.net>2016-12-08 17:19:01 -0600
committerBrandon Wiley <brandon@blanu.net>2016-12-08 17:19:01 -0600
commit7badc1da1f0b9929a374f0340ea5ff05adb70a73 (patch)
tree38531a19a0e40664f5b2eb8650708c72bff63415 /modes
parent1c49c7cf275d81121db2f84537a9d79ef31502be (diff)
Updated goptlib import paths to use shapeshifter-ipc
Diffstat (limited to 'modes')
-rw-r--r--modes/pt_socks5/pt_socks5.go2
-rw-r--r--modes/stun_udp/stun_udp.go2
-rw-r--r--modes/transparent_tcp/transparent_tcp.go2
-rw-r--r--modes/transparent_udp/transparent_udp.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/modes/pt_socks5/pt_socks5.go b/modes/pt_socks5/pt_socks5.go
index 38b0e2c..736f5e5 100644
--- a/modes/pt_socks5/pt_socks5.go
+++ b/modes/pt_socks5/pt_socks5.go
@@ -39,7 +39,7 @@ import (
"golang.org/x/net/proxy"
- "git.torproject.org/pluggable-transports/goptlib.git"
+ "github.com/OperatorFoundation/shapeshifter-ipc"
"github.com/OperatorFoundation/shapeshifter-dispatcher/common/log"
"github.com/OperatorFoundation/shapeshifter-dispatcher/common/socks5"
"github.com/OperatorFoundation/shapeshifter-dispatcher/common/termmon"
diff --git a/modes/stun_udp/stun_udp.go b/modes/stun_udp/stun_udp.go
index d636881..12a4c39 100644
--- a/modes/stun_udp/stun_udp.go
+++ b/modes/stun_udp/stun_udp.go
@@ -44,7 +44,7 @@ import (
"github.com/willscott/goturn"
- "git.torproject.org/pluggable-transports/goptlib.git"
+ "github.com/OperatorFoundation/shapeshifter-ipc"
"github.com/OperatorFoundation/shapeshifter-dispatcher/common/log"
"github.com/OperatorFoundation/shapeshifter-dispatcher/common/termmon"
"github.com/OperatorFoundation/shapeshifter-dispatcher/transports"
diff --git a/modes/transparent_tcp/transparent_tcp.go b/modes/transparent_tcp/transparent_tcp.go
index ae7b97c..33d8513 100644
--- a/modes/transparent_tcp/transparent_tcp.go
+++ b/modes/transparent_tcp/transparent_tcp.go
@@ -40,7 +40,7 @@ import (
"golang.org/x/net/proxy"
- "git.torproject.org/pluggable-transports/goptlib.git"
+ "github.com/OperatorFoundation/shapeshifter-ipc"
"github.com/OperatorFoundation/shapeshifter-dispatcher/common/log"
"github.com/OperatorFoundation/shapeshifter-dispatcher/common/termmon"
"github.com/OperatorFoundation/shapeshifter-transports/transports/base"
diff --git a/modes/transparent_udp/transparent_udp.go b/modes/transparent_udp/transparent_udp.go
index f9c2efc..ec12b14 100644
--- a/modes/transparent_udp/transparent_udp.go
+++ b/modes/transparent_udp/transparent_udp.go
@@ -42,7 +42,7 @@ import (
"golang.org/x/net/proxy"
- "git.torproject.org/pluggable-transports/goptlib.git"
+ "github.com/OperatorFoundation/shapeshifter-ipc"
"github.com/OperatorFoundation/shapeshifter-dispatcher/common/log"
"github.com/OperatorFoundation/shapeshifter-dispatcher/common/termmon"
"github.com/OperatorFoundation/shapeshifter-dispatcher/transports"