-
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 #74 from Snawoot/mod_upgrade
Modules upgrade
- Loading branch information
Showing
2 changed files
with
40 additions
and
300 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,15 +1,33 @@ | ||
module github.com/Snawoot/hola-proxy | ||
|
||
go 1.13 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/AdguardTeam/dnsproxy v0.46.1 | ||
github.com/AdguardTeam/dnsproxy v0.46.5 | ||
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/google/uuid v1.3.0 | ||
github.com/marten-seemann/qpack v0.3.0 // indirect | ||
github.com/miekg/dns v1.1.50 | ||
golang.org/x/net v0.5.0 | ||
) | ||
|
||
require ( | ||
github.com/AdguardTeam/golibs v0.11.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.5 // indirect | ||
github.com/ameshkov/dnsstamps v1.0.3 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect | ||
github.com/golang/mock v1.6.0 // indirect | ||
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect | ||
github.com/lucas-clemente/quic-go v0.31.0 // indirect | ||
github.com/marten-seemann/qpack v0.3.0 // indirect | ||
github.com/marten-seemann/qtls-go1-18 v0.1.3 // indirect | ||
github.com/marten-seemann/qtls-go1-19 v0.1.1 // indirect | ||
github.com/onsi/ginkgo/v2 v2.2.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect | ||
golang.org/x/exp v0.0.0-20221019170559-20944726eadf // indirect | ||
golang.org/x/net v0.1.0 | ||
golang.org/x/tools v0.2.0 // indirect | ||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect | ||
golang.org/x/sys v0.4.0 // indirect | ||
golang.org/x/text v0.6.0 // indirect | ||
golang.org/x/tools v0.1.12 // indirect | ||
) |
Oops, something went wrong.