aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-07-05 22:03:42 -0700
committerGravatar GitHub <noreply@github.com> 2023-07-05 22:03:42 -0700
commit8b6412e2bd1e315a4f321fe8a0236017ef0b697d (patch)
tree2e444bea6d5cbe514ca5490e11da67c659e9a27e /go.mod
parentc24f8d92c3017823d48225fb280ba0c9e985be78 (diff)
downloadsally-8b6412e2bd1e315a4f321fe8a0236017ef0b697d.tar.gz
sally-8b6412e2bd1e315a4f321fe8a0236017ef0b697d.tar.zst
sally-8b6412e2bd1e315a4f321fe8a0236017ef0b697d.zip
Bump golang.org/x/net from 0.11.0 to 0.12.0 (#103)
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 ce878f6..feb4a67 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.11.0
+ golang.org/x/net v0.12.0
gopkg.in/yaml.v3 v3.0.1
)