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
22 changes: 9 additions & 13 deletions configuration-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@ module github.com/keptn/keptn/configuration-service
go 1.13

require (
github.com/cloudevents/sdk-go v0.10.0 // indirect
cloud.google.com/go v0.40.0 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/frankban/quicktest v1.9.0 // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-openapi/errors v0.19.9
github.com/go-openapi/loads v0.20.2
github.com/go-openapi/runtime v0.19.24
github.com/go-openapi/spec v0.20.3
github.com/go-openapi/strfmt v0.20.0
github.com/go-openapi/swag v0.19.14
github.com/go-openapi/validate v0.20.2
github.com/go-test/deep v1.0.5 // indirect
github.com/go-openapi/errors v0.20.2
github.com/go-openapi/loads v0.21.1
github.com/go-openapi/runtime v0.24.2
github.com/go-openapi/spec v0.20.4
github.com/go-openapi/strfmt v0.21.2
github.com/go-openapi/swag v0.21.1
github.com/go-openapi/validate v0.21.0
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/martian v2.1.0+incompatible
github.com/gophercloud/gophercloud v0.9.0 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/json-iterator/go v1.1.9 // indirect
Expand All @@ -30,8 +27,7 @@ require (
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
github.com/stretchr/testify v1.7.0
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
go.mongodb.org/mongo-driver v1.4.6
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
gopkg.in/yaml.v2 v2.4.0
Expand Down
Loading