@@ -17,12 +17,12 @@ require (
17
17
github.com/google/go-cmp v0.5.9
18
18
github.com/google/gopacket v1.1.19
19
19
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20
- github.com/google/uuid v1.3.0
20
+ github.com/google/uuid v1.3.1
21
21
github.com/gorilla/websocket v1.5.0
22
22
github.com/hexops/gotextdiff v1.0.3
23
23
github.com/iancoleman/strcase v0.3.0
24
24
github.com/mattn/go-colorable v0.1.13
25
- github.com/miekg/dns v1.1.55
25
+ github.com/miekg/dns v1.1.56
26
26
github.com/mitchellh/go-wordwrap v1.0.1
27
27
github.com/montanaflynn/stats v0.7.1
28
28
github.com/ooni/go-libtor v1.1.8
@@ -33,9 +33,9 @@ require (
33
33
github.com/pborman/getopt/v2 v2.1.0
34
34
github.com/pion/stun v0.6.1
35
35
github.com/pkg/errors v0.9.1
36
- github.com/quic-go/quic-go v0.37.3
36
+ github.com/quic-go/quic-go v0.39.0
37
37
github.com/rogpeppe/go-internal v1.11.0
38
- github.com/rubenv/sql-migrate v1.5.1
38
+ github.com/rubenv/sql-migrate v1.5.2
39
39
github.com/schollz/progressbar/v3 v3.13.1
40
40
github.com/upper/db/v4 v4.6.0
41
41
gitlab.com/yawning/obfs4.git v0.0.0-20230519154740-645026c2ada4
@@ -58,7 +58,6 @@ require (
58
58
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
59
59
github.com/gaukas/godicttls v0.0.3 // indirect
60
60
github.com/go-redis/redis/v8 v8.11.5 // indirect
61
- github.com/golang/mock v1.6.0 // indirect
62
61
github.com/google/btree v1.1.2 // indirect
63
62
github.com/google/pprof v0.0.0-20230602150820-91b7bce49751 // indirect
64
63
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -72,13 +71,14 @@ require (
72
71
github.com/pion/transport/v2 v2.2.1 // indirect
73
72
github.com/pmezard/go-difflib v1.0.0 // indirect
74
73
github.com/quic-go/qpack v0.4.0 // indirect
75
- github.com/quic-go/qtls-go1-20 v0.3.1 // indirect
74
+ github.com/quic-go/qtls-go1-20 v0.3.4 // indirect
76
75
github.com/refraction-networking/conjure v0.4.0 // indirect
77
76
github.com/rivo/uniseg v0.4.4 // indirect
78
77
github.com/segmentio/fasthash v1.0.3 // indirect
79
78
github.com/spf13/pflag v1.0.5 // indirect
80
79
github.com/stretchr/testify v1.8.4 // indirect
81
80
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
81
+ go.uber.org/mock v0.3.0 // indirect
82
82
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
83
83
golang.org/x/exp/typeparams v0.0.0-20230522175609-2e198f4a06a1 // indirect
84
84
golang.org/x/time v0.3.0 // indirect
@@ -115,7 +115,7 @@ require (
115
115
github.com/mattn/go-sqlite3 v1.14.17
116
116
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
117
117
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
118
- github.com/oschwald/maxminddb-golang v1.11 .0
118
+ github.com/oschwald/maxminddb-golang v1.12 .0
119
119
github.com/pion/datachannel v1.5.5 // indirect
120
120
github.com/pion/dtls/v2 v2.2.7 // indirect
121
121
github.com/pion/ice/v2 v2.3.6 // indirect
@@ -130,10 +130,10 @@ require (
130
130
github.com/pion/srtp/v2 v2.0.15 // indirect
131
131
github.com/pion/turn/v2 v2.1.0 // indirect
132
132
github.com/pion/webrtc/v3 v3.2.9 // indirect
133
- github.com/prometheus/client_golang v1.16 .0
134
- github.com/prometheus/client_model v0.4.0 // indirect
133
+ github.com/prometheus/client_golang v1.17 .0
134
+ github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
135
135
github.com/prometheus/common v0.44.0 // indirect
136
- github.com/prometheus/procfs v0.10 .1 // indirect
136
+ github.com/prometheus/procfs v0.11 .1 // indirect
137
137
github.com/refraction-networking/gotapdance v1.5.0 // indirect
138
138
github.com/refraction-networking/utls v1.3.2 // indirect
139
139
github.com/sergeyfrolov/bsbuffer v0.0.0-20180903213811-94e85abb8507 // indirect
@@ -149,9 +149,9 @@ require (
149
149
github.com/xtaci/smux v1.5.24 // indirect
150
150
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
151
151
gitlab.com/yawning/edwards25519-extra.git v0.0.0-20220726154925-def713fd18e4 // indirect
152
- golang.org/x/mod v0.10 .0 // indirect
152
+ golang.org/x/mod v0.12 .0 // indirect
153
153
golang.org/x/term v0.12.0 // indirect
154
154
golang.org/x/text v0.13.0 // indirect
155
- golang.org/x/tools v0.9.3 // indirect
156
- google.golang.org/protobuf v1.30 .0 // indirect
155
+ golang.org/x/tools v0.13.0 // indirect
156
+ google.golang.org/protobuf v1.31 .0 // indirect
157
157
)
0 commit comments