aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-04 03:06:59 +0000
committerGitHub <noreply@github.com>2024-03-04 03:06:59 +0000
commit5683eee3e5bd1cf1d2a09ed80c8af7b48d0d5d2a (patch)
tree7bcc84423f3b4bb1d222f9312fccbe06159bfc8d /go.mod
parent9310ba47f78711a783ad6b640e014abab4e5a4cb (diff)
downloadsally-5683eee3e5bd1cf1d2a09ed80c8af7b48d0d5d2a.tar.gz
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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
)