1
1
module github.com/refraction-networking/conjure
2
2
3
- go 1.21
3
+ go 1.22.0
4
4
5
- toolchain go1.22 .1
5
+ toolchain go1.23 .1
6
6
7
7
require (
8
- filippo.io/keygen v0.0.0-20230306160926-5201437acf8e
8
+ filippo.io/keygen v0.0.0-20240718133620-7f162efbbd87
9
9
github.com/BurntSushi/toml v1.4.0
10
10
github.com/flynn/noise v1.1.0
11
11
github.com/go-redis/redis/v8 v8.11.5
@@ -17,41 +17,41 @@ require (
17
17
github.com/oschwald/geoip2-golang v1.11.0
18
18
github.com/pebbe/zmq4 v1.2.11
19
19
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
21
21
github.com/pion/logging v0.2.2
22
- github.com/pion/sctp v1.8.16
22
+ github.com/pion/sctp v1.8.35
23
23
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
25
25
github.com/refraction-networking/ed25519 v0.1.2
26
26
github.com/refraction-networking/gotapdance v1.7.10
27
27
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
29
29
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
37
37
)
38
38
39
39
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
42
42
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
44
44
github.com/davecgh/go-spew v1.1.1 // indirect
45
45
github.com/dchest/siphash v1.2.3 // indirect
46
46
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
49
48
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
51
50
github.com/pion/randutil v0.1.0 // indirect
51
+ github.com/pion/transport/v3 v3.0.7 // indirect
52
52
github.com/pmezard/go-difflib v1.0.0 // indirect
53
53
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
55
55
gopkg.in/yaml.v3 v3.0.1 // indirect
56
56
)
57
57
0 commit comments