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 gazette dependency #1414

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/stretchr/testify v1.8.3
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/v3 v3.5.0
go.gazette.dev/core v0.89.1-0.20240312171858-0323445d7b9f
go.gazette.dev/core v0.89.1-0.20240313145945-aeb5a4783ccc
golang.org/x/net v0.17.0
google.golang.org/api v0.126.0
google.golang.org/grpc v1.59.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ go.gazette.dev/core v0.89.1-0.20240221170613-ede1dcce6759 h1:I8E9+AVB8lHnz4qPezK
go.gazette.dev/core v0.89.1-0.20240221170613-ede1dcce6759/go.mod h1:TdjN2Q0A8NsL1C7hFjbl8BzGKobyFNPmhJFi54GvNyU=
go.gazette.dev/core v0.89.1-0.20240312171858-0323445d7b9f h1:rqCE6tidP8xMWjQFqxnAmUV9gtg/FxUlHhb7KDF9I7E=
go.gazette.dev/core v0.89.1-0.20240312171858-0323445d7b9f/go.mod h1:TdjN2Q0A8NsL1C7hFjbl8BzGKobyFNPmhJFi54GvNyU=
go.gazette.dev/core v0.89.1-0.20240313145945-aeb5a4783ccc h1:LdBnMN1P+kDm7C5mmmPrciUqa/yxU+WJsBvdS12SO9s=
go.gazette.dev/core v0.89.1-0.20240313145945-aeb5a4783ccc/go.mod h1:TdjN2Q0A8NsL1C7hFjbl8BzGKobyFNPmhJFi54GvNyU=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
Expand Down
Loading