summaryrefslogtreecommitdiff
path: root/shapeshifter-dispatcher
diff options
context:
space:
mode:
authorDr. Brandon Wiley <brandon@operatorfoundation.org>2018-10-11 03:28:57 -0500
committerDr. Brandon Wiley <brandon@operatorfoundation.org>2018-10-11 03:28:57 -0500
commit57dc260155c58318a20a1e7260d66da2768e57f4 (patch)
treeeaa4d9e203bf16dec531e7d432264beddf9bcb01 /shapeshifter-dispatcher
parent86971126f37d01f3e3fcea00887a552a86c1a382 (diff)
Migrated from PT Go API 2.0 to PT Go Api 2.1
Diffstat (limited to 'shapeshifter-dispatcher')
-rw-r--r--shapeshifter-dispatcher/shapeshifter-dispatcher.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/shapeshifter-dispatcher/shapeshifter-dispatcher.go b/shapeshifter-dispatcher/shapeshifter-dispatcher.go
index de30b97..643df18 100644
--- a/shapeshifter-dispatcher/shapeshifter-dispatcher.go
+++ b/shapeshifter-dispatcher/shapeshifter-dispatcher.go
@@ -54,7 +54,6 @@ import (
_ "github.com/OperatorFoundation/obfs4/proxy_dialers/proxy_http"
_ "github.com/OperatorFoundation/obfs4/proxy_dialers/proxy_socks4"
"github.com/OperatorFoundation/shapeshifter-dispatcher/transports"
- "github.com/OperatorFoundation/shapeshifter-transports/transports/base"
)
const (
@@ -131,7 +130,7 @@ func main() {
// Determine if this is a client or server, initialize the common state.
var clientListeners []net.Listener
- var serverListeners []base.TransportListener
+ var serverListeners []net.Listener
launched := false
isClient, err := checkIsClient(*clientMode, *serverMode)
if err != nil {