From 57dc260155c58318a20a1e7260d66da2768e57f4 Mon Sep 17 00:00:00 2001 From: "Dr. Brandon Wiley" Date: Thu, 11 Oct 2018 03:28:57 -0500 Subject: Migrated from PT Go API 2.0 to PT Go Api 2.1 --- shapeshifter-dispatcher/shapeshifter-dispatcher.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shapeshifter-dispatcher') 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 { -- cgit v1.2.3