aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-03-05 21:00:08 -0800
committerGravatar GitHub <noreply@github.com> 2023-03-05 21:00:08 -0800
commitbfa7ecb139e9255484b98595714a6e88c5e988e1 (patch)
treebdf94444be693d65721c6973639140c66946efa1 /go.mod
parent37049d871d3d0536418b35d91c34d3739e5994b9 (diff)
downloadsally-bfa7ecb139e9255484b98595714a6e88c5e988e1.tar.gz
sally-bfa7ecb139e9255484b98595714a6e88c5e988e1.tar.zst
sally-bfa7ecb139e9255484b98595714a6e88c5e988e1.zip
Bump golang.org/x/net from 0.7.0 to 0.8.0 (#80)
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 9906b51..67d9669 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.7.0
+ golang.org/x/net v0.8.0
gopkg.in/yaml.v3 v3.0.1
)