-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from Snawoot/upd_deps
Update dependencies
- Loading branch information
Showing
3 changed files
with
51 additions
and
50 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
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,36 +1,37 @@ | ||
module github.com/Snawoot/hola-proxy | ||
|
||
go 1.21.7 | ||
go 1.22.2 | ||
|
||
require ( | ||
github.com/AdguardTeam/dnsproxy v0.65.1 | ||
github.com/AdguardTeam/dnsproxy v0.69.2 | ||
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e | ||
github.com/cenkalti/backoff/v4 v4.2.1 | ||
github.com/cenkalti/backoff/v4 v4.3.0 | ||
github.com/google/uuid v1.6.0 | ||
github.com/miekg/dns v1.1.58 | ||
github.com/refraction-networking/utls v1.6.3 | ||
golang.org/x/net v0.21.0 | ||
github.com/refraction-networking/utls v1.6.4 | ||
golang.org/x/net v0.24.0 | ||
) | ||
|
||
require ( | ||
github.com/AdguardTeam/golibs v0.20.1 // indirect | ||
github.com/AdguardTeam/golibs v0.23.2 // indirect | ||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect | ||
github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 // indirect | ||
github.com/ameshkov/dnscrypt/v2 v2.2.7 // indirect | ||
github.com/ameshkov/dnscrypt/v2 v2.3.0 // indirect | ||
github.com/ameshkov/dnsstamps v1.0.3 // indirect | ||
github.com/andybalholm/brotli v1.1.0 // indirect | ||
github.com/cloudflare/circl v1.3.7 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
github.com/google/pprof v0.0.0-20240224134209-9dc27345a773 // indirect | ||
github.com/klauspost/compress v1.17.7 // indirect | ||
github.com/onsi/ginkgo/v2 v2.15.0 // indirect | ||
github.com/google/pprof v0.0.0-20240416155748-26353dc0451f // indirect | ||
github.com/klauspost/compress v1.17.8 // indirect | ||
github.com/onsi/ginkgo/v2 v2.17.1 // indirect | ||
github.com/quic-go/qpack v0.4.0 // indirect | ||
github.com/quic-go/quic-go v0.42.0 // indirect | ||
go.uber.org/mock v0.4.0 // indirect | ||
golang.org/x/crypto v0.19.0 // indirect | ||
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect | ||
golang.org/x/mod v0.15.0 // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
golang.org/x/crypto v0.22.0 // indirect | ||
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/tools v0.18.0 // indirect | ||
golang.org/x/tools v0.20.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