diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-06-06 11:14:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-06 11:14:52 -0700 |
| commit | 7ce519d4af3b6b20f99dde3b959fa1b4c2bd2641 (patch) | |
| tree | c35006199162ea833599b4d56ff51d79cc0ba1d8 /go.mod | |
| parent | a99536d52387e16f135f1ce4366e70dfb2fad1e5 (diff) | |
| parent | fba6a19d0ba1540738283a12260b4b770b851966 (diff) | |
| download | seaweedfs-7ce519d4af3b6b20f99dde3b959fa1b4c2bd2641.tar.xz seaweedfs-7ce519d4af3b6b20f99dde3b959fa1b4c2bd2641.zip | |
Merge pull request #3145 from chrislusf/dependabot/go_modules/github.com/stretchr/testify-1.7.2
Bump github.com/stretchr/testify from 1.7.1 to 1.7.2
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -98,7 +98,7 @@ require ( github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/viper v1.12.0 github.com/streadway/amqp v1.0.0 - github.com/stretchr/testify v1.7.1 + github.com/stretchr/testify v1.7.2 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.1 @@ -218,7 +218,7 @@ require ( golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect gopkg.in/ini.v1 v1.66.4 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect - gopkg.in/yaml.v3 v3.0.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect lukechampine.com/uint128 v1.1.1 // indirect ) |
