Update deps

This commit is contained in:
Daniel
2022-04-13 11:55:49 +02:00
parent f4bea8de3f
commit fc3c1ccdbb
2 changed files with 27 additions and 22 deletions

17
go.mod
View File

@@ -11,20 +11,17 @@ 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/mdlayher/socket v0.2.3 // indirect
github.com/miekg/dns v1.1.47
github.com/oschwald/maxminddb-golang v1.8.0
github.com/safing/portbase v0.14.1
github.com/safing/spn v0.4.5
github.com/miekg/dns v1.1.48
github.com/oschwald/maxminddb-golang v1.9.0
github.com/safing/portbase v0.14.2
github.com/safing/spn v0.4.6
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.7.1
github.com/tannerryan/ring v1.1.2
github.com/tevino/abool v1.2.0
github.com/umahmood/haversine v0.0.0-20151105152445-808ab04add26
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
golang.org/x/net v0.0.0-20220412020605-290c469a71a5
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
golang.org/x/tools v0.1.10 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
)