Skip to content

Commit

Permalink
go.mod: updated deps, minimum required go version
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed Oct 23, 2023
1 parent 13e06b0 commit 5b2cec0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions daemon/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/evilsocket/opensnitch/daemon

go 1.14
go 1.17

require (
github.com/fsnotify/fsnotify v1.4.7
Expand All @@ -10,9 +10,10 @@ require (
github.com/google/uuid v1.3.0
github.com/iovisor/gobpf v0.2.0
github.com/varlink/go v0.4.0
github.com/vishvananda/netlink v0.0.0-20210811191823-e1a867c6b452
golang.org/x/net v0.7.0
golang.org/x/sys v0.5.0
github.com/vishvananda/netlink v1.1.1-0.20220115184804-dd687eb2f2d4
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae
golang.org/x/net v0.17.0
golang.org/x/sys v0.13.0
google.golang.org/grpc v1.32.0
google.golang.org/protobuf v1.26.0 // indirect
)

0 comments on commit 5b2cec0

Please sign in to comment.