Skip to content

Commit 7c3d519

Browse files
committed
chore: use gomajor to upgrade direct deps
This diff uses the https://github.com/icholy/gomajor tool to upgrade *direct* dependencies. More work is needed to take care of indirect dependencies, snowflake, obfs4, etc. Part of ooni/probe#2524
1 parent 11ecd67 commit 7c3d519

File tree

3 files changed

+44
-48
lines changed

3 files changed

+44
-48
lines changed

go.mod

+13-13
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ require (
1717
github.com/google/go-cmp v0.5.9
1818
github.com/google/gopacket v1.1.19
1919
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
2121
github.com/gorilla/websocket v1.5.0
2222
github.com/hexops/gotextdiff v1.0.3
2323
github.com/iancoleman/strcase v0.3.0
2424
github.com/mattn/go-colorable v0.1.13
25-
github.com/miekg/dns v1.1.55
25+
github.com/miekg/dns v1.1.56
2626
github.com/mitchellh/go-wordwrap v1.0.1
2727
github.com/montanaflynn/stats v0.7.1
2828
github.com/ooni/go-libtor v1.1.8
@@ -33,9 +33,9 @@ require (
3333
github.com/pborman/getopt/v2 v2.1.0
3434
github.com/pion/stun v0.6.1
3535
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
3737
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
3939
github.com/schollz/progressbar/v3 v3.13.1
4040
github.com/upper/db/v4 v4.6.0
4141
gitlab.com/yawning/obfs4.git v0.0.0-20230519154740-645026c2ada4
@@ -58,7 +58,6 @@ require (
5858
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
5959
github.com/gaukas/godicttls v0.0.3 // indirect
6060
github.com/go-redis/redis/v8 v8.11.5 // indirect
61-
github.com/golang/mock v1.6.0 // indirect
6261
github.com/google/btree v1.1.2 // indirect
6362
github.com/google/pprof v0.0.0-20230602150820-91b7bce49751 // indirect
6463
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -72,13 +71,14 @@ require (
7271
github.com/pion/transport/v2 v2.2.1 // indirect
7372
github.com/pmezard/go-difflib v1.0.0 // indirect
7473
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
7675
github.com/refraction-networking/conjure v0.4.0 // indirect
7776
github.com/rivo/uniseg v0.4.4 // indirect
7877
github.com/segmentio/fasthash v1.0.3 // indirect
7978
github.com/spf13/pflag v1.0.5 // indirect
8079
github.com/stretchr/testify v1.8.4 // indirect
8180
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
81+
go.uber.org/mock v0.3.0 // indirect
8282
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
8383
golang.org/x/exp/typeparams v0.0.0-20230522175609-2e198f4a06a1 // indirect
8484
golang.org/x/time v0.3.0 // indirect
@@ -115,7 +115,7 @@ require (
115115
github.com/mattn/go-sqlite3 v1.14.17
116116
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
117117
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
119119
github.com/pion/datachannel v1.5.5 // indirect
120120
github.com/pion/dtls/v2 v2.2.7 // indirect
121121
github.com/pion/ice/v2 v2.3.6 // indirect
@@ -130,10 +130,10 @@ require (
130130
github.com/pion/srtp/v2 v2.0.15 // indirect
131131
github.com/pion/turn/v2 v2.1.0 // indirect
132132
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
135135
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
137137
github.com/refraction-networking/gotapdance v1.5.0 // indirect
138138
github.com/refraction-networking/utls v1.3.2 // indirect
139139
github.com/sergeyfrolov/bsbuffer v0.0.0-20180903213811-94e85abb8507 // indirect
@@ -149,9 +149,9 @@ require (
149149
github.com/xtaci/smux v1.5.24 // indirect
150150
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
151151
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
153153
golang.org/x/term v0.12.0 // indirect
154154
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
157157
)

0 commit comments

Comments
 (0)