aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-30 11:19:17 -0800
committerGitHub <noreply@github.com>2024-12-30 11:19:17 -0800
commit276cc7802fc965330c78cc44b98e7b17cc67f1ae (patch)
tree4f78d6a2a06f90d1accd767b484964a4aac3d4c1 /go.mod
parent824e183347de5cbf2a983cdb69bd15673d0ba348 (diff)
downloadseaweedfs-276cc7802fc965330c78cc44b98e7b17cc67f1ae.tar.xz
seaweedfs-276cc7802fc965330c78cc44b98e7b17cc67f1ae.zip
chore(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 (#6401)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.32.0 to 0.33.0. - [Commits](https://github.com/golang/net/compare/v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 979b43038..0384d8676 100644
--- a/go.mod
+++ b/go.mod
@@ -105,7 +105,7 @@ require (
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
golang.org/x/image v0.21.0
- golang.org/x/net v0.32.0
+ golang.org/x/net v0.33.0
golang.org/x/oauth2 v0.24.0 // indirect
golang.org/x/sys v0.28.0
golang.org/x/text v0.21.0 // indirect