forked from akuity/kargo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps/tools): bump the go-minor group in /hack/tools with 6 upda…
…tes (akuity#2573) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Hidde Beydals <hidde@hhh.computer> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hidde Beydals <hidde@hhh.computer>
- Loading branch information
1 parent
806fa9f
commit 519542c
Showing
65 changed files
with
789 additions
and
1,092 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
version: v1 | ||
version: v2 | ||
managed: | ||
enabled: true | ||
plugins: | ||
- plugin: buf.build/protocolbuffers/go:v1.33.0 | ||
- remote: buf.build/protocolbuffers/go:v1.33.0 | ||
out: pkg/api | ||
opt: | ||
- paths=source_relative | ||
- plugin: buf.build/connectrpc/go:v1.16.0 | ||
opt: paths=source_relative | ||
- remote: buf.build/connectrpc/go:v1.16.0 | ||
out: pkg/api | ||
opt: | ||
- paths=source_relative | ||
opt: paths=source_relative |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# Generated by buf. DO NOT EDIT. | ||
version: v1 | ||
version: v2 | ||
deps: | ||
- name: buf.build/googleapis/googleapis | ||
commit: cc916c31859748a68fd229a3c8d7a2e8 | ||
digest: b5:3b4e241d18fbebc6b30ff28968527af2cdd618026930d2a9666bbad2868b1aa164d20229477464691bdfd053a77b5c727468039bd1d2b550cb4151ee4c1499fe |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,42 @@ | ||
version: v1 | ||
breaking: | ||
use: | ||
- FILE | ||
lint: | ||
use: | ||
- DEFAULT | ||
version: v2 | ||
modules: | ||
- path: . | ||
lint: | ||
use: | ||
- STANDARD | ||
except: | ||
- FIELD_NOT_REQUIRED | ||
- PACKAGE_NO_IMPORT_CYCLE | ||
disallow_comment_ignores: true | ||
breaking: | ||
use: | ||
- FILE | ||
except: | ||
- EXTENSION_NO_DELETE | ||
- FIELD_SAME_DEFAULT | ||
- path: api | ||
name: buf.build/akuity/kargo | ||
lint: | ||
use: | ||
- STANDARD | ||
except: | ||
- FIELD_NOT_REQUIRED | ||
- PACKAGE_DIRECTORY_MATCH | ||
- PACKAGE_NO_IMPORT_CYCLE | ||
ignore: | ||
- api/rbac/v1alpha1/generated.proto | ||
- api/v1alpha1/generated.proto | ||
breaking: | ||
use: | ||
- FILE | ||
except: | ||
- EXTENSION_NO_DELETE | ||
- FIELD_SAME_DEFAULT | ||
- path: internal/controller | ||
lint: | ||
disallow_comment_ignores: true | ||
- path: vendor | ||
lint: | ||
disallow_comment_ignores: true | ||
deps: | ||
- buf.build/googleapis/googleapis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.