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

require (
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-openapi/errors v0.20.2
github.com/go-openapi/loads v0.21.1
github.com/go-openapi/runtime v0.24.1
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/go-test/deep v1.0.7
github.com/jeremywohl/flatten v0.0.0-20190921043622-d936035e55cf
github.com/jessevdk/go-flags v1.4.0
github.com/keptn/go-utils v0.8.0-alpha.0.20210212091339-6378ba149260
github.com/magiconair/properties v1.8.1
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.4.6
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
go.mongodb.org/mongo-driver v1.8.3
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
)
Loading