Skip to content

Commit

Permalink
added shapeshifter-ipc v2
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoSax committed Jul 2, 2020
1 parent 7de0f66 commit 2c6db6b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion transports/Dust/v2/Dust.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"net"
"time"

"github.com/OperatorFoundation/shapeshifter-ipc"
"github.com/OperatorFoundation/shapeshifter-ipc/v2"
"github.com/blanu/Dust/go/v2/interface"
)

Expand Down
2 changes: 1 addition & 1 deletion transports/Dust/v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.12

require (
github.com/OperatorFoundation/obfs4 v1.0.0
github.com/OperatorFoundation/shapeshifter-ipc v0.0.0-20170814234159-11746ba927e0
github.com/OperatorFoundation/shapeshifter-ipc/v2 v2.0.0
github.com/blanu/Dust v1.0.1 // indirect
github.com/blanu/Dust/go/v2/interface v1.0.1
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
Expand Down
4 changes: 2 additions & 2 deletions transports/Dust/v2/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ github.com/OperatorFoundation/ed25519 v0.0.0-20200225224545-b22b4bd3ddef h1:1xEt
github.com/OperatorFoundation/ed25519 v0.0.0-20200225224545-b22b4bd3ddef/go.mod h1:gQNGvsyT4Zmps9H/yzCqdc+RQzt8ZxCndRNtGTYnBzQ=
github.com/OperatorFoundation/obfs4 v1.0.0 h1:OcfdNMzv69fKQrLTkTSwpaBkHyBZMLjigA5M3txZpAg=
github.com/OperatorFoundation/obfs4 v1.0.0/go.mod h1:6apgxOLYwyvbpzujpFHWu6Jlc+mjn1aFK7WvNijIVWc=
github.com/OperatorFoundation/shapeshifter-ipc v0.0.0-20170814234159-11746ba927e0 h1:zDYt6FDJwDSX4woVFVK2EMt7fkxU5L5qDNLUjQwA+BQ=
github.com/OperatorFoundation/shapeshifter-ipc v0.0.0-20170814234159-11746ba927e0/go.mod h1:kB00Ak8Dgn1uZlZHLc/WsUta58Jc+n/ZhCetcPkh42Q=
github.com/OperatorFoundation/shapeshifter-ipc/v2 v2.0.0 h1:6aQs+TF3KULMarpzbKu8DhFOF9D2UBCaAN5ZtbK53nQ=
github.com/OperatorFoundation/shapeshifter-ipc/v2 v2.0.0/go.mod h1:gb/QiZH0QDXLSQ9PskyJ2oTflB7tsP4AYc8y+FppvB0=
github.com/blanu/Dust v1.0.0/go.mod h1:jLFQI2Ufz4kBnGiTzh8O9+/p4U/9MLbouXkaympnTI0=
github.com/blanu/Dust v1.0.1 h1:C1IiRXr9YP1A4iiuhhpQOCgl8785LoVq78lbDrVRVqc=
github.com/blanu/Dust v1.0.1/go.mod h1:jLFQI2Ufz4kBnGiTzh8O9+/p4U/9MLbouXkaympnTI0=
Expand Down
8 changes: 4 additions & 4 deletions transports/Optimizer/v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/OperatorFoundation/shapeshifter-transports/transports/Optimize
go 1.12

require (
github.com/OperatorFoundation/shapeshifter-transports/transports/meeklite/v2 v2.2.1
github.com/OperatorFoundation/shapeshifter-transports/transports/obfs2/v2 v2.2.1
github.com/OperatorFoundation/shapeshifter-transports/transports/obfs4/v2 v2.2.1
github.com/OperatorFoundation/shapeshifter-transports/transports/shadow/v2 v2.2.1
github.com/OperatorFoundation/shapeshifter-transports/transports/meeklite/v2 v2.2.2
github.com/OperatorFoundation/shapeshifter-transports/transports/obfs2/v2 v2.2.2
github.com/OperatorFoundation/shapeshifter-transports/transports/obfs4/v2 v2.2.2
github.com/OperatorFoundation/shapeshifter-transports/transports/shadow/v2 v2.2.2
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
)

0 comments on commit 2c6db6b

Please sign in to comment.