Bump the go_modules group across 1 directory with 6 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
dependencies go
Bumps the go_modules group with 3 updates in the /tests directory: github.com/hashicorp/go-getter, github.com/ulikunitz/xz and golang.org/x/oauth2.
Updates github.com/hashicorp/go-getter from 1.7.1 to 1.7.9
Release notes
Sourced from github.com/hashicorp/go-getter's releases.
v1.7.9
What's Changed
- Speed up XZ decompression by 5x with bufio wrapper by
@vsarunasin hashicorp/go-getter#520- Fix CI Workflow by
@mohanmanikanta2299in hashicorp/go-getter#522- test: Remove use of "mitchellh/go-testing-interface" for stdlib by
@jrasellin hashicorp/go-getter#523- fix: url redact of multiple sshkey by
@dduzgun-securityin hashicorp/go-getter#528- Publish arm binaries by
@sethvargoin hashicorp/go-getter#525- fix errcheck lint errors and run it as part of pr checks by
@abhijeetviswain hashicorp/go-getter#530- fix additional lint errors and increase linter scope by
@abhijeetviswain hashicorp/go-getter#531- IND-3728 enabling dependabot by
@KaushikiAnandin hashicorp/go-getter#529- fix: go-getter subdir paths by
@dduzgun-securityin hashicorp/go-getter#540New Contributors
@vsarunasmade their first contribution in hashicorp/go-getter#520@jrasellmade their first contribution in hashicorp/go-getter#523@sethvargomade their first contribution in hashicorp/go-getter#525@abhijeetviswamade their first contribution in hashicorp/go-getter#530@KaushikiAnandmade their first contribution in hashicorp/go-getter#529Full Changelog: https://github.com/hashicorp/go-getter/compare/v1.7.8...v1.7.9
v1.7.8
What's Changed
- sec: fix s3 and gcs host checks by
@dduzgun-securityin hashicorp/go-getter#512Full Changelog: https://github.com/hashicorp/go-getter/compare/v1.7.7...v1.7.8
v1.7.7
What's Changed
- Clean up git repo on disk when the ref checkout fails by
@james-warren0in hashicorp/go-getter#504- [COMPLIANCE] Add Copyright and License Headers by
@hashicorp-copywritein hashicorp/go-getter#409- Add CODEOWNERS file in .github/CODEOWNERS by
@mukeshjcin hashicorp/go-getter#505- IND-1804 Bump up dependencies to remediate vulnerabiities by
@mohanmanikanta2299in hashicorp/go-getter#513- Updating arguments in github release CI by
@mohanmanikanta2299in hashicorp/go-getter#514- Updating .goreleaser.yml file with valid version by
@mohanmanikanta2299in hashicorp/go-getter#515New Contributors
@james-warren0made their first contribution in hashicorp/go-getter#504@mukeshjcmade their first contribution in hashicorp/go-getter#505@mohanmanikanta2299made their first contribution in hashicorp/go-getter#513Full Changelog: https://github.com/hashicorp/go-getter/compare/v1.7.6...v1.7.7
v1.7.6
What's Changed
- fix: Avoid panic when s3 URL is invalid by
@liamgin hashicorp/go-getter#501New Contributors
@liamgmade their first contribution in hashicorp/go-getter#501
... (truncated)
Commits
e702211Merge pull request #532 from hashicorp/dependabot/github_actions/actions-8948...df0a14f[chore] : Bump the actions group with 8 updates87541b2fix: go-getter subdir paths (#540)3713030[Compliance] - PR Template Changes Requiredaf2dd3cMerge pull request #529 from hashicorp/dependabot-intgebf52629updating dependabot.yml1f63e10changelog added, updated dependabot.yaml45af459fix additional lint errors and increase linter scopec8c6abafix errcheck lint errors and run it as part of pr checks9b76f98copywrite header added- Additional commits viewable in compare view
Updates github.com/ulikunitz/xz from 0.5.11 to 0.5.14
Commits
Updates golang.org/x/crypto from 0.14.0 to 0.32.0
Commits
8929309go.mod: update golang.org/x dependencies4a75ba5all: make function and struct comments match the namesb4f1988ssh: make the public key cache a 1-entry FIFO cache7042ebcopenpgp/clearsign: just use rand.Reader in tests3e90321go.mod: update golang.org/x dependencies8c4e668x509roots/fallback: update bundle6018723go.mod: update golang.org/x dependencies71ed71bREADME: don't recommend go get750a45fsha3: add MarshalBinary, AppendBinary, and UnmarshalBinary36b1725sha3: avoid trailing permutation- Additional commits viewable in compare view
Updates golang.org/x/net from 0.17.0 to 0.34.0
Commits
8da7ed1go.mod: update golang.org/x dependencies2124140all: make function and struct comments match the namese9d95bahttp2: do not surface errors from a conn's idle timer expiringc2be992quic: remember which remote connection IDs have been retireddfc720dgo.mod: update golang.org/x dependencies8e66b04html: use strings.EqualFold instead of lowering ourselvesb935f7bhtml: avoid endless loop on error token9af49efroute: remove unused sizeof* consts6705db9quic: clean up crypto streams when dropping packet protection keys4ef7588quic: handle ACK frame in packet which drops number space- Additional commits viewable in compare view
Updates golang.org/x/oauth2 from 0.7.0 to 0.27.0
Commits
681b4d8jws: split token into fixed number of parts3f78298all: upgrade go directive to at least 1.23.0 [generated]109dabfendpoints: add links/provider for Discordac571faoauth2: fix docs for Config.DeviceAuth314ee5bendpoints: add patreon endpointb9c813bgoogle: add warning about externally-provided credentials49a531dall: make method and struct comments match the names22134a4README: don't recommend go get3e64809x/oauth2: add Token.ExpiresIn16a9973jwt: rename example to avoid vet error- Additional commits viewable in compare view
Updates google.golang.org/protobuf from 1.30.0 to 1.33.0
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
2
+750
-41
Package Dependencies
google.golang.org/protobuf
go
1.30.0 → 1.33.0
Minor
github.com/hashicorp/go-getter
go
1.7.1 → 1.7.9
Patch
Technical Details
| ID: | 5937034 |
| UUID: | 2782797665 |
| Node ID: | PR_kwDOJWHYhc6l3h9h |
| Host: | GitHub |
| Repository: | pbs-common/terraform-aws-lambda-event-source-mapping-module |
| Merge State: | Unknown |