summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-12 13:04:42 +0000
committerGitHub <noreply@github.com>2023-10-12 13:04:42 +0000
commit0b009b729a08a03989d0f9da187e366647192872 (patch)
tree353e21b9b7afd013bd0462e23ab1caab5973f739 /go.mod
parentc2788a7c6743c61bb1755c79eea6ae8df3adaba9 (diff)
Bump golang.org/x/net from 0.7.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 753761a..ac949ca 100644
--- a/go.mod
+++ b/go.mod
@@ -11,8 +11,8 @@ require (
github.com/mdlayher/packet v1.1.2
github.com/stretchr/testify v1.6.1
github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923
- golang.org/x/net v0.14.0
- golang.org/x/sys v0.11.0
+ golang.org/x/net v0.17.0
+ golang.org/x/sys v0.13.0
)
require (