Skip to content

Commit 59598f4

Browse files
committed
chore: sync with release 3.28.0
1 parent 85d9ab5 commit 59598f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+323
-140
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-go@v3
1313
with:
14-
go-version: "1.24.4"
14+
go-version: "1.24.8"
1515
- run: go build ./...

UPSTREAM

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.27.0
1+
v3.28.0

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ module github.com/ooni/probe-engine
22

33
go 1.24.1
44

5-
toolchain go1.24.4
5+
toolchain go1.24.8
66

77
require (
88
filippo.io/age v1.2.1
9-
github.com/Psiphon-Labs/psiphon-tunnel-core v1.0.11-0.20250721134743-defb3bae9d3d
9+
github.com/Psiphon-Labs/psiphon-tunnel-core v1.0.11-0.20251029164303-aa4d266ae982
1010
github.com/apex/log v1.9.0
1111
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
1212
github.com/cloudflare/circl v1.6.1
1313
github.com/cretz/bine v0.2.0
1414
github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d
1515
github.com/dop251/goja_nodejs v0.0.0-20240418154818-2aae10d4cbcf
16-
github.com/google/go-cmp v0.6.0
16+
github.com/google/go-cmp v0.7.0
1717
github.com/google/gopacket v1.1.19
1818
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1919
github.com/google/uuid v1.6.0
@@ -24,14 +24,14 @@ require (
2424
github.com/montanaflynn/stats v0.7.1
2525
github.com/ooni/minivpn v0.0.7
2626
github.com/ooni/netem v0.0.0-20250905215919-3882eda4fb66
27-
github.com/ooni/probe-assets v0.28.0
27+
github.com/ooni/probe-assets v0.29.0
2828
github.com/oschwald/maxminddb-golang v1.13.1
2929
github.com/pborman/getopt/v2 v2.1.0
3030
github.com/pion/stun v0.6.1
3131
github.com/pkg/errors v0.9.1
3232
github.com/prometheus/client_golang v1.20.5
3333
github.com/quic-go/quic-go v0.43.1
34-
github.com/rogpeppe/go-internal v1.12.0
34+
github.com/rogpeppe/go-internal v1.13.1
3535
github.com/rubenv/sql-migrate v1.7.1
3636
github.com/schollz/progressbar/v3 v3.14.2
3737
github.com/spf13/cobra v1.8.1
@@ -41,9 +41,9 @@ require (
4141
gitlab.com/yawning/utls.git v0.0.12-1
4242
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib v1.6.0
4343
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2 v2.10.1
44-
golang.org/x/crypto v0.41.0
45-
golang.org/x/net v0.43.0
46-
golang.org/x/sys v0.35.0
44+
golang.org/x/crypto v0.42.0
45+
golang.org/x/net v0.44.0
46+
golang.org/x/sys v0.36.0
4747
)
4848

4949
require (
@@ -88,7 +88,7 @@ require (
8888
github.com/dblohm7/wingoes v0.0.0-20230929194252-e994401fc077 // indirect
8989
github.com/dchest/siphash v1.2.3 // indirect
9090
github.com/dgraph-io/badger v1.5.4-0.20180815194500-3a87f6d9c273 // indirect
91-
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
91+
github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da // indirect
9292
github.com/dlclark/regexp2 v1.10.0 // indirect
9393
github.com/dsnet/compress v0.0.1 // indirect
9494
github.com/fatih/color v1.18.0 // indirect
@@ -108,7 +108,7 @@ require (
108108
github.com/inconshreveable/mousetrap v1.1.0 // indirect
109109
github.com/josharian/native v1.1.1-0.20230202152459-5c7d0dd6ab86 // indirect
110110
github.com/jsimonetti/rtnetlink v1.3.5 // indirect
111-
github.com/klauspost/compress v1.17.11 // indirect
111+
github.com/klauspost/compress v1.18.0 // indirect
112112
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
113113
github.com/klauspost/reedsolomon v1.12.0 // indirect
114114
github.com/libp2p/go-reuseport v0.4.0 // indirect
@@ -158,7 +158,7 @@ require (
158158
github.com/shadowsocks/go-shadowsocks2 v0.1.5 // indirect
159159
github.com/sirupsen/logrus v1.9.3 // indirect
160160
github.com/spf13/pflag v1.0.5 // indirect
161-
github.com/stretchr/testify v1.9.0 // indirect
161+
github.com/stretchr/testify v1.10.0 // indirect
162162
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
163163
github.com/tailscale/goupnp v1.0.1-0.20210804011211-c64d0f06ea05 // indirect
164164
github.com/tailscale/netlink v1.1.1-0.20211101221916-cabfb018fe85 // indirect
@@ -181,15 +181,15 @@ require (
181181
go4.org/mem v0.0.0-20220726221520-4f986261bf13 // indirect
182182
go4.org/netipx v0.0.0-20230824141953-6213f710f925 // indirect
183183
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
184-
golang.org/x/mod v0.27.0 // indirect
185-
golang.org/x/sync v0.16.0 // indirect
186-
golang.org/x/term v0.34.0 // indirect
187-
golang.org/x/text v0.28.0 // indirect
184+
golang.org/x/mod v0.28.0 // indirect
185+
golang.org/x/sync v0.17.0 // indirect
186+
golang.org/x/term v0.35.0 // indirect
187+
golang.org/x/text v0.29.0 // indirect
188188
golang.org/x/time v0.12.0 // indirect
189-
golang.org/x/tools v0.36.0 // indirect
189+
golang.org/x/tools v0.37.0 // indirect
190190
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 // indirect
191191
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
192-
google.golang.org/protobuf v1.34.2 // indirect
192+
google.golang.org/protobuf v1.36.6 // indirect
193193
gopkg.in/yaml.v3 v3.0.1 // indirect
194194
gvisor.dev/gvisor v0.0.0-20250317184159-a24f13b091dc // indirect
195195
tailscale.com v1.58.2 // indirect

0 commit comments

Comments
 (0)