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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 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 @@ -26,7 +25,7 @@ require (
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/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/yaml.v2 v2.4.0
Expand Down
Loading