Skip to content

Commit 113deb4

Browse files
authored
Fix dependabot alerts (golang) (#283)
1 parent 89c63d4 commit 113deb4

File tree

4 files changed

+74
-108
lines changed

4 files changed

+74
-108
lines changed

go.mod

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/refraction-networking/conjure
22

3-
go 1.21
3+
go 1.22.0
44

5-
toolchain go1.22.1
5+
toolchain go1.23.1
66

77
require (
8-
filippo.io/keygen v0.0.0-20230306160926-5201437acf8e
8+
filippo.io/keygen v0.0.0-20240718133620-7f162efbbd87
99
github.com/BurntSushi/toml v1.4.0
1010
github.com/flynn/noise v1.1.0
1111
github.com/go-redis/redis/v8 v8.11.5
@@ -17,41 +17,41 @@ require (
1717
github.com/oschwald/geoip2-golang v1.11.0
1818
github.com/pebbe/zmq4 v1.2.11
1919
github.com/pelletier/go-toml v1.9.5
20-
github.com/pion/dtls/v2 v2.2.11
20+
github.com/pion/dtls/v2 v2.2.12
2121
github.com/pion/logging v0.2.2
22-
github.com/pion/sctp v1.8.16
22+
github.com/pion/sctp v1.8.35
2323
github.com/pion/stun v0.6.1
24-
github.com/pion/transport/v2 v2.2.5
24+
github.com/pion/transport/v2 v2.2.10
2525
github.com/refraction-networking/ed25519 v0.1.2
2626
github.com/refraction-networking/gotapdance v1.7.10
2727
github.com/refraction-networking/obfs4 v0.1.2
28-
github.com/refraction-networking/utls v1.6.6
28+
github.com/refraction-networking/utls v1.6.7
2929
github.com/sirupsen/logrus v1.9.3
30-
github.com/stretchr/testify v1.9.0
31-
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib v1.5.0
32-
golang.org/x/crypto v0.24.0
33-
golang.org/x/net v0.26.0
34-
golang.org/x/sys v0.21.0
35-
google.golang.org/grpc v1.64.0
36-
google.golang.org/protobuf v1.34.2
30+
github.com/stretchr/testify v1.10.0
31+
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib v1.6.0
32+
golang.org/x/crypto v0.31.0
33+
golang.org/x/net v0.33.0
34+
golang.org/x/sys v0.28.0
35+
google.golang.org/grpc v1.69.2
36+
google.golang.org/protobuf v1.36.1
3737
)
3838

3939
require (
40-
filippo.io/bigmod v0.0.1 // indirect
41-
github.com/andybalholm/brotli v1.1.0 // indirect
40+
filippo.io/bigmod v0.0.3 // indirect
41+
github.com/andybalholm/brotli v1.1.1 // indirect
4242
github.com/cespare/xxhash/v2 v2.3.0 // indirect
43-
github.com/cloudflare/circl v1.3.9 // indirect
43+
github.com/cloudflare/circl v1.5.0 // indirect
4444
github.com/davecgh/go-spew v1.1.1 // indirect
4545
github.com/dchest/siphash v1.2.3 // indirect
4646
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
47-
github.com/gaukas/godicttls v0.0.4 // indirect
48-
github.com/klauspost/compress v1.17.9 // indirect
47+
github.com/klauspost/compress v1.17.11 // indirect
4948
github.com/onsi/gomega v1.27.6 // indirect
50-
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
49+
github.com/oschwald/maxminddb-golang v1.13.1 // indirect
5150
github.com/pion/randutil v0.1.0 // indirect
51+
github.com/pion/transport/v3 v3.0.7 // indirect
5252
github.com/pmezard/go-difflib v1.0.0 // indirect
5353
github.com/sergeyfrolov/bsbuffer v0.0.0-20180903213811-94e85abb8507 // indirect
54-
golang.org/x/text v0.16.0 // indirect
54+
golang.org/x/text v0.21.0 // indirect
5555
gopkg.in/yaml.v3 v3.0.1 // indirect
5656
)
5757

0 commit comments

Comments
 (0)