Skip to content

Commit

Permalink
fix(deps): update module github.com/hashicorp/go-getter to v1.7.7 in …
Browse files Browse the repository at this point in the history
…go.mod (#144)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/hashicorp/go-getter](https://redirect.github.com/hashicorp/go-getter)
| `v1.7.6` -> `v1.7.7` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhashicorp%2fgo-getter/v1.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fhashicorp%2fgo-getter/v1.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fhashicorp%2fgo-getter/v1.7.6/v1.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fhashicorp%2fgo-getter/v1.7.6/v1.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>hashicorp/go-getter (github.com/hashicorp/go-getter)</summary>

###
[`v1.7.7`](https://redirect.github.com/hashicorp/go-getter/releases/tag/v1.7.7)

[Compare
Source](https://redirect.github.com/hashicorp/go-getter/compare/v1.7.6...v1.7.7)

#### What's Changed

- Clean up git repo on disk when the ref checkout fails by
[@&#8203;james-warren0](https://redirect.github.com/james-warren0) in
[https://github.com/hashicorp/go-getter/pull/504](https://redirect.github.com/hashicorp/go-getter/pull/504)
- \[COMPLIANCE] Add Copyright and License Headers by
[@&#8203;hashicorp-copywrite](https://redirect.github.com/hashicorp-copywrite)
in
[https://github.com/hashicorp/go-getter/pull/409](https://redirect.github.com/hashicorp/go-getter/pull/409)
- Add CODEOWNERS file in .github/CODEOWNERS by
[@&#8203;mukeshjc](https://redirect.github.com/mukeshjc) in
[https://github.com/hashicorp/go-getter/pull/505](https://redirect.github.com/hashicorp/go-getter/pull/505)
- IND-1804 Bump up dependencies to remediate vulnerabiities by
[@&#8203;mohanmanikanta2299](https://redirect.github.com/mohanmanikanta2299)
in
[https://github.com/hashicorp/go-getter/pull/513](https://redirect.github.com/hashicorp/go-getter/pull/513)
- Updating arguments in github release CI by
[@&#8203;mohanmanikanta2299](https://redirect.github.com/mohanmanikanta2299)
in
[https://github.com/hashicorp/go-getter/pull/514](https://redirect.github.com/hashicorp/go-getter/pull/514)
- Updating .goreleaser.yml file with valid version by
[@&#8203;mohanmanikanta2299](https://redirect.github.com/mohanmanikanta2299)
in
[https://github.com/hashicorp/go-getter/pull/515](https://redirect.github.com/hashicorp/go-getter/pull/515)

#### New Contributors

- [@&#8203;james-warren0](https://redirect.github.com/james-warren0)
made their first contribution in
[https://github.com/hashicorp/go-getter/pull/504](https://redirect.github.com/hashicorp/go-getter/pull/504)
- [@&#8203;mukeshjc](https://redirect.github.com/mukeshjc) made their
first contribution in
[https://github.com/hashicorp/go-getter/pull/505](https://redirect.github.com/hashicorp/go-getter/pull/505)
-
[@&#8203;mohanmanikanta2299](https://redirect.github.com/mohanmanikanta2299)
made their first contribution in
[https://github.com/hashicorp/go-getter/pull/513](https://redirect.github.com/hashicorp/go-getter/pull/513)

**Full Changelog**:
hashicorp/go-getter@v1.7.6...v1.7.7

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* */1 * * *" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jippi/dottie).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent b682fe9 commit df02a59
Show file tree
Hide file tree
Showing 2 changed files with 724 additions and 23 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/golang-cz/devslog v0.0.11
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/gosimple/slug v1.15.0
github.com/hashicorp/go-getter v1.7.6
github.com/hashicorp/go-getter v1.7.7
github.com/lmittmann/tint v1.0.6
github.com/muesli/termenv v0.15.3-0.20241212154518-8c990cd6cf4b
github.com/neilotoole/slogt v1.1.0
Expand Down Expand Up @@ -104,13 +104,13 @@ require (
github.com/spf13/cast v1.7.0 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/oauth2 v0.11.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.128.0 // indirect
Expand Down
Loading

0 comments on commit df02a59

Please sign in to comment.