Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 8 additions & 18 deletions cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,32 @@ module github.com/keptn/keptn/cli
go 1.13

require (
cloud.google.com/go v0.40.0 // indirect
github.com/Masterminds/sprig/v3 v3.1.0 // indirect
github.com/alecthomas/jsonschema v0.0.0-20201129101101-7b852d451add
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
github.com/cloudevents/sdk-go/v2 v2.3.1
github.com/danieljoos/wincred v1.1.0 // indirect
github.com/docker/docker-credential-helpers v0.6.3
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-test/deep v1.0.7
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/uuid v1.1.1
github.com/googleapis/gnostic v0.1.0 // indirect
github.com/google/uuid v1.1.2
github.com/hashicorp/go-version v1.2.0
github.com/keptn/go-utils v0.8.0-alpha.0.20210218122935-181f708b39a1
github.com/keptn/kubernetes-utils v0.8.0-alpha.0.20210209145403-cf20ffebddd7
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mattn/go-shellwords v1.0.11
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.4.1
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/cobra v1.6.0
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.7.0
google.golang.org/appengine v1.6.5 // indirect
github.com/stretchr/testify v1.8.0
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible
helm.sh/helm/v3 v3.1.2
k8s.io/api v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/cli-runtime v0.17.2
k8s.io/client-go v0.17.2
k8s.io/kube-openapi v0.0.0-20200121204235-bf4fb3bd569c // indirect
k8s.io/kubectl v0.17.2
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89 // indirect
k8s.io/api v0.26.1
k8s.io/apimachinery v0.26.1
k8s.io/cli-runtime v0.26.1
k8s.io/client-go v0.26.1
k8s.io/kubectl v0.26.1
)

// Transitive requirement from Helm: See https://github.com/helm/helm/blob/v3.1.2/go.mod
Expand Down
Loading