aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJacob Oaks <jacoboaks.8@gmail.com>2024-04-29 14:58:06 -0400
committerGitHub <noreply@github.com>2024-04-29 14:58:06 -0400
commit700ba8c38b3f8f1ab10977e49c1d5ef7e65abf4f (patch)
tree3118bd64a7eb1810721f538c79bc63a47df30e0f /go.mod
parent5d9ac57635dbc05059aaa9e94b8c76a5da3ca5bb (diff)
parenta00b837ec45a226977f66cbe7b40a0ea692f41e4 (diff)
downloadsally-700ba8c38b3f8f1ab10977e49c1d5ef7e65abf4f.tar.gz
Merge pull request #143 from uber-go/dependabot/go_modules/github.com/stretchr/testify-1.9.0
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
Diffstat (limited to '')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ffdff05..636a416 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.21
toolchain go1.21.3
require (
- github.com/stretchr/testify v1.8.4
+ github.com/stretchr/testify v1.9.0
golang.org/x/net v0.20.0
gopkg.in/yaml.v3 v3.0.1
)