forked from safing/spn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.29 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/safing/spn
go 1.15
require (
github.com/VictoriaMetrics/metrics v1.18.1 // indirect
github.com/awalterschulze/gographviz v2.0.3+incompatible
github.com/brianvoe/gofakeit v3.18.0+incompatible
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/godbus/dbus/v5 v5.0.6 // indirect
github.com/hairyhenderson/gomplate/v3 v3.10.0 // indirect
github.com/kisielk/godepgraph v0.0.0-20190626013829-57a7e4a651a9 // indirect
github.com/klauspost/reedsolomon v1.9.15 // indirect
github.com/miekg/dns v1.1.44 // indirect
github.com/mitchellh/copystructure v1.2.0
github.com/mr-tron/base58 v1.2.0
github.com/rot256/pblind v0.0.0-20211117203330-22455f90b565
github.com/safing/jess v0.2.3
github.com/safing/portbase v0.13.2
github.com/safing/portmaster v0.7.12
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/stretchr/testify v1.7.0
github.com/templexxx/cpu v0.0.9 // indirect
github.com/tevino/abool v1.2.0
github.com/tidwall/sjson v1.2.4 // indirect
github.com/xtaci/kcp-go/v5 v5.6.1
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/tools v0.1.8 // indirect
)