-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(examples): use [email protected]
- Loading branch information
Showing
2 changed files
with
68 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,35 @@ | ||
module github.com/ooni/oohttp/example | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
toolchain go1.21.8 | ||
toolchain go1.22.2 | ||
|
||
require ( | ||
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 | ||
github.com/dreadl0ck/ja3 v1.0.5 | ||
github.com/dreadl0ck/tlsx v1.0.1-google-gopacket | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/google/martian/v3 v3.3.2 | ||
github.com/ooni/oohttp v0.7.3 | ||
github.com/refraction-networking/utls v1.6.3 | ||
golang.org/x/net v0.22.0 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/google/martian/v3 v3.3.3 | ||
github.com/ooni/oohttp v0.7.4 | ||
github.com/refraction-networking/utls v1.6.7 | ||
golang.org/x/net v0.31.0 | ||
) | ||
|
||
require ( | ||
github.com/andybalholm/brotli v1.1.0 // indirect | ||
github.com/cloudflare/circl v1.3.7 // indirect | ||
github.com/andybalholm/brotli v1.1.1 // indirect | ||
github.com/cloudflare/circl v1.5.0 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
github.com/google/gopacket v1.1.19 // indirect | ||
github.com/klauspost/compress v1.17.7 // indirect | ||
github.com/quic-go/quic-go v0.42.0 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/onsi/ginkgo/v2 v2.9.5 // indirect | ||
github.com/quic-go/quic-go v0.48.1 // indirect | ||
go.uber.org/mock v0.4.0 // indirect | ||
golang.org/x/crypto v0.29.0 // indirect | ||
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect | ||
golang.org/x/mod v0.22.0 // indirect | ||
golang.org/x/sync v0.9.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
golang.org/x/text v0.20.0 // indirect | ||
golang.org/x/tools v0.27.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters