Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IrineSistiana committed Apr 6, 2021
1 parent 8719dac commit d759c92
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 58 deletions.
21 changes: 11 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@ module github.com/IrineSistiana/mosdns
go 1.15

require (
github.com/AdguardTeam/dnsproxy v0.36.0
github.com/ameshkov/dnscrypt/v2 v2.0.3 // indirect
github.com/go-redis/redis/v8 v8.7.1
github.com/golang/protobuf v1.5.1
github.com/AdguardTeam/dnsproxy v0.37.0
github.com/ameshkov/dnscrypt/v2 v2.1.0 // indirect
github.com/go-redis/redis/v8 v8.8.0
github.com/golang/protobuf v1.5.2
github.com/kardianos/service v1.2.0
github.com/marten-seemann/qtls-go1-15 v0.1.4 // indirect
github.com/miekg/dns v1.1.40
github.com/miekg/dns v1.1.41
github.com/mitchellh/mapstructure v1.4.1
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670 // indirect
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210317225723-c4fcb01b228e
golang.org/x/text v0.3.5 // indirect
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
golang.org/x/text v0.3.6 // indirect
golang.org/x/tools v0.1.0 // indirect
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
Loading

0 comments on commit d759c92

Please sign in to comment.