diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-09-30 13:59:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-30 13:59:54 -0700 |
commit | b063383390f8b23f69357d781784582e4d93c706 (patch) | |
tree | 86706e3405f01eccafd6af897784b7fe3e1c26ca /go.mod | |
parent | 92a489bcdfcb16a8fa74f08b539696be2f6bd0ab (diff) | |
parent | c245ef9d1b2322a35344bbf837baaf3892378bef (diff) | |
download | podman-b063383390f8b23f69357d781784582e4d93c706.tar.gz podman-b063383390f8b23f69357d781784582e4d93c706.tar.bz2 podman-b063383390f8b23f69357d781784582e4d93c706.zip |
Merge pull request #4144 from containers/dependabot/go_modules/github.com/spf13/pflag-1.0.5
Bump github.com/spf13/pflag from 1.0.3 to 1.0.5
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ require ( github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.5 github.com/spf13/jwalterweatherman v1.1.0 // indirect - github.com/spf13/pflag v1.0.3 + github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.4.0 // indirect github.com/stretchr/testify v1.4.0 github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 |