Skip to content
Open
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
10 changes: 4 additions & 6 deletions machinelearningteam/summary-statistics-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ module github.com/e-conomic/hiring-assignments/machinelearningteam/summary-stati
go 1.12

require (
github.com/golang/protobuf v1.4.2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/prometheus/client_golang v1.2.1
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
github.com/golang/protobuf v1.4.3
github.com/prometheus/client_golang v1.11.1
golang.org/x/net v0.0.0-20200625001655-4c5254603344
google.golang.org/grpc v1.34.0
google.golang.org/protobuf v1.25.0
google.golang.org/protobuf v1.26.0-rc.1
)