Commit c1f1ceb 1 parent 676a829 commit c1f1ceb Copy full SHA for c1f1ceb
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,13 @@ require (
8
8
google.golang.org/genproto v0.0.0-20211021150943-2b146023228c
9
9
google.golang.org/grpc v1.41.0
10
10
google.golang.org/protobuf v1.27.1
11
+ )
12
+
13
+ require (
11
14
github.com/gogo/protobuf v1.3.2 // indirect
12
15
github.com/golang/protobuf v1.5.2 // indirect
13
16
github.com/pkg/errors v0.9.1 // indirect
14
17
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
15
- golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
18
+ golang.org/x/sys v0.1.0 // indirect
16
19
golang.org/x/text v0.3.5 // indirect
17
20
)
Original file line number Diff line number Diff line change @@ -263,8 +263,9 @@ golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7w
263
263
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
264
264
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
265
265
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
266
- golang.org/x/sys v0.0.0-20210510120138-977fb7262007 h1:gG67DSER+11cZvqIMb8S8bt0vZtiN6xWYARwirrOSfE =
267
266
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
267
+ golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U =
268
+ golang.org/x/sys v0.1.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
268
269
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
269
270
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
270
271
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
You can’t perform that action at this time.
0 commit comments