diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-27 10:49:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-27 10:49:17 -0700 |
| commit | fe532592ccf7146b60b6a11a279d4c289582d955 (patch) | |
| tree | 556dfcb75bb010d9915a3a9e63dfd57bd5e7105a /go.mod | |
| parent | 290c2450954870ee211233bbd577bb277c460599 (diff) | |
| download | seaweedfs-fe532592ccf7146b60b6a11a279d4c289582d955.tar.xz seaweedfs-fe532592ccf7146b60b6a11a279d4c289582d955.zip | |
chore(deps): bump golang.org/x/net from 0.45.0 to 0.46.0 (#7386)
* chore(deps): bump golang.org/x/net from 0.45.0 to 0.46.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.45.0 to 0.46.0.
- [Commits](https://github.com/golang/net/compare/v0.45.0...v0.46.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.46.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* go mod tidy
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ require ( golang.org/x/crypto v0.43.0 golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 golang.org/x/image v0.32.0 - golang.org/x/net v0.45.0 + golang.org/x/net v0.46.0 golang.org/x/oauth2 v0.30.0 // indirect golang.org/x/sys v0.37.0 golang.org/x/text v0.30.0 // indirect |
