aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-06-13 22:20:57 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-13 22:20:57 -0700
commitc24f8d92c3017823d48225fb280ba0c9e985be78 (patch)
treeaf101cd03ee3c292316a6867e4a373c156fc6d41 /go.mod
parent59e09d196b73ed9f797a89b0d7144271c487cf82 (diff)
downloadsally-c24f8d92c3017823d48225fb280ba0c9e985be78.tar.gz
sally-c24f8d92c3017823d48225fb280ba0c9e985be78.tar.zst
sally-c24f8d92c3017823d48225fb280ba0c9e985be78.zip
Bump golang.org/x/net from 0.10.0 to 0.11.0 (#102)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.11.0. - [Commits](https://github.com/golang/net/compare/v0.10.0...v0.11.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 3aca281..ce878f6 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.18
require (
github.com/stretchr/testify v1.8.4
- golang.org/x/net v0.10.0
+ golang.org/x/net v0.11.0
gopkg.in/yaml.v3 v3.0.1
)