Skip to content

Commit 24b6552

Browse files
committed
DROP: vendor hack/codegen and orc/hack/codegen
Drop this after v0.11, as these are no longer present in main. Generated with: cd hack/codegen go mod tidy go work vendor cd ../../orc/hack/codegen go mod tidy go work vendor
1 parent e9e9597 commit 24b6552

File tree

12,944 files changed

+4021249
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

12,944 files changed

+4021249
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,6 @@ docs/book/book/
185185
!/vendor/**
186186
!/orc/vendor/**
187187
!/hack/tools/vendor/**
188+
# TODO Drop the codegen vendoring after 0.11
189+
!/orc/hack/codegen/vendor/**
190+
!/hack/codegen/vendor/**

hack/codegen/vendor/github.com/BurntSushi/toml/.gitignore

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hack/codegen/vendor/github.com/BurntSushi/toml/COPYING

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hack/codegen/vendor/github.com/BurntSushi/toml/README.md

Lines changed: 120 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)