-
Notifications
You must be signed in to change notification settings - Fork 69
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 #66 from Snawoot/deps_update
Deps update
- Loading branch information
Showing
3 changed files
with
46 additions
and
46 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,33 +1,33 @@ | ||
module github.com/Snawoot/opera-proxy | ||
|
||
go 1.22.5 | ||
go 1.23.2 | ||
|
||
require ( | ||
github.com/AdguardTeam/dnsproxy v0.72.3 | ||
github.com/AdguardTeam/dnsproxy v0.73.2 | ||
github.com/Snawoot/go-http-digest-auth-client v1.1.3 | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
golang.org/x/net v0.27.0 | ||
golang.org/x/net v0.30.0 | ||
) | ||
|
||
require ( | ||
github.com/AdguardTeam/golibs v0.25.2 // indirect | ||
github.com/AdguardTeam/golibs v0.29.0 // 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.3.0 // indirect | ||
github.com/ameshkov/dnsstamps v1.0.3 // indirect | ||
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect | ||
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect | ||
github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/miekg/dns v1.1.61 // indirect | ||
github.com/onsi/ginkgo/v2 v2.19.1 // indirect | ||
github.com/quic-go/qpack v0.4.0 // indirect | ||
github.com/quic-go/quic-go v0.45.2 // indirect | ||
github.com/miekg/dns v1.1.62 // indirect | ||
github.com/onsi/ginkgo/v2 v2.20.2 // indirect | ||
github.com/quic-go/qpack v0.5.1 // indirect | ||
github.com/quic-go/quic-go v0.47.0 // indirect | ||
go.uber.org/mock v0.4.0 // indirect | ||
golang.org/x/crypto v0.25.0 // indirect | ||
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect | ||
golang.org/x/mod v0.20.0 // indirect | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect | ||
golang.org/x/mod v0.21.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.23.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/tools v0.23.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
golang.org/x/tools v0.26.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