Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
25 changes: 13 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,45 +12,46 @@ require (
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/apparentlymart/go-cidr v1.0.0
github.com/ashcrow/osrelease v0.0.0-20180626175927-9b292693c55c
github.com/containerd/cgroups v0.0.0-20191003151125-bec0ecbda146 // indirect
github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 // indirect
github.com/containerd/go-runc v0.0.0-20190603165425-9007c2405372 // indirect
github.com/containers/image v3.0.2+incompatible
github.com/containers/storage v1.13.5
github.com/containers/storage v1.16.5
github.com/coreos/container-linux-config-transpiler v0.9.0
github.com/coreos/ignition v0.33.0
github.com/creack/pty v1.1.9 // indirect
github.com/cri-o/cri-o v1.16.2
github.com/cri-o/cri-o v1.9.0-beta.2.0.20200330185319-3b257e6ed2bc
github.com/davecgh/go-spew v1.1.1
github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1 // indirect
github.com/emicklei/go-restful v2.10.0+incompatible // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-bindata/go-bindata v3.1.1+incompatible
github.com/gogo/protobuf v1.3.1 // indirect
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect
github.com/golangci/golangci-lint v1.18.0
github.com/golangci/golangci-lint v1.23.3
github.com/google/renameio v0.1.0
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.7
github.com/imdario/mergo v0.3.8
github.com/joho/godotenv v1.3.0
github.com/mtrmac/gpgme v0.1.2 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1
github.com/openshift/api v3.9.1-0.20191111211345-a27ff30ebf09+incompatible
github.com/openshift/client-go v0.0.0-20191001081553-3b0e988f8cb0
github.com/openshift/cluster-etcd-operator v0.0.0-alpha.0.0.20191025163650-5854b5c48ce4
github.com/openshift/library-go v0.0.0-20191003152030-97c62d8a2901
github.com/openshift/runtime-utils v0.0.0-20191011150825-9169de69ebf6
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.1.0
github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d
github.com/spf13/cobra v0.0.5
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.4.1
github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
github.com/spf13/cobra v0.0.6
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.5.1
github.com/vincent-petithory/dataurl v0.0.0-20160330182126-9a301d65acbb
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3 // indirect
golang.org/x/sys v0.0.0-20191002091554-b397fe3ad8ed // indirect
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
gonum.org/v1/gonum v0.0.0-20190929233944-b20cf7805fc4 // indirect
gonum.org/v1/netlib v0.0.0-20190926062253-2d6e29b73a19 // indirect
Expand Down
429 changes: 346 additions & 83 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/github.com/Microsoft/go-winio/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/Microsoft/go-winio/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 12 additions & 5 deletions vendor/github.com/Microsoft/go-winio/pipe.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 54 additions & 0 deletions vendor/github.com/Microsoft/hcsshim/Protobuild.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions vendor/github.com/Microsoft/hcsshim/appveyor.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading