We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee202b commit f75e132Copy full SHA for f75e132
go.mod
@@ -3,7 +3,7 @@ module github.com/wzv5/pping
3
go 1.14
4
5
require (
6
- github.com/miekg/dns v1.1.31
7
- github.com/spf13/cobra v1.0.0
8
- golang.org/x/net v0.0.0-20201002202402-0a1ea396d57c
+ github.com/miekg/dns v1.1.38
+ github.com/spf13/cobra v1.1.3
+ golang.org/x/net v0.0.0-20210119194325-5f4716e94777
9
)
0 commit comments