Skip to content

Commit

Permalink
Add some debugging info to BAD_SEQUENCE_ID errors (#9)
Browse files Browse the repository at this point in the history
* go mod vendor

* Add more info to BAD_SEQUENCE_ID error

* init forked go mod
  • Loading branch information
aldld authored Sep 29, 2022
1 parent be21098 commit cd16c31
Show file tree
Hide file tree
Showing 54 changed files with 7,979 additions and 2 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ require (
github.com/apache/thrift v0.12.0
github.com/pkg/errors v0.9.1
)

replace github.com/apache/thrift v0.12.0 => ./vendor/github.com/apache/thrift
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
github.com/apache/thrift v0.12.0 h1:pODnxUFNcjP9UTLZGTdeh+j16A8lJbRvD3rOtrk/7bs=
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
239 changes: 239 additions & 0 deletions vendor/github.com/apache/thrift/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/apache/thrift/NOTICE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/github.com/apache/thrift/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cd16c31

Please sign in to comment.