Skip to content

Commit

Permalink
go.mod: bump gazette version and regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraettinger committed Nov 14, 2023
1 parent d5e8422 commit 26b7ddf
Show file tree
Hide file tree
Showing 9 changed files with 2,610 additions and 2,730 deletions.
1,137 changes: 584 additions & 553 deletions client/dist/src/gen/broker/protocol/broker.ts

Large diffs are not rendered by default.

1,144 changes: 575 additions & 569 deletions client/dist/src/gen/consumer/protocol/consumer.ts

Large diffs are not rendered by default.

265 changes: 148 additions & 117 deletions client/dist/types/gen/broker/protocol/broker.d.ts

Large diffs are not rendered by default.

240 changes: 123 additions & 117 deletions client/dist/types/gen/consumer/protocol/consumer.d.ts

Large diffs are not rendered by default.

1,137 changes: 584 additions & 553 deletions client/src/gen/broker/protocol/broker.ts

Large diffs are not rendered by default.

1,144 changes: 575 additions & 569 deletions client/src/gen/consumer/protocol/consumer.ts

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions gen/broker/protocol/protocol.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,11 @@
"type": "string",
"format": "int64",
"description": "Offset to read through. If zero, then the read end offset is unconstrained."
},
"beginModTime": {
"type": "string",
"format": "int64",
"description": "BeginModTime is an optional inclusive lower bound on the modification\ntimestamps of fragments read from the backing store, represented as\nseconds since the epoch. The request Offset will be advanced as-needed\nto skip persisted Fragments having a modication time before the bound."
}
},
"description": "ReadRequest is the unary request message of the broker Read RPC."
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/estuary/flow v0.1.9-0.20230303181027-f65a9d7f1a89
github.com/gogo/gateway v1.1.0
github.com/golang-jwt/jwt/v4 v4.4.1
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
Expand All @@ -15,7 +15,7 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/urfave/negroni v1.0.0
github.com/valyala/fasthttp v1.48.0
go.gazette.dev/core v0.89.1-0.20230106205712-a2d374cdd6be
go.gazette.dev/core v0.89.1-0.20231012132739-dfed675b7fd1
golang.org/x/net v0.8.0
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
google.golang.org/grpc v1.53.0
Expand Down
264 changes: 14 additions & 250 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit 26b7ddf

Please sign in to comment.