aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-02-14 22:34:48 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-14 22:34:48 -0800
commit0d4f5390f34ba80d7f40b97bd4d2288c8645cf22 (patch)
tree1e22a810b7d328986c9ffa2b6bdcf0e9114df5d1 /go.mod
parentd86b2cda9d6d44137b93c5950427e663168950ca (diff)
downloadsally-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c226c68..4483d7f 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)