diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-21 19:32:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 19:32:53 +0200 |
commit | 8e5d7aa79c1268b779ccd603f1058638472de8ae (patch) | |
tree | 04ba691dcb063248baf1bddaf9fd9c4ea87f73a5 /go.mod | |
parent | 9eb6c3056398c3776018eccd121ac487a9282c36 (diff) | |
parent | 2ecd15c0d236916d2894c87c73aeeeb08978614f (diff) | |
download | podman-8e5d7aa79c1268b779ccd603f1058638472de8ae.tar.gz podman-8e5d7aa79c1268b779ccd603f1058638472de8ae.tar.bz2 podman-8e5d7aa79c1268b779ccd603f1058638472de8ae.zip |
Merge pull request #6316 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.12.2
Bump github.com/onsi/ginkgo from 1.12.0 to 1.12.2
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ require ( github.com/hpcloud/tail v1.0.0 github.com/json-iterator/go v1.1.9 github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 - github.com/onsi/ginkgo v1.12.1 + github.com/onsi/ginkgo v1.12.2 github.com/onsi/gomega v1.10.1 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 @@ -61,7 +61,7 @@ require ( golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a - golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f + golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 gopkg.in/yaml.v2 v2.3.0 k8s.io/api v0.18.3 k8s.io/apimachinery v0.18.3 |