summaryrefslogtreecommitdiff
path: root/shapeshifter.go
diff options
context:
space:
mode:
Diffstat (limited to 'shapeshifter.go')
-rw-r--r--shapeshifter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/shapeshifter.go b/shapeshifter.go
index 671ef90..7ac4665 100644
--- a/shapeshifter.go
+++ b/shapeshifter.go
@@ -9,7 +9,7 @@ import (
"sync"
"github.com/OperatorFoundation/obfs4/common/ntor"
- "github.com/OperatorFoundation/shapeshifter-transports/transports/obfs4"
+ "github.com/OperatorFoundation/shapeshifter-transports/transports/obfs4/v2"
"golang.org/x/net/proxy"
)