mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
27 lines
945 B
Modula-2
27 lines
945 B
Modula-2
module github.com/safing/portmaster
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
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.1.0
|
|
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/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.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/net v0.0.0-20220412020605-290c469a71a5
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
|
|
)
|