diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-17 23:21:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-17 23:21:12 -0800 |
| commit | cbff1dbd0e1b7e673f6d65b8b687d8a544ca203b (patch) | |
| tree | 464299e0765145fb7ae2d272ae24af714d907800 /go.mod | |
| parent | 00fda86880975041d8ecd822ef9464d3b6dc9f85 (diff) | |
| download | seaweedfs-cbff1dbd0e1b7e673f6d65b8b687d8a544ca203b.tar.xz seaweedfs-cbff1dbd0e1b7e673f6d65b8b687d8a544ca203b.zip | |
build(deps): bump golang.org/x/net from 0.6.0 to 0.7.0 (#4220)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.6.0...v0.7.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ require ( golang.org/x/crypto v0.3.0 // indirect golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 golang.org/x/image v0.0.0-20200119044424-58c23975cae1 - golang.org/x/net v0.6.0 + golang.org/x/net v0.7.0 golang.org/x/oauth2 v0.2.0 // indirect golang.org/x/sys v0.5.0 golang.org/x/text v0.7.0 // indirect |
