Skip to content

Commit b071dc0

Browse files
committed
minor fixes
1 parent e1a1905 commit b071dc0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ github.com/quic-go/quic-go v0.38.1 h1:M36YWA5dEhEeT+slOu/SwMEucbYd0YFidxG3KlGPZa
7878
github.com/quic-go/quic-go v0.38.1/go.mod h1:ijnZM7JsFIkp4cRyjxJNIzdSfCLmUMg9wdyhGmg+SN4=
7979
github.com/refraction-networking/ed25519 v0.1.2 h1:08kJZUkAlY7a7cZGosl1teGytV+QEoNxPO7NnRvAB+g=
8080
github.com/refraction-networking/ed25519 v0.1.2/go.mod h1:nxYLUAYt/hmNpAh64PNSQ/tQ9gTIB89wCaGKJlRtZ9I=
81-
github.com/refraction-networking/gotapdance v1.7.0-beta h1:JLScLgaHn0+4KDqi57EWCFvW5OEdOeEWdh5Xgo8H7KE=
82-
github.com/refraction-networking/gotapdance v1.7.0-beta/go.mod h1:jRZ7OIyPefXPoZi9oeZseh+oWwC1lSEFZpdVQS+g2hU=
8381
github.com/refraction-networking/gotapdance v1.7.0-beta.1 h1:9qZ0yohp47X0ltQ/1tEearFYCotD68Ib7kQXrzwotxE=
8482
github.com/refraction-networking/gotapdance v1.7.0-beta.1/go.mod h1:v0p1LovLbZETsuCb0Nxq7S0izDIM6c3wKkxpquPrWco=
8583
github.com/refraction-networking/obfs4 v0.1.2 h1:J842O4fGSkd2W8ogYj0KN6gqVVY+Cpqodw9qFGL7wVU=

pkg/registrars/decoy-registrar/decoy-registrar.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type DecoyRegistrar struct {
5858
stats *pb.SessionStats
5959
// add Width, sharedKeys necessary stuff (2nd line in struct except ConjureSeed)
6060
// Keys
61-
fspKey, fspIv, vspKey, vspIv, newMasterSecret []byte
61+
fspKey, fspIv, vspKey, vspIv []byte
6262

6363
Width uint
6464

0 commit comments

Comments
 (0)