Skip to content
Open
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
13 changes: 2 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ module code.sajari.com/protogen-go
go 1.14

require (
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
github.com/envoyproxy/go-control-plane v0.7.1 // indirect
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
github.com/golang/protobuf v1.3.2-0.20190409050943-e91709a02e0e
github.com/google/go-cmp v0.4.0 // indirect
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 // indirect
golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/grpc v1.20.0
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
github.com/golang/protobuf v1.5.2
google.golang.org/grpc v1.53.0
)
Loading