-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): refresh Go and PHP dependencies, align CI tooling #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
58dc191
chore(deps): bump Go toolchain to 1.26.2 and update modules
pjcdawkins 955cb97
chore(deps): update PHP composer dependencies
pjcdawkins 92c52e7
chore(ci): align golangci-lint version and address new gosec findings
pjcdawkins 04ae508
ci: bump pinned action major versions
pjcdawkins 417878d
ci: bump release-path action major versions
pjcdawkins c5f7170
ci: pin trufflehog to v3.95.2
pjcdawkins 9b76d8d
ci: track trufflehog @main intentionally
pjcdawkins 30d62da
chore: bump PHP to 8.4.20
pjcdawkins 491770e
Merge branch 'main' into update-dependencies
miguelsanchez-upsun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,137 +1,141 @@ | ||
| module github.com/upsun/cli | ||
|
|
||
| go 1.25 | ||
| go 1.26.2 | ||
|
|
||
| require ( | ||
| github.com/AlecAivazis/survey/v2 v2.3.7 | ||
| github.com/Masterminds/semver/v3 v3.4.0 | ||
| github.com/alecthomas/chroma/v2 v2.20.0 | ||
| github.com/alecthomas/chroma/v2 v2.23.1 | ||
| github.com/briandowns/spinner v1.23.2 | ||
| github.com/fatih/color v1.18.0 | ||
| github.com/go-chi/chi/v5 v5.2.3 | ||
| github.com/go-playground/validator/v10 v10.27.0 | ||
| github.com/gofrs/flock v0.12.1 | ||
| github.com/fatih/color v1.19.0 | ||
| github.com/go-chi/chi/v5 v5.2.5 | ||
| github.com/go-playground/validator/v10 v10.30.2 | ||
| github.com/gofrs/flock v0.13.0 | ||
| github.com/oklog/ulid/v2 v2.1.1 | ||
| github.com/platformsh/platformify v0.5.0 | ||
| github.com/spf13/cobra v1.10.1 | ||
| github.com/spf13/cobra v1.10.2 | ||
| github.com/spf13/viper v1.21.0 | ||
| github.com/stretchr/testify v1.11.1 | ||
| github.com/symfony-cli/terminal v1.0.7 | ||
| github.com/symfony-cli/terminal v1.0.9 | ||
| github.com/upsun/lib-sun v0.3.16 | ||
| github.com/upsun/whatsun v0.1.0 | ||
| github.com/upsun/whatsun v0.2.0 | ||
| github.com/wk8/go-ordered-map/v2 v2.1.8 | ||
| golang.org/x/crypto v0.42.0 | ||
| golang.org/x/oauth2 v0.31.0 | ||
| golang.org/x/sync v0.17.0 | ||
| golang.org/x/term v0.35.0 | ||
| golang.org/x/crypto v0.50.0 | ||
| golang.org/x/oauth2 v0.36.0 | ||
| golang.org/x/sync v0.20.0 | ||
| golang.org/x/term v0.42.0 | ||
| gopkg.in/yaml.v3 v3.0.1 | ||
| ) | ||
|
|
||
| require ( | ||
| cel.dev/expr v0.24.0 // indirect | ||
| dario.cat/mergo v1.0.1 // indirect | ||
| cel.dev/expr v0.25.1 // indirect | ||
| dario.cat/mergo v1.0.2 // indirect | ||
| github.com/BobuSumisu/aho-corasick v1.0.3 // indirect | ||
| github.com/BurntSushi/toml v1.5.0 // indirect | ||
| github.com/BurntSushi/toml v1.6.0 // indirect | ||
| github.com/IGLOU-EU/go-wildcard/v2 v2.1.0 // indirect | ||
| github.com/Masterminds/goutils v1.1.1 // indirect | ||
| github.com/Masterminds/sprig/v3 v3.3.0 // indirect | ||
| github.com/Microsoft/go-winio v0.6.2 // indirect | ||
| github.com/ProtonMail/go-crypto v1.1.6 // indirect | ||
| github.com/STARRY-S/zip v0.2.1 // indirect | ||
| github.com/andybalholm/brotli v1.1.2-0.20250424173009-453214e765f3 // indirect | ||
| github.com/ProtonMail/go-crypto v1.4.1 // indirect | ||
| github.com/STARRY-S/zip v0.2.3 // indirect | ||
| github.com/andybalholm/brotli v1.2.1 // indirect | ||
| github.com/antlr4-go/antlr/v4 v4.13.1 // indirect | ||
| github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect | ||
| github.com/bahlo/generic-list-go v0.2.0 // indirect | ||
| github.com/bodgit/plumbing v1.3.0 // indirect | ||
| github.com/bodgit/sevenzip v1.6.0 // indirect | ||
| github.com/bodgit/sevenzip v1.6.1 // indirect | ||
| github.com/bodgit/windows v1.0.1 // indirect | ||
| github.com/buger/jsonparser v1.1.1 // indirect | ||
| github.com/charmbracelet/lipgloss v0.5.0 // indirect | ||
| github.com/cloudflare/circl v1.6.1 // indirect | ||
| github.com/cyphar/filepath-securejoin v0.4.1 // indirect | ||
| github.com/buger/jsonparser v1.1.2 // indirect | ||
| github.com/charmbracelet/colorprofile v0.4.3 // indirect | ||
| github.com/charmbracelet/lipgloss v1.1.0 // indirect | ||
| github.com/charmbracelet/x/ansi v0.11.7 // indirect | ||
| github.com/charmbracelet/x/cellbuf v0.0.15 // indirect | ||
| github.com/charmbracelet/x/term v0.2.2 // indirect | ||
| github.com/clipperhouse/displaywidth v0.11.0 // indirect | ||
| github.com/clipperhouse/uax29/v2 v2.7.0 // indirect | ||
| github.com/cloudflare/circl v1.6.3 // indirect | ||
| github.com/cyphar/filepath-securejoin v0.6.1 // indirect | ||
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
| github.com/dlclark/regexp2 v1.11.5 // indirect | ||
| github.com/dlclark/regexp2 v1.12.0 // indirect | ||
| github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect | ||
| github.com/emirpasic/gods v1.18.1 // indirect | ||
| github.com/fatih/semgroup v1.2.0 // indirect | ||
| github.com/fatih/semgroup v1.3.0 // indirect | ||
| github.com/fsnotify/fsnotify v1.9.0 // indirect | ||
| github.com/gabriel-vasile/mimetype v1.4.10 // indirect | ||
| github.com/getsentry/sentry-go v0.28.1 // indirect | ||
| github.com/gabriel-vasile/mimetype v1.4.13 // indirect | ||
| github.com/getsentry/sentry-go v0.46.0 // indirect | ||
| github.com/gitleaks/go-gitdiff v0.9.1 // indirect | ||
| github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect | ||
| github.com/go-git/go-billy/v5 v5.6.2 // indirect | ||
| github.com/go-git/go-git/v5 v5.16.2 // indirect | ||
| github.com/go-git/go-billy/v5 v5.8.0 // indirect | ||
| github.com/go-git/go-git/v5 v5.18.0 // indirect | ||
| github.com/go-playground/locales v0.14.1 // indirect | ||
| github.com/go-playground/universal-translator v0.18.1 // indirect | ||
| github.com/go-viper/mapstructure/v2 v2.4.0 // indirect | ||
| github.com/go-viper/mapstructure/v2 v2.5.0 // indirect | ||
| github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect | ||
| github.com/google/cel-go v0.26.0 // indirect | ||
| github.com/google/cel-go v0.28.0 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/h2non/filetype v1.1.3 // indirect | ||
| github.com/hashicorp/errwrap v1.1.0 // indirect | ||
| github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
| github.com/hashicorp/go-version v1.9.0 // indirect | ||
| github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect | ||
| github.com/huandu/xstrings v1.5.0 // indirect | ||
| github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| github.com/itchyny/gojq v0.12.17 // indirect | ||
| github.com/itchyny/timefmt-go v0.1.6 // indirect | ||
| github.com/itchyny/gojq v0.12.19 // indirect | ||
| github.com/itchyny/timefmt-go v0.1.8 // indirect | ||
| github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
| github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
| github.com/kevinburke/ssh_config v1.2.0 // indirect | ||
| github.com/klauspost/compress v1.17.11 // indirect | ||
| github.com/kevinburke/ssh_config v1.6.0 // indirect | ||
| github.com/klauspost/compress v1.18.5 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.3.0 // indirect | ||
| github.com/klauspost/pgzip v1.2.6 // indirect | ||
| github.com/leodido/go-urn v1.4.0 // indirect | ||
| github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
| github.com/mailru/easyjson v0.9.0 // indirect | ||
| github.com/lucasb-eyer/go-colorful v1.4.0 // indirect | ||
| github.com/mailru/easyjson v0.9.2 // indirect | ||
| github.com/mattn/go-colorable v0.1.14 // indirect | ||
| github.com/mattn/go-isatty v0.0.20 // indirect | ||
| github.com/mattn/go-runewidth v0.0.16 // indirect | ||
| github.com/mattn/go-isatty v0.0.22 // indirect | ||
| github.com/mattn/go-runewidth v0.0.23 // indirect | ||
| github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect | ||
| github.com/mholt/archives v0.1.2 // indirect | ||
| github.com/minio/minlz v1.0.0 // indirect | ||
| github.com/mholt/archives v0.1.5 // indirect | ||
| github.com/mikelolasagasti/xz v1.0.1 // indirect | ||
| github.com/minio/minlz v1.1.1 // indirect | ||
| github.com/mitchellh/copystructure v1.2.0 // indirect | ||
| github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
| github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68 // indirect | ||
| github.com/muesli/termenv v0.15.1 // indirect | ||
| github.com/nwaples/rardecode/v2 v2.1.0 // indirect | ||
| github.com/pelletier/go-toml/v2 v2.2.4 // indirect | ||
| github.com/pierrec/lz4/v4 v4.1.21 // indirect | ||
| github.com/pjbgf/sha1cd v0.3.2 // indirect | ||
| github.com/muesli/termenv v0.16.0 // indirect | ||
| github.com/nwaples/rardecode/v2 v2.2.2 // indirect | ||
| github.com/pelletier/go-toml/v2 v2.3.0 // indirect | ||
| github.com/pierrec/lz4/v4 v4.1.26 // indirect | ||
| github.com/pjbgf/sha1cd v0.5.0 // indirect | ||
| github.com/pkg/errors v0.9.1 // indirect | ||
| github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
| github.com/rivo/uniseg v0.4.7 // indirect | ||
| github.com/rs/zerolog v1.34.0 // indirect | ||
| github.com/sagikazarmark/locafero v0.11.0 // indirect | ||
| github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect | ||
| github.com/rs/zerolog v1.35.1 // indirect | ||
| github.com/sagikazarmark/locafero v0.12.0 // indirect | ||
| github.com/sergi/go-diff v1.4.0 // indirect | ||
| github.com/shopspring/decimal v1.4.0 // indirect | ||
| github.com/skeema/knownhosts v1.3.1 // indirect | ||
| github.com/sorairolake/lzip-go v0.3.5 // indirect | ||
| github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect | ||
| github.com/skeema/knownhosts v1.3.2 // indirect | ||
| github.com/sorairolake/lzip-go v0.3.8 // indirect | ||
| github.com/spf13/afero v1.15.0 // indirect | ||
| github.com/spf13/cast v1.10.0 // indirect | ||
| github.com/spf13/pflag v1.0.10 // indirect | ||
| github.com/stoewer/go-strcase v1.3.1 // indirect | ||
| github.com/subosito/gotenv v1.6.0 // indirect | ||
| github.com/tetratelabs/wazero v1.9.0 // indirect | ||
| github.com/therootcompany/xz v1.0.1 // indirect | ||
| github.com/tidwall/jsonc v0.3.2 // indirect | ||
| github.com/ulikunitz/xz v0.5.12 // indirect | ||
| github.com/wasilibs/go-re2 v1.9.0 // indirect | ||
| github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52 // indirect | ||
| github.com/tetratelabs/wazero v1.11.0 // indirect | ||
| github.com/tidwall/jsonc v0.3.3 // indirect | ||
| github.com/ulikunitz/xz v0.5.15 // indirect | ||
| github.com/wasilibs/go-re2 v1.10.0 // indirect | ||
| github.com/wasilibs/wazero-helpers v0.0.0-20250123031827-cd30c44769bb // indirect | ||
| github.com/xanzy/ssh-agent v0.3.3 // indirect | ||
| github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect | ||
| github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect | ||
| github.com/xeipuuv/gojsonschema v1.2.0 // indirect | ||
| github.com/zricethezav/gitleaks/v8 v8.27.2 // indirect | ||
| github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect | ||
| github.com/zricethezav/gitleaks/v8 v8.30.1 // indirect | ||
| go.yaml.in/yaml/v3 v3.0.4 // indirect | ||
| go4.org v0.0.0-20230225012048-214862532bf5 // indirect | ||
| golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect | ||
| golang.org/x/mod v0.27.0 // indirect | ||
| golang.org/x/net v0.43.0 // indirect | ||
| golang.org/x/sys v0.36.0 // indirect | ||
| golang.org/x/text v0.29.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect | ||
| google.golang.org/protobuf v1.36.8 // indirect | ||
| go4.org v0.0.0-20260112195520-a5071408f32f // indirect | ||
| golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect | ||
| golang.org/x/mod v0.35.0 // indirect | ||
| golang.org/x/net v0.53.0 // indirect | ||
| golang.org/x/sys v0.43.0 // indirect | ||
| golang.org/x/text v0.36.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20260427160629-7cedc36a6bc4 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260427160629-7cedc36a6bc4 // indirect | ||
| google.golang.org/protobuf v1.36.11 // indirect | ||
| gopkg.in/warnings.v0 v0.1.2 // indirect | ||
| ) | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.