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
13 changes: 5 additions & 8 deletions cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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
Expand All @@ -14,21 +13,19 @@ require (
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/google/uuid v1.3.0
github.com/googleapis/gnostic v0.1.0 // indirect
github.com/hashicorp/go-version v1.2.0
github.com/hashicorp/go-version v1.2.1
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/mitchellh/mapstructure v1.5.0
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/viper v1.4.0
github.com/stretchr/testify v1.7.0
google.golang.org/appengine v1.6.5 // indirect
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.1
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible
helm.sh/helm/v3 v3.1.2
Expand Down
Loading