Skip to content

Commit

Permalink
Merge pull request #1036 from Huoxi-any/oscs_fix_cjri7kgau51vtpiu8un0
Browse files Browse the repository at this point in the history
fix(sec): upgrade golang.org/x/net to 0.7.0
  • Loading branch information
gustavo-iniguez-goya authored Oct 23, 2023
2 parents 0a01e44 + 7d8eb36 commit 13e06b0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions daemon/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ 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 v1.1.1-0.20220115184804-dd687eb2f2d4
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae
golang.org/x/net v0.0.0-20211209124913-491a49abca63
golang.org/x/sys v0.1.0
github.com/vishvananda/netlink v0.0.0-20210811191823-e1a867c6b452
golang.org/x/net v0.7.0
golang.org/x/sys v0.5.0
google.golang.org/grpc v1.32.0
google.golang.org/protobuf v1.26.0 // indirect
)

0 comments on commit 13e06b0

Please sign in to comment.