Skip to content

Commit

Permalink
Merge pull request #69 from Snawoot/go119
Browse files Browse the repository at this point in the history
fix build with go1.19
  • Loading branch information
Snawoot authored Oct 21, 2022
2 parents 6aa3494 + 1d3a613 commit 2ee6213
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 7 deletions.
16 changes: 9 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ module github.com/Snawoot/hola-proxy
go 1.13

require (
github.com/AdguardTeam/dnsproxy v0.43.1
github.com/AdguardTeam/dnsproxy v0.46.1
github.com/AdguardTeam/golibs v0.10.9 // indirect
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/cheekybits/genny v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/google/uuid v1.3.0
github.com/lucas-clemente/quic-go v0.27.2 // indirect
github.com/marten-seemann/qpack v0.3.0 // indirect
github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect
github.com/marten-seemann/qtls-go1-17 v0.1.2 // indirect
github.com/miekg/dns v1.1.50
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
golang.org/x/tools v0.1.11 // 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/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
)
Loading

0 comments on commit 2ee6213

Please sign in to comment.