Skip to content

Commit

Permalink
fix(oligot/go-mod-upgrade): follow up changes of go-mod-upgrade v0.10…
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Apr 8, 2024
1 parent 780083e commit f53b1b7
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 65 deletions.
10 changes: 5 additions & 5 deletions pkgs/oligot/go-mod-upgrade/pkg.yaml
@@ -1,14 +1,14 @@
packages:
- name: oligot/go-mod-upgrade@v0.9.1
- name: oligot/go-mod-upgrade@v0.10.0
- name: oligot/go-mod-upgrade
version: v0.8.0
version: v0.9.1
- name: oligot/go-mod-upgrade
version: v0.6.1
version: v0.7.0
- name: oligot/go-mod-upgrade
version: v0.6.0
- name: oligot/go-mod-upgrade
version: v0.4.0
version: v0.5.0
- name: oligot/go-mod-upgrade
version: v0.1.1
version: v0.3.0
- name: oligot/go-mod-upgrade
version: v0.1.0
111 changes: 81 additions & 30 deletions pkgs/oligot/go-mod-upgrade/registry.yaml
Expand Up @@ -3,47 +3,98 @@ packages:
repo_owner: oligot
repo_name: go-mod-upgrade
description: Update outdated Go dependencies interactively
asset: go-mod-upgrade_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
version_constraint: semver(">= 0.8.0")
version_constraint: "false"
version_overrides:
- version_constraint: semver(">= 0.6.1")
supported_envs:
- darwin
- linux
- amd64
- version_constraint: semver("<= 0.1.0")
asset: go-mod-upgrade_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
- version_constraint: semver(">= 0.6.0")
supported_envs:
- darwin
- linux
- amd64
- version_constraint: semver(">= 0.4.0")
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
supported_envs:
- linux/amd64
- darwin
- linux
- amd64
- version_constraint: semver("<= 0.3.0")
asset: go-mod-upgrade_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
- version_constraint: semver(">= 0.1.1")
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.5.0")
asset: go-mod-upgrade_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
- version_constraint: semver("< 0.1.1")
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
supported_envs:
- linux/amd64
- darwin
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: Version == "v0.6.0"
asset: go-mod-upgrade_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: semver("<= 0.7.0")
asset: go-mod-upgrade_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: semver("<= 0.9.1")
asset: go-mod-upgrade_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: "true"
asset: go-mod-upgrade_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
111 changes: 81 additions & 30 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f53b1b7

Please sign in to comment.