aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-02-08 19:11:40 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-08 19:11:40 -0800
commitd86b2cda9d6d44137b93c5950427e663168950ca (patch)
tree4ef8a949331262d1b5244e402106e88e7349190e /go.mod
parente4a248384fa9f3f92b50e9e02287af5d97e013b9 (diff)
downloadsally-d86b2cda9d6d44137b93c5950427e663168950ca.tar.gz
sally-d86b2cda9d6d44137b93c5950427e663168950ca.tar.zst
sally-d86b2cda9d6d44137b93c5950427e663168950ca.zip
Bump golang.org/x/net from 0.5.0 to 0.6.0 (#77)
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 3e2aa57..c226c68 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.18
require (
github.com/stretchr/testify v1.8.1
- golang.org/x/net v0.5.0
+ golang.org/x/net v0.6.0
gopkg.in/yaml.v3 v3.0.1
)