From c657a5d4d6c5ce751acfff63bfe9c81b0a503628 Mon Sep 17 00:00:00 2001 From: Brandon Wiley Date: Wed, 16 Nov 2016 12:02:02 -0600 Subject: Fixed import paths --- shapeshifter-dispatcher/shapeshifter-dispatcher.go | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'shapeshifter-dispatcher') diff --git a/shapeshifter-dispatcher/shapeshifter-dispatcher.go b/shapeshifter-dispatcher/shapeshifter-dispatcher.go index d11a39b..8820c30 100644 --- a/shapeshifter-dispatcher/shapeshifter-dispatcher.go +++ b/shapeshifter-dispatcher/shapeshifter-dispatcher.go @@ -39,18 +39,18 @@ import ( "syscall" "git.torproject.org/pluggable-transports/goptlib.git" - "github.com/OperatorFoundation/obfs4/common/log" - "github.com/OperatorFoundation/obfs4/common/pt_extras" - "github.com/OperatorFoundation/obfs4/common/termmon" - "github.com/OperatorFoundation/obfs4/transports" - - "github.com/OperatorFoundation/obfs4/modes/pt_socks5" - "github.com/OperatorFoundation/obfs4/modes/transparent_tcp" - "github.com/OperatorFoundation/obfs4/modes/transparent_udp" - "github.com/OperatorFoundation/obfs4/modes/stun_udp" - - _ "github.com/OperatorFoundation/obfs4/proxy_dialers/proxy_socks4" - _ "github.com/OperatorFoundation/obfs4/proxy_dialers/proxy_http" + "github.com/OperatorFoundation/shapeshifter-dispatcher/common/log" + "github.com/OperatorFoundation/shapeshifter-dispatcher/common/pt_extras" + "github.com/OperatorFoundation/shapeshifter-dispatcher/common/termmon" + "github.com/OperatorFoundation/shapeshifter-dispatcher/transports" + + "github.com/OperatorFoundation/shapeshifter-dispatcher/modes/pt_socks5" + "github.com/OperatorFoundation/shapeshifter-dispatcher/modes/transparent_tcp" + "github.com/OperatorFoundation/shapeshifter-dispatcher/modes/transparent_udp" + "github.com/OperatorFoundation/shapeshifter-dispatcher/modes/stun_udp" + + _ "github.com/OperatorFoundation/shapeshifter-dispatcher/proxy_dialers/proxy_socks4" + _ "github.com/OperatorFoundation/shapeshifter-dispatcher/proxy_dialers/proxy_http" ) const ( -- cgit v1.2.3