diff options
Diffstat (limited to 'transports/obfs3')
-rw-r--r-- | transports/obfs3/obfs3.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/transports/obfs3/obfs3.go b/transports/obfs3/obfs3.go index 08d6be4..c872129 100644 --- a/transports/obfs3/obfs3.go +++ b/transports/obfs3/obfs3.go @@ -41,9 +41,9 @@ import ( "time" "git.torproject.org/pluggable-transports/goptlib.git" - "git.torproject.org/pluggable-transports/obfs4.git/common/csrand" - "git.torproject.org/pluggable-transports/obfs4.git/common/uniformdh" - "git.torproject.org/pluggable-transports/obfs4.git/transports/base" + "github.com/OperatorFoundation/obfs4/common/csrand" + "github.com/OperatorFoundation/obfs4/common/uniformdh" + "github.com/OperatorFoundation/obfs4/transports/base" ) const ( |