diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-30 06:40:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 06:40:22 -0800 |
commit | 83044fe6c074f2260e2c4555db4fe72367f5ea76 (patch) | |
tree | 2520b37f97860e2c2ed3782c523fec9ab8304a0e /go.mod | |
parent | 1729350f6636b18a0555484d1ece307b9d2fd828 (diff) | |
parent | 4ec893a748a0fd7981403d0fcc803dbfd3e35fe1 (diff) | |
download | podman-83044fe6c074f2260e2c4555db4fe72367f5ea76.tar.gz podman-83044fe6c074f2260e2c4555db4fe72367f5ea76.tar.bz2 podman-83044fe6c074f2260e2c4555db4fe72367f5ea76.zip |
Merge pull request #5017 from vrothberg/fix-4829
Makefile cleanups
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -26,12 +26,14 @@ require ( github.com/docker/go-connections v0.4.0 github.com/docker/go-units v0.4.0 github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect + github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 // indirect github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect github.com/elazarl/goproxy/ext v0.0.0-20190911111923-ecfe977594f1 // indirect github.com/etcd-io/bbolt v1.3.3 github.com/fatih/camelcase v1.0.0 // indirect github.com/fsnotify/fsnotify v1.4.7 github.com/ghodss/yaml v1.0.0 + github.com/go-ini/ini v1.51.1 // indirect github.com/godbus/dbus v0.0.0-20190422162347-ade71ed3457e github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf github.com/google/uuid v1.1.1 @@ -41,7 +43,9 @@ require ( github.com/hashicorp/go-multierror v1.0.0 github.com/hpcloud/tail v1.0.0 github.com/json-iterator/go v1.1.9 + github.com/mrtazz/checkmake v0.0.0-20191009095831-03dd76b964dd // indirect github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 + github.com/olekukonko/tablewriter v0.0.4 // indirect github.com/onsi/ginkgo v1.11.0 github.com/onsi/gomega v1.8.1 github.com/opencontainers/go-digest v1.0.0-rc1 |