Skip to content

Commit

Permalink
ci: remove apimachinery dep
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Aug 23, 2024
1 parent bb0eb98 commit ee2d41e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
go:
version: 0.0.5
additionalDependencies:
k8s.io/apimachinery: v0.30.2
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ generate.sdk:
$(shell git ls-files models/components/create*.go) \
$(shell git ls-files docs/models/components/create*.md)
speakeasy generate sdk --lang go --out . --schema ./$(OPENAPI_FILE)
go mod tidy

0 comments on commit ee2d41e

Please sign in to comment.