Skip to content

Commit

Permalink
Merge pull request #27 from Snawoot/go119
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
Snawoot committed Oct 22, 2022
2 parents d97d4ca + 912efe4 commit 876cdfb
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 65 deletions.
15 changes: 6 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ module github.com/Snawoot/opera-proxy
go 1.16

require (
github.com/AdguardTeam/dnsproxy v0.43.1
github.com/AdguardTeam/golibs v0.10.9 // indirect
github.com/AdguardTeam/dnsproxy v0.46.1
github.com/Snawoot/go-http-digest-auth-client v1.1.3
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/lucas-clemente/quic-go v0.27.2 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/marten-seemann/qpack v0.3.0 // 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
google.golang.org/protobuf v1.28.0 // 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
)
Loading

0 comments on commit 876cdfb

Please sign in to comment.