Update deps
This commit is contained in:
25
go.mod
25
go.mod
@@ -15,26 +15,31 @@ require (
|
||||
github.com/hashicorp/go-version v1.3.0
|
||||
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
||||
github.com/klauspost/reedsolomon v1.9.14 // indirect
|
||||
github.com/mdlayher/socket v0.0.0-20211102153432-57e3fa563ecb // indirect
|
||||
github.com/miekg/dns v1.1.43
|
||||
github.com/klauspost/reedsolomon v1.9.15 // indirect
|
||||
github.com/mdlayher/netlink v1.5.0 // indirect
|
||||
github.com/mdlayher/socket v0.1.1 // indirect
|
||||
github.com/miekg/dns v1.1.44
|
||||
github.com/mr-tron/base58 v1.2.0
|
||||
github.com/oschwald/maxminddb-golang v1.8.0
|
||||
github.com/safing/portbase v0.13.1
|
||||
github.com/safing/spn v0.3.10
|
||||
github.com/shirou/gopsutil v3.21.10+incompatible
|
||||
github.com/spf13/cobra v1.2.1
|
||||
github.com/safing/portbase v0.13.2
|
||||
github.com/safing/spn v0.3.11
|
||||
github.com/shirou/gopsutil v3.21.11+incompatible
|
||||
github.com/spf13/cobra v1.3.0
|
||||
github.com/stretchr/testify v1.7.0
|
||||
github.com/tannerryan/ring v1.1.2
|
||||
github.com/templexxx/cpu v0.0.9 // indirect
|
||||
github.com/tevino/abool v1.2.0
|
||||
github.com/tidwall/gjson v1.12.0
|
||||
github.com/tidwall/gjson v1.12.1
|
||||
github.com/tidwall/sjson v1.2.4 // indirect
|
||||
github.com/tjfoc/gmsm v1.4.1 // indirect
|
||||
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
||||
github.com/umahmood/haversine v0.0.0-20151105152445-808ab04add26
|
||||
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
||||
go.etcd.io/bbolt v1.3.6 // indirect
|
||||
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9
|
||||
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
|
||||
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
|
||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
||||
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881
|
||||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
|
||||
golang.org/x/tools v0.1.8 // indirect
|
||||
google.golang.org/appengine v1.6.7
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user