diff options
author | 2023-02-14 22:34:48 -0800 | |
---|---|---|
committer | 2023-02-14 22:34:48 -0800 | |
commit | 0d4f5390f34ba80d7f40b97bd4d2288c8645cf22 (patch) | |
tree | 1e22a810b7d328986c9ffa2b6bdcf0e9114df5d1 /go.mod | |
parent | d86b2cda9d6d44137b93c5950427e663168950ca (diff) | |
download | sally-0d4f5390f34ba80d7f40b97bd4d2288c8645cf22.tar.gz sally-0d4f5390f34ba80d7f40b97bd4d2288c8645cf22.tar.zst sally-0d4f5390f34ba80d7f40b97bd4d2288c8645cf22.zip |
Bump golang.org/x/net from 0.6.0 to 0.7.0 (#78)
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
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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.18 require ( github.com/stretchr/testify v1.8.1 - golang.org/x/net v0.6.0 + golang.org/x/net v0.7.0 gopkg.in/yaml.v3 v3.0.1 ) |