Skip to content

Commit

Permalink
fix go mod vendor
Browse files Browse the repository at this point in the history
commits f7fe884 and d52f528
enabled go modules and vendored dependencies, but did not include go-spew as a dependency.

This was later on addressed by 3f088a4, but did not update
the vendored files.

This patch is the result of re-running `go mod vendor` to vendor go-spew.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Nov 28, 2019
1 parent 4cd0c28 commit 3561805
Show file tree
Hide file tree
Showing 10 changed files with 2,134 additions and 0 deletions.
15 changes: 15 additions & 0 deletions vendor/github.com/davecgh/go-spew/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

145 changes: 145 additions & 0 deletions vendor/github.com/davecgh/go-spew/spew/bypass.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions vendor/github.com/davecgh/go-spew/spew/bypasssafe.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3561805

Please sign in to comment.