Skip to content

Commit

Permalink
Merge pull request #388 from josephschorr/update-schema-generator
Browse files Browse the repository at this point in the history
Update zed to use the latest SpiceDB to get the updates to the schema translator
  • Loading branch information
josephschorr committed Jun 15, 2024
2 parents f97013b + 34be5da commit 6fb7f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
github.com/authzed/authzed-go v0.12.1-0.20240607163830-a28f71a1b0e5
github.com/authzed/grpcutil v0.0.0-20240123194739-2ea1e3d2d98b
github.com/authzed/spicedb v1.33.1-0.20240614071926-819f4244a410
github.com/authzed/spicedb v1.33.1-0.20240615003920-ebe0417c815b
github.com/brianvoe/gofakeit/v6 v6.28.0
github.com/cenkalti/backoff/v4 v4.3.0
github.com/charmbracelet/lipgloss v0.11.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -666,8 +666,8 @@ github.com/authzed/consistent v0.1.0 h1:tlh1wvKoRbjRhMm2P+X5WQQyR54SRoS4MyjLOg17
github.com/authzed/consistent v0.1.0/go.mod h1:plwHlrN/EJUCwQ+Bca0MhM1KnisPs7HEkZI5giCXrcc=
github.com/authzed/grpcutil v0.0.0-20240123194739-2ea1e3d2d98b h1:wbh8IK+aMLTCey9sZasO7b6BWLAJnHHvb79fvWCXwxw=
github.com/authzed/grpcutil v0.0.0-20240123194739-2ea1e3d2d98b/go.mod h1:s3qC7V7XIbiNWERv7Lfljy/Lx25/V1Qlexb0WJuA8uQ=
github.com/authzed/spicedb v1.33.1-0.20240614071926-819f4244a410 h1:A6H/DOaXCzHRA9ze3ZD+/aITxN49OcyuJWpzryZwb7U=
github.com/authzed/spicedb v1.33.1-0.20240614071926-819f4244a410/go.mod h1:i5YdWPQ/ddgGR8gjFzfuyC3hqRXNCsSTcpi+VibIvH0=
github.com/authzed/spicedb v1.33.1-0.20240615003920-ebe0417c815b h1:6d8AJuqJZC/sY4G8xytZOo/wLg+1iY3RSBWSu/w/+Wg=
github.com/authzed/spicedb v1.33.1-0.20240615003920-ebe0417c815b/go.mod h1:i5YdWPQ/ddgGR8gjFzfuyC3hqRXNCsSTcpi+VibIvH0=
github.com/aws/aws-sdk-go-v2 v1.27.0 h1:7bZWKoXhzI+mMR/HjdMx8ZCC5+6fY0lS5tr0bbgiLlo=
github.com/aws/aws-sdk-go-v2 v1.27.0/go.mod h1:ffIFB97e2yNsv4aTSGkqtHnppsIJzw7G7BReUZ3jCXM=
github.com/aws/aws-sdk-go-v2/config v1.27.16 h1:knpCuH7laFVGYTNd99Ns5t+8PuRjDn4HnnZK48csipM=
Expand Down

0 comments on commit 6fb7f50

Please sign in to comment.