Skip to content

Commit aa88c44

Browse files
authored
update go module versions (#182)
1 parent 76008cb commit aa88c44

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

go.mod

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/oschwald/geoip2-golang v1.8.0
1717
github.com/pebbe/zmq4 v1.2.9
1818
github.com/pelletier/go-toml v1.9.5
19-
github.com/refraction-networking/gotapdance v1.5.1
19+
github.com/refraction-networking/gotapdance v1.5.2
2020
github.com/sirupsen/logrus v1.9.0
2121
github.com/stretchr/testify v1.8.1
2222
gitlab.com/yawning/obfs4.git v0.0.0-20220904064028-336a71d6e4cf
@@ -27,18 +27,14 @@ require (
2727

2828
require (
2929
filippo.io/edwards25519 v1.0.0 // indirect
30-
github.com/andybalholm/brotli v1.0.4 // indirect
3130
github.com/cespare/xxhash/v2 v2.1.2 // indirect
3231
github.com/davecgh/go-spew v1.1.1 // indirect
3332
github.com/dchest/siphash v1.2.3 // indirect
3433
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
3534
github.com/flynn/noise v1.0.0 // indirect
3635
github.com/golang/protobuf v1.5.3 // indirect
37-
github.com/klauspost/compress v1.15.12 // indirect
3836
github.com/oschwald/maxminddb-golang v1.10.0 // indirect
3937
github.com/pmezard/go-difflib v1.0.0 // indirect
40-
github.com/refraction-networking/utls v1.2.0 // indirect
41-
github.com/sergeyfrolov/bsbuffer v0.0.0-20180903213811-94e85abb8507 // indirect
4238
gitlab.com/yawning/edwards25519-extra.git v0.0.0-20220726154925-def713fd18e4 // indirect
4339
golang.org/x/sys v0.8.0 // indirect
4440
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ git.torproject.org/pluggable-transports/goptlib.git v1.3.0 h1:G+iuRUblCCC2xnO+0a
66
git.torproject.org/pluggable-transports/goptlib.git v1.3.0/go.mod h1:4PBMl1dg7/3vMWSoWb46eGWlrxkUyn/CAJmxhDLAlDs=
77
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
88
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
9-
github.com/andybalholm/brotli v1.0.4 h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY=
10-
github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
119
github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=
1210
github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
1311
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -34,8 +32,6 @@ github.com/hashicorp/golang-lru v0.6.0 h1:uL2shRDx7RTrOrTCUZEGP/wJUFiUI8QT6E7z5o
3432
github.com/hashicorp/golang-lru v0.6.0/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
3533
github.com/jmwample/obfs4 v0.0.0-20230113193642-07b111e6b208 h1:6nxlCjgsYnjYafKVqvElKbFL+95Kgg5YWT/GuXUNoD8=
3634
github.com/jmwample/obfs4 v0.0.0-20230113193642-07b111e6b208/go.mod h1:9GcM8QNU9/wXtEEH2q8bVOnPI7FtIF6VVLzZ1l6Hgf8=
37-
github.com/klauspost/compress v1.15.12 h1:YClS/PImqYbn+UILDnqxQCZ3RehC9N318SU3kElDUEM=
38-
github.com/klauspost/compress v1.15.12/go.mod h1:QPwzmACJjUTFsnSHH934V6woptycfrDDJnH7hvFVbGM=
3935
github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI=
4036
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
4137
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
@@ -56,16 +52,8 @@ github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3v
5652
github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
5753
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
5854
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
59-
github.com/refraction-networking/gotapdance v1.5.0 h1:F28CrhFhyQLAgk2diKxSn7EIp8XfKFPmI6GlSjimb5k=
60-
github.com/refraction-networking/gotapdance v1.5.0/go.mod h1:MrslNp4kScP2RX23nmVf4kegVsKCL5xqToqN1YEWCZc=
61-
github.com/refraction-networking/gotapdance v1.5.1-0.20230609161923-f04c3e4ebe5b h1:E2CTrJr5wG8c5J2ld29aHnqJ8cXM+GVJnIirH0S/Uug=
62-
github.com/refraction-networking/gotapdance v1.5.1-0.20230609161923-f04c3e4ebe5b/go.mod h1:MrslNp4kScP2RX23nmVf4kegVsKCL5xqToqN1YEWCZc=
63-
github.com/refraction-networking/gotapdance v1.5.1 h1:JK1cHMnzcS7FWpKdCRmVq4xVMoiNOeyTH7VR/2POdIY=
64-
github.com/refraction-networking/gotapdance v1.5.1/go.mod h1:MrslNp4kScP2RX23nmVf4kegVsKCL5xqToqN1YEWCZc=
65-
github.com/refraction-networking/utls v1.2.0 h1:U5f8wkij2NVinfLuJdFP3gCMwIHs+EzvhxmYdXgiapo=
66-
github.com/refraction-networking/utls v1.2.0/go.mod h1:NPq+cVqzH7D1BeOkmOcb5O/8iVewAsiVt2x1/eO0hgQ=
67-
github.com/sergeyfrolov/bsbuffer v0.0.0-20180903213811-94e85abb8507 h1:ML7ZNtcln5UBo5Wv7RIv9Xg3Pr5VuRCWLFXEwda54Y4=
68-
github.com/sergeyfrolov/bsbuffer v0.0.0-20180903213811-94e85abb8507/go.mod h1:DbI1gxrXI2jRGw7XGEUZQOOMd6PsnKzRrCKabvvMrwM=
55+
github.com/refraction-networking/gotapdance v1.5.2 h1:b9+ly6d15xvpY7awx6qaUrhxTHi8sDuZ17do5rY/y8s=
56+
github.com/refraction-networking/gotapdance v1.5.2/go.mod h1:MrslNp4kScP2RX23nmVf4kegVsKCL5xqToqN1YEWCZc=
6957
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
7058
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
7159
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)