diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-19 17:30:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 17:30:29 +0100 |
commit | 5a0b5c564082c7c30dcd49d022f07d051577713e (patch) | |
tree | 80edb0bc1c5adf80bb1f5096f42dc99a5007b56d /vendor/github.com/stretchr/testify/require/requirements.go | |
parent | da249e2fe279659458abb6bee995e68813849f00 (diff) | |
parent | 74290c4b36b7c888671b3caf6c54dd981a30b07f (diff) | |
download | podman-5a0b5c564082c7c30dcd49d022f07d051577713e.tar.gz podman-5a0b5c564082c7c30dcd49d022f07d051577713e.tar.bz2 podman-5a0b5c564082c7c30dcd49d022f07d051577713e.zip |
Merge pull request #5257 from containers/dependabot/go_modules/github.com/stretchr/testify-1.5.0
build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.0
Diffstat (limited to 'vendor/github.com/stretchr/testify/require/requirements.go')
-rw-r--r-- | vendor/github.com/stretchr/testify/require/requirements.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/stretchr/testify/require/requirements.go b/vendor/github.com/stretchr/testify/require/requirements.go index 6b85c5ece..91772dfeb 100644 --- a/vendor/github.com/stretchr/testify/require/requirements.go +++ b/vendor/github.com/stretchr/testify/require/requirements.go @@ -26,4 +26,4 @@ type BoolAssertionFunc func(TestingT, bool, ...interface{}) // for table driven tests. type ErrorAssertionFunc func(TestingT, error, ...interface{}) -//go:generate go run ../_codegen/main.go -output-package=require -template=require.go.tmpl -include-format-funcs +//go:generate sh -c "cd ../_codegen && go build && cd - && ../_codegen/_codegen -output-package=require -template=require.go.tmpl -include-format-funcs" |