diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-08 08:33:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 08:33:53 -0500 |
commit | 6fe634c9165367ecf797794f016dd640bc28ff2f (patch) | |
tree | 5262e741c70f51cf57a8c210c6f5771f646ff492 /vendor/github.com/onsi/ginkgo/go.mod | |
parent | 7c09752fb88faba0cda07dbeabe17616c7262ea1 (diff) | |
parent | 80390dd1800590f69ed83db13137fad88f6b63ed (diff) | |
download | podman-6fe634c9165367ecf797794f016dd640bc28ff2f.tar.gz podman-6fe634c9165367ecf797794f016dd640bc28ff2f.tar.bz2 podman-6fe634c9165367ecf797794f016dd640bc28ff2f.zip |
Merge pull request #9658 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.15.1
Bump github.com/onsi/ginkgo from 1.15.0 to 1.15.1
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/go.mod')
-rw-r--r-- | vendor/github.com/onsi/ginkgo/go.mod | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/vendor/github.com/onsi/ginkgo/go.mod b/vendor/github.com/onsi/ginkgo/go.mod index 655060cf7..738a2f107 100644 --- a/vendor/github.com/onsi/ginkgo/go.mod +++ b/vendor/github.com/onsi/ginkgo/go.mod @@ -1,11 +1,10 @@ module github.com/onsi/ginkgo +go 1.15 + require ( - github.com/fsnotify/fsnotify v1.4.9 // indirect - github.com/nxadm/tail v1.4.4 + github.com/nxadm/tail v1.4.8 github.com/onsi/gomega v1.10.1 golang.org/x/sys v0.0.0-20210112080510-489259a85091 golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e ) - -go 1.13 |