-
- Downloads
Update module github.com/PuerkitoBio/goquery to v1.9.2
... | ... | @@ -5,14 +5,14 @@ go 1.19 |
replace github.com/ooni/minivpn v0.0.5 => github.com/ainghazal/minivpn v0.0.4-0.20230323233139-7216b3eed450 | ||
require ( | ||
github.com/PuerkitoBio/goquery v1.8.1 | ||
github.com/PuerkitoBio/goquery v1.9.2 | ||
github.com/ooni/minivpn v0.0.5 | ||
github.com/prometheus/client_golang v1.17.0 | ||
) | ||
require ( | ||
github.com/andybalholm/brotli v1.0.4 // indirect | ||
github.com/andybalholm/cascadia v1.3.1 // indirect | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
... | ... | @@ -25,10 +25,10 @@ require ( |
github.com/prometheus/common v0.44.0 // indirect | ||
github.com/prometheus/procfs v0.11.1 // indirect | ||
github.com/refraction-networking/utls v1.3.1 // indirect | ||
golang.org/x/crypto v0.6.0 // indirect | ||
golang.org/x/net v0.10.0 // indirect | ||
golang.org/x/crypto v0.22.0 // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
golang.org/x/sync v0.3.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect | ||
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect | ||
golang.zx2c4.com/wireguard v0.0.0-20230313165553-0ad14a89f5f9 // indirect | ||
... | ... |
Please register or sign in to comment