File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/rogpeppe/fastuuid v1.2.0
11
11
golang.org/x/oauth2 v0.4.0
12
12
golang.org/x/text v0.6.0
13
- google.golang.org/genproto v0.0.0-20230131230820-1c016267d619
13
+ google.golang.org/genproto v0.0.0-20230202175211-008b39050e57
14
14
google.golang.org/grpc v1.52.3
15
15
google.golang.org/protobuf v1.28.1
16
16
gopkg.in/yaml.v3 v3.0.1
Original file line number Diff line number Diff line change @@ -996,8 +996,8 @@ google.golang.org/genproto v0.0.0-20221114212237-e4508ebdbee1/go.mod h1:rZS5c/ZV
996
996
google.golang.org/genproto v0.0.0-20221117204609-8f9c96812029 /go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg =
997
997
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 /go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg =
998
998
google.golang.org/genproto v0.0.0-20221201164419-0e50fba7f41c /go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg =
999
- google.golang.org/genproto v0.0.0-20230131230820-1c016267d619 h1:p0kMzw6AG0JEzd7Z+kXqOiLhC6gjUQTbtS2zR0Q3DbI =
1000
- google.golang.org/genproto v0.0.0-20230131230820-1c016267d619 /go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM =
999
+ google.golang.org/genproto v0.0.0-20230202175211-008b39050e57 h1:vArvWooPH749rNHpBGgVl+U9B9dATjiEhJzcWGlovNs =
1000
+ google.golang.org/genproto v0.0.0-20230202175211-008b39050e57 /go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM =
1001
1001
google.golang.org/grpc v1.19.0 /go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c =
1002
1002
google.golang.org/grpc v1.20.1 /go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38 =
1003
1003
google.golang.org/grpc v1.21.1 /go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM =
Original file line number Diff line number Diff line change @@ -1797,8 +1797,8 @@ def go_repositories():
1797
1797
go_repository (
1798
1798
name = "org_golang_google_genproto" ,
1799
1799
importpath = "google.golang.org/genproto" ,
1800
- sum = "h1:p0kMzw6AG0JEzd7Z+kXqOiLhC6gjUQTbtS2zR0Q3DbI =" ,
1801
- version = "v0.0.0-20230131230820-1c016267d619 " ,
1800
+ sum = "h1:vArvWooPH749rNHpBGgVl+U9B9dATjiEhJzcWGlovNs =" ,
1801
+ version = "v0.0.0-20230202175211-008b39050e57 " ,
1802
1802
)
1803
1803
go_repository (
1804
1804
name = "org_golang_google_grpc" ,
You can’t perform that action at this time.
0 commit comments