File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7070 - ' -ec'
7171 - |
7272 go install \
73- google. golang.org /protobuf/proto \
74- google. golang.org /protobuf/cmd /protoc-gen-go \
73+ github.com/ golang/protobuf/proto \
74+ github.com/ golang/protobuf/protoc-gen-go \
7575 github.com/golang/mock/mockgen \
7676 go.etcd.io/etcd/v3 go.etcd.io/etcd/etcdctl/v3 \
7777 github.com/fullstorydev/grpcurl/cmd/grpcurl
Original file line number Diff line number Diff line change 7070 - ' -ec'
7171 - |
7272 go install \
73- google. golang.org /protobuf/proto \
74- google. golang.org /protobuf/protoc-gen-go \
73+ github.com/ golang/protobuf/proto \
74+ github.com/ golang/protobuf/protoc-gen-go \
7575 github.com/golang/mock/mockgen \
7676 go.etcd.io/etcd/v3 go.etcd.io/etcd/etcdctl/v3 \
7777 github.com/fullstorydev/grpcurl/cmd/grpcurl
Original file line number Diff line number Diff line change 7070 - ' -ec'
7171 - |
7272 go install \
73- google. golang.org /protobuf/proto \
74- google. golang.org /protobuf/protoc-gen-go \
73+ github.com/ golang/protobuf/proto \
74+ github.com/ golang/protobuf/protoc-gen-go \
7575 github.com/golang/mock/mockgen \
7676 go.etcd.io/etcd/v3 go.etcd.io/etcd/etcdctl/v3 \
7777 github.com/fullstorydev/grpcurl/cmd/grpcurl
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ require (
99 github.com/golang/protobuf v1.5.2
1010 github.com/google/go-cmp v0.5.6
1111 github.com/google/trillian v1.4.0
12- github.com/gorilla/mux v1.8.0 // indirect
12+ github.com/gorilla/mux v1.8.0
1313 github.com/juju/ratelimit v1.0.1
1414 github.com/kylelemons/godebug v1.1.0
15- github.com/mattn/go-sqlite3 v1.14.8 // indirect
15+ github.com/mattn/go-sqlite3 v1.14.8
1616 github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
1717 github.com/prometheus/client_golang v1.11.0
1818 github.com/rs/cors v1.8.0
@@ -25,5 +25,5 @@ require (
2525 golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
2626 google.golang.org/grpc v1.40.0
2727 google.golang.org/protobuf v1.27.1
28- gopkg.in/yaml.v2 v2.4.0 // indirect
28+ gopkg.in/yaml.v2 v2.4.0
2929)
You can’t perform that action at this time.
0 commit comments