summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-03-17 02:30:54 -0700
committerGitHub <noreply@github.com>2021-03-17 02:30:54 -0700
commit3d7a8cf2af43a2d315fff7b8f74ae3d039f68dd0 (patch)
tree6fe1fe47414717662d14a6e223e26ef803517f92 /go.mod
parent9439b699b8940e2caf84cc29026b0beb70a5a2bb (diff)
parent310eae4ba44bc1c98c5cc5995f1f183b8ac432b1 (diff)
downloadpodman-3d7a8cf2af43a2d315fff7b8f74ae3d039f68dd0.tar.gz
podman-3d7a8cf2af43a2d315fff7b8f74ae3d039f68dd0.tar.bz2
podman-3d7a8cf2af43a2d315fff7b8f74ae3d039f68dd0.zip
Merge pull request #9714 from rhatdan/build
Switch all builds to pull-never
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 27b7a4a09..891b9f083 100644
--- a/go.mod
+++ b/go.mod
@@ -34,9 +34,12 @@ require (
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/hashicorp/go-multierror v1.1.0
+ github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hpcloud/tail v1.0.0
github.com/json-iterator/go v1.1.10
github.com/kr/text v0.2.0 // indirect
+ github.com/mattn/go-colorable v0.1.8 // indirect
+ github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/moby/term v0.0.0-20201110203204-bea5bbe245bf
github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
@@ -50,6 +53,7 @@ require (
github.com/opencontainers/selinux v1.8.0
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
+ github.com/rivo/uniseg v0.2.0 // indirect
github.com/rootless-containers/rootlesskit v0.14.0-beta.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
@@ -61,7 +65,7 @@ require (
go.etcd.io/bbolt v1.3.5
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
- golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
+ golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
k8s.io/api v0.0.0-20190620084959-7cf5895f2711