aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-04-27 23:29:29 -0700
committerGravatar GitHub <noreply@github.com> 2023-04-27 23:29:29 -0700
commiteefdad4a93f81fa4c1ef1c8bacf9e829c4b27400 (patch)
tree8d062221056a57e45692a46b213d4c0c0826fc3c /go.mod
parent434fc43c4b5403b38db408621a286096806c4036 (diff)
downloadsally-eefdad4a93f81fa4c1ef1c8bacf9e829c4b27400.tar.gz
sally-eefdad4a93f81fa4c1ef1c8bacf9e829c4b27400.tar.zst
sally-eefdad4a93f81fa4c1ef1c8bacf9e829c4b27400.zip
Bump golang.org/x/net from 0.8.0 to 0.9.0 (#81)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.8.0...v0.9.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 67d9669..a694e19 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.18
require (
github.com/stretchr/testify v1.8.2
- golang.org/x/net v0.8.0
+ golang.org/x/net v0.9.0
gopkg.in/yaml.v3 v3.0.1
)