Update deps

This commit is contained in:
Daniel
2022-02-14 14:24:23 +01:00
parent f2b4652951
commit 605efcedde
2 changed files with 18 additions and 13 deletions

14
go.mod
View File

@@ -11,23 +11,19 @@ require (
github.com/google/gopacket v1.1.19
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.4.0
github.com/klauspost/cpuid/v2 v2.0.10 // indirect
github.com/mdlayher/netlink v1.6.0 // indirect
github.com/miekg/dns v1.1.45
github.com/mdlayher/socket v0.2.0 // indirect
github.com/miekg/dns v1.1.46
github.com/oschwald/maxminddb-golang v1.8.0
github.com/safing/portbase v0.13.4
github.com/safing/spn v0.3.19
github.com/safing/portbase v0.13.5
github.com/safing/spn v0.4.0
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/tevino/abool v1.2.0
github.com/tidwall/gjson v1.14.0 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/umahmood/haversine v0.0.0-20151105152445-808ab04add26
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27
golang.org/x/tools v0.1.9 // indirect
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
)