forked from gardener-attic/component-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (34 loc) · 1.28 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/gardener/component-cli
go 1.15
require (
github.com/Masterminds/semver/v3 v3.1.1
github.com/containerd/containerd v1.4.2
github.com/docker/cli v20.10.0-rc1+incompatible
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce // indirect
github.com/docker/docker-credential-helpers v0.6.3 // indirect
github.com/drone/envsubst v1.0.2
github.com/gardener/component-spec/bindings-go v0.0.36
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v0.3.0
github.com/go-logr/zapr v0.3.0
github.com/golang/mock v1.4.4
github.com/google/uuid v1.1.1
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mandelsoft/vfs v0.0.0-20201002134249-3c471f64a4d1
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.1
github.com/prometheus/client_golang v0.9.3
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
go.uber.org/zap v1.16.0
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5
golang.org/x/tools v0.0.0-20201002184944-ecd9fd270d5d // indirect
gotest.tools/v3 v3.0.3 // indirect
k8s.io/api v0.19.4
k8s.io/apimachinery v0.19.4
sigs.k8s.io/yaml v1.2.0
)