Update dependencies
This commit is contained in:
31
go.mod
31
go.mod
@@ -3,28 +3,41 @@ module github.com/safing/portmaster
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/StackExchange/wmi v1.2.1 // indirect
|
||||
github.com/VictoriaMetrics/metrics v1.18.0 // indirect
|
||||
github.com/agext/levenshtein v1.2.3
|
||||
github.com/cookieo9/resources-go v0.0.0-20150225115733-d27c04069d0d
|
||||
github.com/coreos/go-iptables v0.5.0
|
||||
github.com/florianl/go-nfqueue v1.2.0
|
||||
github.com/godbus/dbus/v5 v5.0.3
|
||||
github.com/coreos/go-iptables v0.6.0
|
||||
github.com/florianl/go-nfqueue v1.3.0
|
||||
github.com/godbus/dbus/v5 v5.0.5
|
||||
github.com/google/gopacket v1.1.19
|
||||
github.com/hashicorp/go-multierror v1.1.0
|
||||
github.com/hashicorp/go-multierror v1.1.1
|
||||
github.com/hashicorp/go-version v1.3.0
|
||||
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
||||
github.com/miekg/dns v1.1.40
|
||||
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
||||
github.com/klauspost/reedsolomon v1.9.13 // indirect
|
||||
github.com/mdlayher/socket v0.0.0-20210624160740-9dbe287ded84 // indirect
|
||||
github.com/miekg/dns v1.1.43
|
||||
github.com/mmcloughlin/avo v0.2.0 // indirect
|
||||
github.com/oschwald/maxminddb-golang v1.8.0
|
||||
github.com/safing/jess v0.2.3 // indirect
|
||||
github.com/safing/portbase v0.12.0
|
||||
github.com/safing/spn v0.3.2
|
||||
github.com/shirou/gopsutil v3.21.4+incompatible
|
||||
github.com/shirou/gopsutil v3.21.9+incompatible
|
||||
github.com/spf13/cobra v1.1.3
|
||||
github.com/stretchr/testify v1.6.1
|
||||
github.com/tannerryan/ring v1.1.2
|
||||
github.com/tevino/abool v1.2.0
|
||||
github.com/tidwall/gjson v1.7.5
|
||||
github.com/tidwall/gjson v1.9.1
|
||||
github.com/tidwall/sjson v1.2.2 // 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
|
||||
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
|
||||
go.etcd.io/bbolt v1.3.6 // indirect
|
||||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
||||
golang.org/x/mod v0.5.1 // indirect
|
||||
golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6
|
||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
||||
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
||||
golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef
|
||||
golang.org/x/tools v0.1.7 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user