Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest grpc and grpcutil #1425

Merged
merged 2 commits into from
Jul 3, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ go 1.19

require (
github.com/authzed/authzed-go v0.8.1-0.20230620170737-8257e7bd388e
github.com/authzed/grpcutil v0.0.0-20230509155820-7a6fedb71dbc
github.com/authzed/grpcutil v0.0.0-20230703173955-bdd0ac3f16a5
github.com/authzed/spicedb v1.21.0
github.com/brianvoe/gofakeit/v6 v6.15.0
github.com/ecordell/optgen v0.0.10-0.20230609182709-018141bf9698
github.com/jackc/pgx/v5 v5.4.1
github.com/stretchr/testify v1.8.4
golang.org/x/tools v0.9.3
google.golang.org/grpc v1.54.0
google.golang.org/grpc v1.56.1
mvdan.cc/gofumpt v0.5.0
)

Expand Down Expand Up @@ -46,7 +46,7 @@ require (
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

Expand Down
Loading
Loading