mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
41 lines
1.6 KiB
Modula-2
41 lines
1.6 KiB
Modula-2
module github.com/safing/portmaster
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
github.com/VictoriaMetrics/metrics v1.18.1 // indirect
|
|
github.com/agext/levenshtein v1.2.3
|
|
github.com/cookieo9/resources-go v0.0.0-20150225115733-d27c04069d0d
|
|
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/gopacket v1.1.19
|
|
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/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/mr-tron/base58 v1.2.0
|
|
github.com/oschwald/maxminddb-golang v1.8.0
|
|
github.com/safing/portbase v0.12.4
|
|
github.com/safing/spn v0.3.7
|
|
github.com/shirou/gopsutil v3.21.10+incompatible
|
|
github.com/spf13/cobra v1.2.1
|
|
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.11.0
|
|
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
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
|
golang.org/x/crypto v0.0.0-20211115234514-b4de73f9ece8 // indirect
|
|
golang.org/x/net v0.0.0-20211116231205-47ca1ff31462
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c
|
|
google.golang.org/appengine v1.6.7
|
|
)
|