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
4 changes: 1 addition & 3 deletions statistics-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,18 @@ go 1.14

require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/cloudevents/sdk-go v0.10.0 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/go-playground/validator/v10 v10.3.0 // indirect
github.com/go-test/deep v1.0.7
github.com/golang/protobuf v1.4.2 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/keptn/go-utils v0.8.0-alpha.0.20210212091339-6378ba149260
github.com/stretchr/testify v1.7.0
github.com/swaggo/swag v1.6.7
github.com/ugorji/go v1.1.8 // indirect
go.mongodb.org/mongo-driver v1.4.6
go.mongodb.org/mongo-driver v1.11.0
golang.org/x/tools v0.0.0-20200915201639-f4cefd1cb5ba // indirect
google.golang.org/protobuf v1.25.0 // indirect
)
Loading