Commit c02325d
committed
fix: Add internal/generated/imports.go for vendoring of generated sources
The move to using generated schemas meant that 'go mod vendor' didn't see
the imports in the generated code. This commit adds an otherwise empty
imports.go that contains the imports so offline builds can continue to
work. It's hidden behind a //go:build imports so there's no impact at
build or runtime.1 parent bb1fe6a commit c02325d
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments