mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
equip go.mod file with packages
This commit is contained in:
parent
563247a87c
commit
ffbb138bd6
1 changed files with 3 additions and 1 deletions
|
@ -7,8 +7,10 @@ require (
|
|||
github.com/fsnotify/fsnotify v1.4.7
|
||||
github.com/golang/protobuf v1.0.0
|
||||
github.com/google/gopacket v1.1.14
|
||||
github.com/gustavo-iniguez-goya/opensnitch v1.0.0
|
||||
github.com/vishvananda/netlink v1.1.0 // indirect
|
||||
golang.org/x/net v0.0.0-20180417003750-8d16fa6dc9a8
|
||||
golang.org/x/sys v0.0.0-20180417080122-b126b21c05a9
|
||||
golang.org/x/sys v0.0.0-20190606203320-7fc4e5ec1444
|
||||
golang.org/x/text v0.3.0
|
||||
google.golang.org/genproto v0.0.0-20180413175816-7fd901a49ba6
|
||||
google.golang.org/grpc v1.11.3
|
||||
|
|
Loading…
Add table
Reference in a new issue