Skip to content

Commit

Permalink
Bump Gazette to include azure AD bugfix (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshearer authored Sep 7, 2023
1 parent e73fa62 commit 6f4190d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/stretchr/testify v1.8.2
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.20230825115358-54d7626664f8
go.gazette.dev/core v0.89.1-0.20230906202859-fb76383afd55
golang.org/x/net v0.10.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/api v0.60.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,8 @@ 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.89.1-0.20230825115358-54d7626664f8 h1:32dxs55i3IE3ZymEIjxgXXCCDVPGbNIlRm2iLKoLsKc=
go.gazette.dev/core v0.89.1-0.20230825115358-54d7626664f8/go.mod h1:/fdxqReMWKS26yROKEKDY8JlXjwz8TqeEZggpNwb5I0=
go.gazette.dev/core v0.89.1-0.20230906202859-fb76383afd55 h1:DSnWKcq6+M5kh5wya7uf7qW9DS14qLCgHbDMx5WykJM=
go.gazette.dev/core v0.89.1-0.20230906202859-fb76383afd55/go.mod h1:/fdxqReMWKS26yROKEKDY8JlXjwz8TqeEZggpNwb5I0=
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 6f4190d

Please sign in to comment.