aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-19 13:28:17 +0000
committerGitHub <noreply@github.com>2024-04-19 13:28:17 +0000
commitb8d747ba70f04b71c659dcd684ff0af091f1bbe6 (patch)
treecda5c7807b66265b300827bbffa4ac5bd799bafa /go.mod
parent5a2c263a074daa0755a519ff93d2eb5bf4f9bee6 (diff)
downloadx-b8d747ba70f04b71c659dcd684ff0af091f1bbe6.tar.xz
x-b8d747ba70f04b71c659dcd684ff0af091f1bbe6.zip
build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#588)
* build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Go mod SRI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mimi <mimi@xeserv.us>
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 9b0eab4..e264cca 100644
--- a/go.mod
+++ b/go.mod
@@ -205,10 +205,10 @@ require (
github.com/x448/float16 v0.8.4 // indirect
go4.org/mem v0.0.0-20220726221520-4f986261bf13 // indirect
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
- golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
+ golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
golang.org/x/image v0.15.0 // indirect
golang.org/x/mod v0.16.0 // indirect
- golang.org/x/net v0.22.0 // indirect
+ golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect