Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IrineSistiana committed Dec 12, 2021
1 parent d64bd0d commit fcf1703
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 34 deletions.
18 changes: 7 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,27 @@ module github.com/IrineSistiana/mosdns/v2
go 1.15

require (
github.com/AdguardTeam/dnsproxy v0.39.10
github.com/AdguardTeam/golibs v0.10.3 // indirect
github.com/AdguardTeam/dnsproxy v0.39.12
github.com/ameshkov/dnscrypt/v2 v2.2.3 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-redis/redis/v8 v8.11.4
github.com/google/nftables v0.0.0-20210916140115-16a134723a96
github.com/google/nftables v0.0.0-20211209220838-6f19c4381e13
github.com/kardianos/service v1.2.0
github.com/lucas-clemente/quic-go v0.24.0 // indirect
github.com/mdlayher/netlink v1.4.1 // indirect
github.com/mdlayher/socket v0.0.0-20211102153432-57e3fa563ecb // indirect
github.com/mdlayher/netlink v1.5.0 // indirect
github.com/miekg/dns v1.1.43
github.com/mitchellh/mapstructure v1.4.2
github.com/mitchellh/mapstructure v1.4.3
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.0.0-20211115234514-b4de73f9ece8 // indirect
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b // indirect
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/net v0.0.0-20211116231205-47ca1ff31462
golang.org/x/net v0.0.0-20211209124913-491a49abca63
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c
golang.org/x/tools v0.1.7 // indirect
golang.org/x/sys v0.0.0-20211210111614-af8b64212486
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
Loading

0 comments on commit fcf1703

Please sign in to comment.