deps: update mvdan/gofumpt to v0.5.0 (#1643)

Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-12 16:12:57 +02:00 committed by GitHub
parent dea41bd1ed
commit fdaef3da0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,42 +138,42 @@ def _gofumpt_deps():
http_file( http_file(
name = "com_github_mvdan_gofumpt_linux_amd64", name = "com_github_mvdan_gofumpt_linux_amd64",
urls = [ urls = [
"https://cdn.confidential.cloud/constellation/cas/sha256/d3ca535e6b0b230a9c4f05a3ec54e358336b5e7474d239c15514e63a0b2a8041", "https://cdn.confidential.cloud/constellation/cas/sha256/759c6ab56bfbf62cafb35944aef1e0104a117e0aebfe44816fd79ef4b28521e4",
"https://github.com/mvdan/gofumpt/releases/download/v0.4.0/gofumpt_v0.4.0_linux_amd64", "https://github.com/mvdan/gofumpt/releases/download/v0.5.0/gofumpt_v0.5.0_linux_amd64",
], ],
executable = True, executable = True,
downloaded_file_path = "gofumpt", downloaded_file_path = "gofumpt",
sha256 = "d3ca535e6b0b230a9c4f05a3ec54e358336b5e7474d239c15514e63a0b2a8041", sha256 = "759c6ab56bfbf62cafb35944aef1e0104a117e0aebfe44816fd79ef4b28521e4",
) )
http_file( http_file(
name = "com_github_mvdan_gofumpt_linux_arm64", name = "com_github_mvdan_gofumpt_linux_arm64",
urls = [ urls = [
"https://cdn.confidential.cloud/constellation/cas/sha256/186faa7b7562cc4c1a34f2cb89f9b09d9fad949bc2f3ce293ea2726b23c28695", "https://cdn.confidential.cloud/constellation/cas/sha256/fba20ffd06606c89a500e3cc836408a09e4767e2f117c97724237ae4ecadf82e",
"https://github.com/mvdan/gofumpt/releases/download/v0.4.0/gofumpt_v0.4.0_linux_arm64", "https://github.com/mvdan/gofumpt/releases/download/v0.5.0/gofumpt_v0.5.0_linux_arm64",
], ],
executable = True, executable = True,
downloaded_file_path = "gofumpt", downloaded_file_path = "gofumpt",
sha256 = "186faa7b7562cc4c1a34f2cb89f9b09d9fad949bc2f3ce293ea2726b23c28695", sha256 = "fba20ffd06606c89a500e3cc836408a09e4767e2f117c97724237ae4ecadf82e",
) )
http_file( http_file(
name = "com_github_mvdan_gofumpt_darwin_amd64", name = "com_github_mvdan_gofumpt_darwin_amd64",
urls = [ urls = [
"https://cdn.confidential.cloud/constellation/cas/sha256/3f550baa6d4c071b01e9c68b9308bd2ca3bae6b3b09d203f19ed8626ee0fe487", "https://cdn.confidential.cloud/constellation/cas/sha256/870f05a23541aad3d20d208a3ea17606169a240f608ac1cf987426198c14b2ed",
"https://github.com/mvdan/gofumpt/releases/download/v0.4.0/gofumpt_v0.4.0_darwin_amd64", "https://github.com/mvdan/gofumpt/releases/download/v0.5.0/gofumpt_v0.5.0_darwin_amd64",
], ],
executable = True, executable = True,
downloaded_file_path = "gofumpt", downloaded_file_path = "gofumpt",
sha256 = "3f550baa6d4c071b01e9c68b9308bd2ca3bae6b3b09d203f19ed8626ee0fe487", sha256 = "870f05a23541aad3d20d208a3ea17606169a240f608ac1cf987426198c14b2ed",
) )
http_file( http_file(
name = "com_github_mvdan_gofumpt_darwin_arm64", name = "com_github_mvdan_gofumpt_darwin_arm64",
urls = [ urls = [
"https://cdn.confidential.cloud/constellation/cas/sha256/768263452749a3a3cabf412f29f8a14e8bbdc7f6c6471427e977eebc6592ddb8", "https://cdn.confidential.cloud/constellation/cas/sha256/f2df95d5fad8498ad8eeb0be8abdb8bb8d05e8130b332cb69751dfd090fabac4",
"https://github.com/mvdan/gofumpt/releases/download/v0.4.0/gofumpt_v0.4.0_darwin_arm64", "https://github.com/mvdan/gofumpt/releases/download/v0.5.0/gofumpt_v0.5.0_darwin_arm64",
], ],
executable = True, executable = True,
downloaded_file_path = "gofumpt", downloaded_file_path = "gofumpt",
sha256 = "768263452749a3a3cabf412f29f8a14e8bbdc7f6c6471427e977eebc6592ddb8", sha256 = "f2df95d5fad8498ad8eeb0be8abdb8bb8d05e8130b332cb69751dfd090fabac4",
) )
def _tfsec_deps(): def _tfsec_deps():