Skip to content

Commit ea94091

Browse files
authored
Remove query consistency level enum (#50)
1 parent efb1f51 commit ea94091

File tree

7 files changed

+496
-580
lines changed

7 files changed

+496
-580
lines changed

enums/v1/query.pb.go

Lines changed: 22 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enums/v1/workflow.pb.go

Lines changed: 55 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/golang/protobuf v1.4.2 // indirect
1111
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
1212
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
13-
golang.org/x/text v0.3.2 // indirect
14-
google.golang.org/genproto v0.0.0-20200615140333-fd031eab31e7 // indirect
13+
golang.org/x/text v0.3.3 // indirect
14+
google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790 // indirect
1515
google.golang.org/grpc v1.29.1
1616
)

0 commit comments

Comments
 (0)