Skip to content

Commit

Permalink
Merge pull request #74 from Snawoot/mod_upgrade
Browse files Browse the repository at this point in the history
Modules upgrade
  • Loading branch information
Snawoot authored Feb 4, 2023
2 parents 478249d + c47d582 commit 34588f4
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 300 deletions.
30 changes: 24 additions & 6 deletions go.mod
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
)
Loading

0 comments on commit 34588f4

Please sign in to comment.