mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-25 20:44:37 -05:00
deps: update mvdan/gofumpt to v0.9.2 (#3995)
* deps: update mvdan/gofumpt to v0.9.2 * deps: tidy all modules --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
This commit is contained in:
parent
0d5747df68
commit
00ae1e0af2
1 changed files with 12 additions and 12 deletions
|
|
@ -138,42 +138,42 @@ def _gofumpt_deps():
|
|||
http_file(
|
||||
name = "com_github_mvdan_gofumpt_linux_amd64",
|
||||
urls = [
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/a616c867ca92f63017500502b7d0b490dfe5bcbcaa265659a1b50620ad63de5c",
|
||||
"https://github.com/mvdan/gofumpt/releases/download/v0.9.1/gofumpt_v0.9.1_linux_amd64",
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/72cf61b12fef91eab6df6db4a4284f30616b5ead330112e28a1fa1cb15e57339",
|
||||
"https://github.com/mvdan/gofumpt/releases/download/v0.9.2/gofumpt_v0.9.2_linux_amd64",
|
||||
],
|
||||
executable = True,
|
||||
downloaded_file_path = "gofumpt",
|
||||
sha256 = "a616c867ca92f63017500502b7d0b490dfe5bcbcaa265659a1b50620ad63de5c",
|
||||
sha256 = "72cf61b12fef91eab6df6db4a4284f30616b5ead330112e28a1fa1cb15e57339",
|
||||
)
|
||||
http_file(
|
||||
name = "com_github_mvdan_gofumpt_linux_arm64",
|
||||
urls = [
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/cb0bddd2ea3dbdc292bb1b527c6806143a1e57653bc5be9ac1c9228fbbc43135",
|
||||
"https://github.com/mvdan/gofumpt/releases/download/v0.9.1/gofumpt_v0.9.1_linux_arm64",
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/5acaa5a554050f55fc81ef02a8b0d14ab6b3c058a84513885286dc52d3451645",
|
||||
"https://github.com/mvdan/gofumpt/releases/download/v0.9.2/gofumpt_v0.9.2_linux_arm64",
|
||||
],
|
||||
executable = True,
|
||||
downloaded_file_path = "gofumpt",
|
||||
sha256 = "cb0bddd2ea3dbdc292bb1b527c6806143a1e57653bc5be9ac1c9228fbbc43135",
|
||||
sha256 = "5acaa5a554050f55fc81ef02a8b0d14ab6b3c058a84513885286dc52d3451645",
|
||||
)
|
||||
http_file(
|
||||
name = "com_github_mvdan_gofumpt_darwin_amd64",
|
||||
urls = [
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/62a54abe6488062fa79fbb56b44436c1d68805a9b7ce314a3fbfa37d9c17dc52",
|
||||
"https://github.com/mvdan/gofumpt/releases/download/v0.9.1/gofumpt_v0.9.1_darwin_amd64",
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/4172b912ec514038605f334fef9ed7b3f12ca3e40024cb0a622eab3073a55e57",
|
||||
"https://github.com/mvdan/gofumpt/releases/download/v0.9.2/gofumpt_v0.9.2_darwin_amd64",
|
||||
],
|
||||
executable = True,
|
||||
downloaded_file_path = "gofumpt",
|
||||
sha256 = "62a54abe6488062fa79fbb56b44436c1d68805a9b7ce314a3fbfa37d9c17dc52",
|
||||
sha256 = "4172b912ec514038605f334fef9ed7b3f12ca3e40024cb0a622eab3073a55e57",
|
||||
)
|
||||
http_file(
|
||||
name = "com_github_mvdan_gofumpt_darwin_arm64",
|
||||
urls = [
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/3821782c96d1c322c0ba6c0e7078b897e29997bdd14be5fa8cf9821ee14b3845",
|
||||
"https://github.com/mvdan/gofumpt/releases/download/v0.9.1/gofumpt_v0.9.1_darwin_arm64",
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/c241fb742599a6cb0563d7377f59def65d451b23dd718dbc6ddf4ab5e695e8f1",
|
||||
"https://github.com/mvdan/gofumpt/releases/download/v0.9.2/gofumpt_v0.9.2_darwin_arm64",
|
||||
],
|
||||
executable = True,
|
||||
downloaded_file_path = "gofumpt",
|
||||
sha256 = "3821782c96d1c322c0ba6c0e7078b897e29997bdd14be5fa8cf9821ee14b3845",
|
||||
sha256 = "c241fb742599a6cb0563d7377f59def65d451b23dd718dbc6ddf4ab5e695e8f1",
|
||||
)
|
||||
|
||||
def _tfsec_deps():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue