aws-iam-authenticator
aws-iam-authenticator copied to clipboard
chore(deps): Bump the misc-dependencies group across 3 directories with 9 updates
Bumps the misc-dependencies group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/spf13/cobra | 1.10.1 |
1.10.2 |
| golang.org/x/mod | 0.30.0 |
0.31.0 |
| golang.org/x/oauth2 | 0.33.0 |
0.34.0 |
| golang.org/x/sync | 0.18.0 |
0.19.0 |
| golang.org/x/sys | 0.38.0 |
0.39.0 |
| golang.org/x/term | 0.37.0 |
0.38.0 |
| golang.org/x/text | 0.31.0 |
0.32.0 |
Bumps the misc-dependencies group with 9 updates in the /tests/e2e directory:
| Package | From | To |
|---|---|---|
| github.com/spf13/cobra | 1.10.1 |
1.10.2 |
| golang.org/x/mod | 0.30.0 |
0.31.0 |
| golang.org/x/oauth2 | 0.33.0 |
0.34.0 |
| golang.org/x/sync | 0.18.0 |
0.19.0 |
| golang.org/x/sys | 0.38.0 |
0.39.0 |
| golang.org/x/term | 0.37.0 |
0.38.0 |
| golang.org/x/text | 0.31.0 |
0.32.0 |
| github.com/onsi/ginkgo/v2 | 2.27.2 |
2.27.3 |
| github.com/onsi/gomega | 1.38.2 |
1.38.3 |
Bumps the misc-dependencies group with 6 updates in the /tests/integration directory:
| Package | From | To |
|---|---|---|
| github.com/spf13/cobra | 1.10.1 |
1.10.2 |
| golang.org/x/oauth2 | 0.33.0 |
0.34.0 |
| golang.org/x/sync | 0.18.0 |
0.19.0 |
| golang.org/x/sys | 0.38.0 |
0.39.0 |
| golang.org/x/term | 0.37.0 |
0.38.0 |
| golang.org/x/text | 0.31.0 |
0.32.0 |
Updates github.com/spf13/cobra from 1.10.1 to 1.10.2
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.10.2
🔧 Dependencies
- chore: Migrate from
gopkg.in/yaml.v3togo.yaml.in/yaml/v3by@dimsin spf13/cobra#2336 - thegopkg.in/yaml.v3package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers ofspf13/cobra📈 CI/CD
- Fix linter and allow CI to pass by
@marckhouzamin spf13/cobra#2327- fix: actions/setup-go v6 by
@jpmcbin spf13/cobra#2337🔥✍🏼 Docs
- Add documentation for repeated flags functionality by
@rvergisin spf13/cobra#2316🍂 Refactors
- refactor: replace several vars with consts by
@htoyoda18in spf13/cobra#2328- refactor: change minUsagePadding from var to const by
@ssam18in spf13/cobra#2325🤗 New Contributors
@rvergismade their first contribution in spf13/cobra#2316@htoyoda18made their first contribution in spf13/cobra#2328@ssam18made their first contribution in spf13/cobra#2325@dimsmade their first contribution in spf13/cobra#2336Full Changelog: https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2
Thank you to our amazing contributors!!!!! 🐍 🚀
Commits
88b30abchore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)346d408fix: actions/setup-go v6 (#2337)fc81d20refactor: change minUsagePadding from var to const (#2325)117698arefactor: replace several vars with consts (#2328)e2dd29dAdd documentation for repeated flags functionality (#2316)0629892Fix linter (#2327)- See full diff in compare view
Updates golang.org/x/mod from 0.30.0 to 0.31.0
Commits
d271cf3go.mod: update golang.org/x dependencies269c237sumdb/note: delete chop3f03020x/mod: apply go fix and go vet- See full diff in compare view
Updates golang.org/x/oauth2 from 0.33.0 to 0.34.0
Commits
acc3815endpoints: fix %q verb use with wrong type- See full diff in compare view
Updates golang.org/x/sync from 0.18.0 to 0.19.0
Commits
2a180e2errgroup: use consistent read for SetLimit panic- See full diff in compare view
Updates golang.org/x/sys from 0.38.0 to 0.39.0
Commits
08e5482unix: fix out of bounds memory access in tests4f4f1c6Revert "cpu: add HPDS, LOR, PAN detection for arm64"ca63116unix: add IOCTL_MEI_* constantsa4199c0unix: fix definition of Statvfs_t for netbsd-arm.- See full diff in compare view
Updates golang.org/x/term from 0.37.0 to 0.38.0
Commits
3863673go.mod: update golang.org/x dependencies- See full diff in compare view
Updates golang.org/x/text from 0.31.0 to 0.32.0
Commits
0dd57a6go.mod: update golang.org/x dependencies087616btransform: fix %q verb use with wrong type16f85a7all: eliminate vet diagnostics- See full diff in compare view
Updates github.com/spf13/cobra from 1.10.1 to 1.10.2
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.10.2
🔧 Dependencies
- chore: Migrate from
gopkg.in/yaml.v3togo.yaml.in/yaml/v3by@dimsin spf13/cobra#2336 - thegopkg.in/yaml.v3package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers ofspf13/cobra📈 CI/CD
- Fix linter and allow CI to pass by
@marckhouzamin spf13/cobra#2327- fix: actions/setup-go v6 by
@jpmcbin spf13/cobra#2337🔥✍🏼 Docs
- Add documentation for repeated flags functionality by
@rvergisin spf13/cobra#2316🍂 Refactors
- refactor: replace several vars with consts by
@htoyoda18in spf13/cobra#2328- refactor: change minUsagePadding from var to const by
@ssam18in spf13/cobra#2325🤗 New Contributors
@rvergismade their first contribution in spf13/cobra#2316@htoyoda18made their first contribution in spf13/cobra#2328@ssam18made their first contribution in spf13/cobra#2325@dimsmade their first contribution in spf13/cobra#2336Full Changelog: https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2
Thank you to our amazing contributors!!!!! 🐍 🚀
Commits
88b30abchore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)346d408fix: actions/setup-go v6 (#2337)fc81d20refactor: change minUsagePadding from var to const (#2325)117698arefactor: replace several vars with consts (#2328)e2dd29dAdd documentation for repeated flags functionality (#2316)0629892Fix linter (#2327)- See full diff in compare view
Updates golang.org/x/mod from 0.30.0 to 0.31.0
Commits
d271cf3go.mod: update golang.org/x dependencies269c237sumdb/note: delete chop3f03020x/mod: apply go fix and go vet- See full diff in compare view
Updates golang.org/x/oauth2 from 0.33.0 to 0.34.0
Commits
acc3815endpoints: fix %q verb use with wrong type- See full diff in compare view
Updates golang.org/x/sync from 0.18.0 to 0.19.0
Commits
2a180e2errgroup: use consistent read for SetLimit panic- See full diff in compare view
Updates golang.org/x/sys from 0.38.0 to 0.39.0
Commits
08e5482unix: fix out of bounds memory access in tests4f4f1c6Revert "cpu: add HPDS, LOR, PAN detection for arm64"ca63116unix: add IOCTL_MEI_* constantsa4199c0unix: fix definition of Statvfs_t for netbsd-arm.- See full diff in compare view
Updates golang.org/x/term from 0.37.0 to 0.38.0
Commits
3863673go.mod: update golang.org/x dependencies- See full diff in compare view
Updates golang.org/x/text from 0.31.0 to 0.32.0
Commits
0dd57a6go.mod: update golang.org/x dependencies087616btransform: fix %q verb use with wrong type16f85a7all: eliminate vet diagnostics- See full diff in compare view
Updates github.com/spf13/cobra from 1.10.1 to 1.10.2
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.10.2
🔧 Dependencies
- chore: Migrate from
gopkg.in/yaml.v3togo.yaml.in/yaml/v3by@dimsin spf13/cobra#2336 - thegopkg.in/yaml.v3package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers ofspf13/cobra📈 CI/CD
- Fix linter and allow CI to pass by
@marckhouzamin spf13/cobra#2327- fix: actions/setup-go v6 by
@jpmcbin spf13/cobra#2337🔥✍🏼 Docs
- Add documentation for repeated flags functionality by
@rvergisin spf13/cobra#2316🍂 Refactors
- refactor: replace several vars with consts by
@htoyoda18in spf13/cobra#2328- refactor: change minUsagePadding from var to const by
@ssam18in spf13/cobra#2325🤗 New Contributors
@rvergismade their first contribution in spf13/cobra#2316@htoyoda18made their first contribution in spf13/cobra#2328@ssam18made their first contribution in spf13/cobra#2325@dimsmade their first contribution in spf13/cobra#2336Full Changelog: https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2
Thank you to our amazing contributors!!!!! 🐍 🚀
Commits
88b30abchore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)346d408fix: actions/setup-go v6 (#2337)fc81d20refactor: change minUsagePadding from var to const (#2325)117698arefactor: replace several vars with consts (#2328)e2dd29dAdd documentation for repeated flags functionality (#2316)0629892Fix linter (#2327)- See full diff in compare view
Updates golang.org/x/oauth2 from 0.33.0 to 0.34.0
Commits
acc3815endpoints: fix %q verb use with wrong type- See full diff in compare view
Updates golang.org/x/sync from 0.18.0 to 0.19.0
Commits
2a180e2errgroup: use consistent read for SetLimit panic- See full diff in compare view
Updates golang.org/x/sys from 0.38.0 to 0.39.0
Commits
08e5482unix: fix out of bounds memory access in tests4f4f1c6Revert "cpu: add HPDS, LOR, PAN detection for arm64"ca63116unix: add IOCTL_MEI_* constantsa4199c0unix: fix definition of Statvfs_t for netbsd-arm.- See full diff in compare view
Updates golang.org/x/term from 0.37.0 to 0.38.0
Commits
3863673go.mod: update golang.org/x dependencies- See full diff in compare view
Updates golang.org/x/text from 0.31.0 to 0.32.0
Commits
0dd57a6go.mod: update golang.org/x dependencies087616btransform: fix %q verb use with wrong type16f85a7all: eliminate vet diagnostics- See full diff in compare view
Updates github.com/spf13/cobra from 1.10.1 to 1.10.2
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.10.2
🔧 Dependencies
- chore: Migrate from
gopkg.in/yaml.v3togo.yaml.in/yaml/v3by@dimsin spf13/cobra#2336 - thegopkg.in/yaml.v3package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers ofspf13/cobra📈 CI/CD
- Fix linter and allow CI to pass by
@marckhouzamin spf13/cobra#2327- fix: actions/setup-go v6 by
@jpmcbin spf13/cobra#2337🔥✍🏼 Docs
- Add documentation for repeated flags functionality by
@rvergisin spf13/cobra#2316🍂 Refactors
- refactor: replace several vars with consts by
@htoyoda18in spf13/cobra#2328- refactor: change minUsagePadding from var to const by
@ssam18in spf13/cobra#2325🤗 New Contributors
@rvergismade their first contribution in spf13/cobra#2316@htoyoda18made their first contribution in spf13/cobra#2328@ssam18made their first contribution in spf13/cobra#2325@dimsmade their first contribution in spf13/cobra#2336Full Changelog: https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2
Thank you to our amazing contributors!!!!! 🐍 🚀
Commits
88b30abchore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)346d408fix: actions/setup-go v6 (#2337)fc81d20refactor: change minUsagePadding from var to const (#2325)117698arefactor: replace several vars with consts (#2328)e2dd29dAdd documentation for repeated flags functionality (#2316)0629892Fix linter (#2327)- See full diff in compare view
Updates golang.org/x/mod from 0.30.0 to 0.31.0
Commits
d271cf3go.mod: update golang.org/x dependencies269c237sumdb/note: delete chop3f03020x/mod: apply go fix and go vet- See full diff in compare view
Updates golang.org/x/oauth2 from 0.33.0 to 0.34.0
Commits
acc3815endpoints: fix %q verb use with wrong type- See full diff in compare view
Updates golang.org/x/sync from 0.18.0 to 0.19.0
Commits
2a180e2errgroup: use consistent read for SetLimit panic- See full diff in compare view
Updates golang.org/x/sys from 0.38.0 to 0.39.0
Commits
08e5482unix: fix out of bounds memory access in tests4f4f1c6Revert "cpu: add HPDS, LOR, PAN detection for arm64"ca63116unix: add IOCTL_MEI_* constantsa4199c0unix: fix definition of Statvfs_t for netbsd-arm.- See full diff in compare view
Updates golang.org/x/term from 0.37.0 to 0.38.0
Commits
3863673go.mod: update golang.org/x dependencies- See full diff in compare view
Updates golang.org/x/text from 0.31.0 to 0.32.0
Commits
0dd57a6go.mod: update golang.org/x dependencies087616btransform: fix %q verb use with wrong type16f85a7all: eliminate vet diagnostics- See full diff in compare view
Updates github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3
Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
v2.27.3
2.27.3
Fixes
report exit result in case of failure [1c9f356] fix data race [ece19c8]
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
2.27.3
Fixes
report exit result in case of failure [1c9f356] fix data race [ece19c8]
Commits
f331739v2.27.31c9f356ginkgo: report exit result in case of failureece19c8ginkgo: fix data race- See full diff in compare view
Updates github.com/onsi/gomega from 1.38.2 to 1.38.3
Release notes
Sourced from github.com/onsi/gomega's releases.
v1.38.3
1.38.3
Fixes
make string formatitng more consistent for users who use format.Object directly
Changelog
Sourced from github.com/onsi/gomega's changelog.
1.38.3
Fixes
make string formatitng more consistent for users who use format.Object directly
Commits
a3ca2cav1.38.34dada36fix failing have http testsd40c691make string formatitng more consistent for users who use format.Object directly2a37b46doc: fix typosee26170docs: fix HaveValue examplecc85c05Bump actions/setup-go from 5 to 6 (#866)8905788Bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.3 (#865)67552c5chore: apply fixes from Go modernize command- See full diff in compare view
Updates github.com/spf13/cobra from 1.10.1 to 1.10.2
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.10.2
🔧 Dependencies
- chore: Migrate from
gopkg.in/yaml.v3togo.yaml.in/yaml/v3by@dimsin spf13/cobra#2336 - thegopkg.in/yaml.v3package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers ofspf13/cobra📈 CI/CD
- Fix linter and allow CI to pass by
@marckhouzamin spf13/cobra#2327- fix: actions/setup-go v6 by
@jpmcbin spf13/cobra#2337🔥✍🏼 Docs
- Add documentation for repeated flags functionality by
@rvergisin spf13/cobra#2316🍂 Refactors
- refactor: replace several vars with consts by
@htoyoda18in spf13/cobra#2328- refactor: change minUsagePadding from var to const by
@ssam18in spf13/cobra#2325🤗 New Contributors
@rvergismade their first contribution in spf13/cobra#2316@htoyoda18made their first contribution in spf13/cobra#2328@ssam18made their first contribution in spf13/cobra#2325@dimsmade their first contribution in spf13/cobra#2336Full Changelog: https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2
Thank you to our amazing contributors!!!!! 🐍 🚀
Commits
88b30abchore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)346d408fix: actions/setup-go v6 (#2337)fc81d20refactor: change minUsagePadding from var to const (#2325)117698arefactor: replace several vars with consts (#2328)e2dd29dAdd documentation for repeated flags functionality (#2316)0629892Fix linter (#2327)- See full diff in compare view
Updates golang.org/x/mod from 0.30.0 to 0.31.0
Commits
d271cf3go.mod: update golang.org/x dependencies269c237sumdb/note: delete chop3f03020x/mod: apply go fix and go vet- See full diff in compare view
Updates golang.org/x/oauth2 from 0.33.0 to 0.34.0
Commits
acc3815endpoints: fix %q verb use with wrong type- See full diff in compare view
Updates golang.org/x/sync from 0.18.0 to 0.19.0
Commits
2a180e2errgroup: use consistent read for SetLimit panic- See full diff in compare view
Updates golang.org/x/sys from 0.38.0 to 0.39.0
Commits
08e5482unix: fix out of bounds memory access in tests4f4f1c6Revert "cpu: add HPDS, LOR, PAN detection for arm64"ca63116unix: add IOCTL_MEI_* constantsa4199c0unix: fix definition of Statvfs_t for netbsd-arm.- See full diff in compare view
Updates golang.org/x/term from 0.37.0 to 0.38.0
Commits
3863673go.mod: update golang.org/x dependencies- See full diff in compare view
Updates golang.org/x/text from 0.31.0 to 0.32.0
Commits
0dd57a6go.mod: update golang.org/x dependencies087616btransform: fix %q verb use with wrong type16f85a7all: eliminate vet diagnostics- See full diff in compare view
Updates github.com/spf13/cobra from 1.10.1 to 1.10.2
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.10.2
🔧 Dependencies
- chore: Migrate from
gopkg.in/yaml.v3togo.yaml.in/yaml/v3by@dimsin spf13/cobra#2336 - thegopkg.in/yaml.v3package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers ofspf13/cobra📈 CI/CD
- Fix linter and allow CI to pass by
@marckhouzamin spf13/cobra#2327- fix: actions/setup-go v6 by
@jpmcbin spf13/cobra#2337🔥✍🏼 Docs
- Add documentation for repeated flags functionality by
@rvergisin spf13/cobra#2316🍂 Refactors
- refactor: replace several vars with consts by
@htoyoda18in spf13/cobra#2328- refactor: change minUsagePadding from var to const by
@ssam18in spf13/cobra#2325🤗 New Contributors
@rvergismade their first contribution in spf13/cobra#2316@htoyoda18made their first contribution in spf13/cobra#2328@ssam18made their first contribution in spf13/cobra#2325@dimsmade their first contribution in spf13/cobra#2336Full Changelog: https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2
Thank you to our amazing contributors!!!!! 🐍 🚀
Commits
88b30abchore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)346d408fix: actions/setup-go v6 (#2337)fc81d20refactor: change minUsagePadding from var to const (#2325)117698arefactor: replace several vars with consts (#2328)e2dd29dAdd documentation for repeated flags functionality (#2316)0629892Fix linter (#2327)- See full diff in compare view
Updates golang.org/x/oauth2 from 0.33.0 to 0.34.0
Commits
acc3815endpoints: fix %q verb use with wrong type- See full diff in compare view
Updates golang.org/x/sync from 0.18.0 to 0.19.0
Commits
2a180e2errgroup: use consistent read for SetLimit panic- See full diff in compare view
Updates golang.org/x/sys from 0.38.0 to 0.39.0
Commits
08e5482unix: fix out of bounds memory access in tests4f4f1c6Revert "cpu: add HPDS, LOR, PAN detection for arm64"ca63116unix: add IOCTL_MEI_* constantsa4199c0unix: fix definition of Statvfs_t for netbsd-arm.- See full diff in compare view
Updates golang.org/x/term from 0.37.0 to 0.38.0
Commits
3863673go.mod: update golang.org/x dependencies- See full diff in compare view
Updates golang.org/x/text from 0.31.0 to 0.32.0
Commits
0dd57a6go.mod: update golang.org/x dependencies087616btransform: fix %q verb use with wrong type16f85a7all: eliminate vet diagnostics- See full diff in compare view
Updates github.com/spf13/cobra from 1.10.1 to 1.10.2
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.10.2
🔧 Dependencies
- chore: Migrate from
gopkg.in/yaml.v3togo.yaml.in/yaml/v3by@dimsin spf13/cobra#2336 - thegopkg.in/yaml.v3package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers ofspf13/cobra📈 CI/CD
- Fix linter and allow CI to pass by
@marckhouzamin spf13/cobra#2327- fix: actions/setup-go v6 by
@jpmcbin spf13/cobra#2337🔥✍🏼 Docs
- Add documentation for repeated flags functionality by
@rvergisin spf13/cobra#2316🍂 Refactors
- refactor: replace several vars with consts by
@htoyoda18in spf13/cobra#2328- refactor: change minUsagePadding from var to const by
@ssam18in spf13/cobra#2325🤗 New Contributors
@rvergismade their first contribution in spf13/cobra#2316@htoyoda18made their first contribution in spf13/cobra#2328@ssam18made their first contribution in spf13/cobra#2325@dimsmade their first contribution in spf13/cobra#2336Full Changelog: https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2
Thank you to our amazing contributors!!!!! 🐍 🚀
Commits
88b30abchore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)346d408fix: actions/setup-go v6 (#2337)fc81d20refactor: change minUsagePadding from var to const (#2325)117698arefactor: replace several vars with consts (#2328)e2dd29dAdd documentation for repeated flags functionality (#2316)0629892Fix linter (#2327)- See full diff in compare view
Updates golang.org/x/oauth2 from 0.33.0 to 0.34.0
Commits
acc3815endpoints: fix %q verb use with wrong type- See full diff in compare view
Updates golang.org/x/sync from 0.18.0 to 0.19.0
Commits
2a180e2errgroup: use consistent read for SetLimit panic- See full diff in compare view
Updates golang.org/x/sys from 0.38.0 to 0.39.0
Commits
08e5482unix: fix out of bounds memory access in tests4f4f1c6Revert "cpu: add HPDS, LOR, PAN detection for arm64"ca63116unix: add IOCTL_MEI_* constantsa4199c0unix: fix definition of Statvfs_t for netbsd-arm.- See full diff in compare view
Updates golang.org/x/term from 0.37.0 to 0.38.0
Commits
3863673go.mod: update golang.org/x dependencies- See full diff in compare view
Updates golang.org/x/text from 0.31.0 to 0.32.0
Commits
0dd57a6go.mod: update golang.org/x dependencies087616btransform: fix %q verb use with wrong type16f85a7all: eliminate vet diagnostics- See full diff in compare view
Updates github.com/spf13/cobra from 1.10.1 to 1.10.2
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.10.2
🔧 Dependencies
- chore: Migrate from
gopkg.in/yaml.v3togo.yaml.in/yaml/v3by@dimsin spf13/cobra#2336 - thegopkg.in/yaml.v3package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers ofspf13/cobra📈 CI/CD
- Fix linter and allow CI to pass by
@marckhouzamin spf13/cobra#2327- fix: actions/setup-go v6 by
@jpmcbin spf13/cobra#2337🔥✍🏼 Docs
- Add documentation for repeated flags functionality by
@rvergisin spf13/cobra#2316🍂 Refactors
- refactor: replace several vars with consts by
@htoyoda18in spf13/cobra#2328- refactor: change minUsagePadding from var to const by
@ssam18in spf13/cobra#2325🤗 New Contributors
@rvergismade their first contribution in spf13/cobra#2316@htoyoda18made their first contribution in spf13/cobra#2328@ssam18made their first contribution in spf13/cobra#2325@dimsmade their first contribution in spf13/cobra#2336Full Changelog: https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2
Thank you to our amazing contributors!!!!! 🐍 🚀
Commits
88b30abchore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)346d408fix: actions/setup-go v6 (#2337)fc81d20refactor: change minUsagePadding from var to const (#2325)117698arefactor: replace several vars with consts (#2328)e2dd29dAdd documentation for repeated flags functionality (#2316)0629892Fix linter (#2327)- See full diff in compare view
Updates golang.org/x/oauth2 from 0.33.0 to 0.34.0
Commits
acc3815endpoints: fix %q verb use with wrong type- See full diff in compare view
Updates golang.org/x/sync from 0.18.0 to 0.19.0
Commits
2a180e2errgroup: use consistent read for SetLimit panic- See full diff in compare view
Updates golang.org/x/sys from 0.38.0 to 0.39.0
Commits
08e5482unix: fix out of bounds memory access in tests4f4f1c6Revert "cpu: add HPDS, LOR, PAN detection for arm64"ca63116unix: add IOCTL_MEI_* constantsa4199c0unix: fix definition of Statvfs_t for netbsd-arm.- See full diff in compare view
Updates golang.org/x/term from 0.37.0 to 0.38.0
Commits
3863673go.mod: update golang.org/x...Description has been truncated