Skip to content

Commit 9ebd2c7

Browse files
Bump github.com/davecgh/go-spew from 1.1.0 to 1.1.1
Bumps [github.com/davecgh/go-spew](https://github.com/davecgh/go-spew) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/davecgh/go-spew/releases) - [Commits](davecgh/go-spew@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: github.com/davecgh/go-spew dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5251eff commit 9ebd2c7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/stretchr/testify
33
go 1.13
44

55
require (
6-
github.com/davecgh/go-spew v1.1.0
6+
github.com/davecgh/go-spew v1.1.1
77
github.com/pmezard/go-difflib v1.0.0
88
github.com/stretchr/objx v0.1.0
99
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
2-
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1+
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
2+
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
33
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
44
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
55
github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4=

0 commit comments

Comments
 (0)