Skip to content

Commit

Permalink
vendor/github.com/mndrix/tap-go: Bump to 629fa40
Browse files Browse the repository at this point in the history
To pick up t.YAML(...) for more visible error messages.  See ad47e7d
(Makefile: Change from prove to node-tap, 2017-11-30, opencontainers#439) about how
node-tap handles YAML blocks vs. diagnostics.

Generated with:

  $ go get -u github.com/mndrix/tap-go
  $ godep update github.com/mndrix/tap-go
  $ emacs Godeps/Godeps.json  # remove gopkg.in/yaml.v2 entry
  $ rm -rf vendor/gopkg.in/yaml.v2
  $ git add vendor/github.com/mndrix

We don't need gopkg.in/yaml.v2 because we're using tap-go's JSON
output.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Jan 10, 2018
1 parent 32b6ee1 commit 0c66fe9
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Godeps/Godeps.json

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

8 changes: 4 additions & 4 deletions vendor/github.com/mndrix/tap-go/Makefile

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

12 changes: 12 additions & 0 deletions vendor/github.com/mndrix/tap-go/tap.go

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

22 changes: 22 additions & 0 deletions vendor/github.com/mndrix/tap-go/yaml_json.go

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

23 changes: 23 additions & 0 deletions vendor/github.com/mndrix/tap-go/yaml_yaml.go

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

0 comments on commit 0c66fe9

Please sign in to comment.