-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
25 lines (23 loc) · 1.04 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
module github.com/lucor/fyne-opensnitch
go 1.12
require (
fyne.io/fyne v1.2.4
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/evilsocket/ftrace v1.2.0 // indirect
github.com/evilsocket/opensnitch v0.0.0-20190302122427-5c8f7102c29c
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/google/gopacket v1.1.16 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/rakyll/statik v0.1.6
github.com/srwiley/rasterx v0.0.0-20200120212402-85cb7272f5e9 // indirect
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/grpc v1.20.1
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)