aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-08 17:59:24 -0800
committerGitHub <noreply@github.com>2023-11-08 17:59:24 -0800
commit1b98c11960aab3fb93bdda06206b785eb1b57579 (patch)
tree14d638953af3e0a0bb47b26721b60683910f960a /go.mod
parent1bf78bd583b8033c50c5cf9a89baed41e14da35b (diff)
downloadsally-1b98c11960aab3fb93bdda06206b785eb1b57579.tar.gz
Bump golang.org/x/net from 0.15.0 to 0.17.0 (#119)
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 91027f4..76be6b5 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ toolchain go1.21.3
require (
github.com/stretchr/testify v1.8.4
- golang.org/x/net v0.15.0
+ golang.org/x/net v0.17.0
gopkg.in/yaml.v3 v3.0.1
)