Update testify to v1.5.1 (#3209)

This commit is contained in:
jannfis 2020-03-14 03:33:22 +01:00 committed by GitHub
parent 9d1a378ce8
commit bbb925cb63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Gopkg.lock generated
View file

@ -950,15 +950,15 @@
version = "v0.1"
[[projects]]
digest = "1:c587772fb8ad29ad4db67575dad25ba17a51f072ff18a22b4f0257a4d9c24f75"
digest = "1:cc4eb6813da8d08694e557fcafae8fcc24f47f61a0717f952da130ca9a486dfc"
name = "github.com/stretchr/testify"
packages = [
"assert",
"mock",
]
pruneopts = ""
revision = "f35b8ab0b5a2cef36673838d662e249dd9c94686"
version = "v1.2.2"
revision = "3ebf1ddaeb260c4b1ae502a01c7844fa8c1fa0e9"
version = "v1.5.1"
[[projects]]
digest = "1:51cf0fca93f4866709ceaf01b750e51d997c299a7bd2edf7ccd79e3b428754ae"

View file

@ -86,7 +86,7 @@ required = [
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.2"
version = "1.5.1"
[[constraint]]
name = "github.com/gobuffalo/packr"