Skip to content

Commit

Permalink
feat: fix packages whose GitHub repositories were transferred (#135)
Browse files Browse the repository at this point in the history
* feat: fix packages whose GitHub repositories were transferred

* fix: fix compile error and lint errors

* chore(go): go mod tidy

* chore: update registry-tool

* fix: pass files of a pull request

* fix: fix creating pull requests

* fix: remove old files

* fix: trim the suffix "-" from branch names

* fix: reset registry.yaml

* fix: clean up after pr is created

* chore: update aqua and registry-tool

* fix: fix typo

---------

Co-authored-by: aquaproj-aqua[bot] <127701725+aquaproj-aqua[bot]@users.noreply.github.com>
  • Loading branch information
suzuki-shunsuke and aquaproj-aqua[bot] authored Nov 14, 2023
1 parent fd2e266 commit 3785432
Show file tree
Hide file tree
Showing 6 changed files with 255 additions and 12 deletions.
24 changes: 23 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/suzuki-shunsuke/aqua-registry-updater
go 1.20

require (
github.com/aquaproj/registry-tool v0.2.3
github.com/google/go-github/v55 v55.0.0
github.com/hashicorp/go-version v1.6.0
github.com/opencontainers/image-spec v1.1.0-rc5
Expand All @@ -16,17 +17,38 @@ require (
)

require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.0 // indirect
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
github.com/antonmedv/expr v1.15.3 // indirect
github.com/aquaproj/aqua/v2 v2.17.1 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/goccy/go-yaml v1.11.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/huandu/xstrings v1.3.3 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/invopop/jsonschema v0.12.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
golang.org/x/crypto v0.15.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
Loading

0 comments on commit 3785432

Please sign in to comment.