Skip to content

Commit

Permalink
update gazette dependency to commit 2204057
Browse files Browse the repository at this point in the history
Pulls in an enhancement to a panic message, to help troubleshoot a panic
being observed in production.
  • Loading branch information
psFried committed Oct 16, 2024
1 parent 7780a84 commit 8a24ab8
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 @@ -23,7 +23,7 @@ require (
github.com/stretchr/testify v1.9.0
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/v3 v3.5.0
go.gazette.dev/core v0.99.1-0.20240924143102-73afb3095208
go.gazette.dev/core v0.99.1-0.20241016151003-2204057f54f2
golang.org/x/net v0.26.0
google.golang.org/api v0.126.0
google.golang.org/grpc v1.65.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,8 @@ go.etcd.io/etcd/client/pkg/v3 v3.5.0 h1:2aQv6F436YnN7I4VbI8PPYrBhu+SmrTaADcf8Mi/
go.etcd.io/etcd/client/pkg/v3 v3.5.0/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g=
go.etcd.io/etcd/client/v3 v3.5.0 h1:62Eh0XOro+rDwkrypAGDfgmNh5Joq+z+W9HZdlXMzek=
go.etcd.io/etcd/client/v3 v3.5.0/go.mod h1:AIKXXVX/DQXtfTEqBryiLTUXwON+GuvO6Z7lLS/oTh0=
go.gazette.dev/core v0.99.1-0.20240924143102-73afb3095208 h1:R+MynCPe/LGM3nREmLxxGMEEHJ2EUIzTG910xTrTL9Y=
go.gazette.dev/core v0.99.1-0.20240924143102-73afb3095208/go.mod h1:QR31EBrUMzThz/oDYxJHYwmlFSOjgvuNE14lHl/ViX4=
go.gazette.dev/core v0.99.1-0.20241016151003-2204057f54f2 h1:dDJcr6FsNumXLHzQ1uw31eCkxP5HrV0u+WgZaqdNSIg=
go.gazette.dev/core v0.99.1-0.20241016151003-2204057f54f2/go.mod h1:QR31EBrUMzThz/oDYxJHYwmlFSOjgvuNE14lHl/ViX4=
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

0 comments on commit 8a24ab8

Please sign in to comment.