summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-01 19:32:51 -0500
committerGitHub <noreply@github.com>2024-12-01 19:32:51 -0500
commit67cf0b268efc8b81e8b089ea45cfc5592b604b4d (patch)
treefba70688adf766f894ecdc37adba51aaaf6e69dd /go.mod
parent71a58a197a2e635b968f3cedaa74a9645818f882 (diff)
deps(go): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#2270)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 2f7034ed..e80855bf 100644
--- a/go.mod
+++ b/go.mod
@@ -23,7 +23,7 @@ require (
github.com/joho/godotenv v1.5.1
github.com/lmittmann/tint v1.0.5
github.com/spf13/cobra v1.8.1
- github.com/stretchr/testify v1.9.0
+ github.com/stretchr/testify v1.10.0
github.com/ugorji/go/codec v1.2.12
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
golang.org/x/crypto v0.29.0