Skip to content

Commit

Permalink
Merge pull request #9 from meskio/obfs4_v2_framing
Browse files Browse the repository at this point in the history
Fix import path for framing
  • Loading branch information
blanu authored Feb 25, 2020
2 parents c93c87b + 87f1b8b commit 287dc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transports/obfs4/v2/obfs4.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import (
"github.com/OperatorFoundation/obfs4/common/probdist"
"github.com/OperatorFoundation/obfs4/common/replayfilter"
"github.com/OperatorFoundation/shapeshifter-ipc"
"github.com/OperatorFoundation/shapeshifter-transports/transports/obfs4/framing"
"github.com/OperatorFoundation/shapeshifter-transports/transports/obfs4/v2/framing"
)

const (
Expand Down

0 comments on commit 287dc2f

Please sign in to comment.