aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-22 11:19:45 -0700
committerGitHub <noreply@github.com>2023-05-22 11:19:45 -0700
commit5669d29d04dd73f0decf746c24c9b14cb4e686fc (patch)
treef14b6a1889db185adb34ac473b9bf6b80245530e /go.mod
parent4310e1fac4e59a4391159e6c349f45a8e1cd0601 (diff)
downloadseaweedfs-5669d29d04dd73f0decf746c24c9b14cb4e686fc.tar.xz
seaweedfs-5669d29d04dd73f0decf746c24c9b14cb4e686fc.zip
build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#4498)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... 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 d3f2c8119..57c6ecbd3 100644
--- a/go.mod
+++ b/go.mod
@@ -90,7 +90,7 @@ require (
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.15.0
- github.com/stretchr/testify v1.8.2
+ github.com/stretchr/testify v1.8.3
github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203
github.com/syndtr/goleveldb v1.0.1-0.20190318030020-c3a204f8e965
github.com/tidwall/gjson v1.14.4