diff --git a/machinelearningteam/summary-statistics-service/go.mod b/machinelearningteam/summary-statistics-service/go.mod index 0c8c4e4..822c25d 100644 --- a/machinelearningteam/summary-statistics-service/go.mod +++ b/machinelearningteam/summary-statistics-service/go.mod @@ -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 )