Skip to content

Commit 9dd572a

Browse files
committed
fix(sdk): tidy go.mod and go.sum for direct oapi-codegen dep
The previous `feat(sdk): add codegen tools` change promoted oapi-codegen from `// indirect` to a direct dependency. Running `go mod tidy` exposes all of its transitive deps in go.sum. Without this, the CI `Tidy check` gate (`go mod tidy && git diff --exit-code") reports the working tree as dirty.
1 parent 3fb40ee commit 9dd572a

2 files changed

Lines changed: 203 additions & 1 deletion

File tree

go.mod

Lines changed: 24 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.sum

Lines changed: 179 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)