Update SPN and portbase deps

This commit is contained in:
Daniel
2022-01-20 09:54:43 +01:00
parent 9ab54e9ba1
commit de32550bfd
2 changed files with 10 additions and 2 deletions

5
go.mod
View File

@@ -11,6 +11,7 @@ require (
github.com/coreos/go-iptables v0.6.0
github.com/florianl/go-nfqueue v1.3.0
github.com/godbus/dbus/v5 v5.0.6
github.com/google/go-cmp v0.5.7 // indirect
github.com/google/gopacket v1.1.19
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.4.0
@@ -22,8 +23,8 @@ require (
github.com/miekg/dns v1.1.45
github.com/mr-tron/base58 v1.2.0
github.com/oschwald/maxminddb-golang v1.8.0
github.com/safing/portbase v0.13.3
github.com/safing/spn v0.3.14
github.com/safing/portbase v0.13.4
github.com/safing/spn v0.3.15
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0