Skip to content
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

*: remove need to build with CGO #688

Merged
merged 1 commit into from Feb 28, 2023
Merged

Conversation

pjbgf
Copy link
Member

@pjbgf pjbgf commented Feb 25, 2023

Follow-up from #618, at the time the Pure Go sha1cd implementation was not performant enough to be the default. This has now changed and the cgo and generic implementations yields similar results.

Users are able to override the default implementation, however this seems to be a better default as it does not require the use of CGO during build time.

Fixes #637.

Follow-up from go-git#618, at the time the Pure Go sha1cd implementation
was not performant enough to be the default. This has now changed
and the cgo and generic implementations yields similar results.

Users are able to override the default implementation, however this
seems to be a better default as it does not require the use of CGO
during build time.

Signed-off-by: Paulo Gomes <pjbgf@linux.com>
@pjbgf pjbgf marked this pull request as ready for review February 25, 2023 13:38
@mcuadros mcuadros changed the title Remove need to build with CGO *: remove need to build with CGO Feb 28, 2023
@mcuadros mcuadros merged commit 2401659 into go-git:master Feb 28, 2023
@pjbgf pjbgf deleted the bump-sha1cd branch March 1, 2023 00:20
another-rex pushed a commit to google/osv-scanner that referenced this pull request Mar 5, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | minor | `v5.5.2` -> `v5.6.0` |
|
[github.com/jedib0t/go-pretty/v6](https://togithub.com/jedib0t/go-pretty)
| require | patch | `v6.4.4` -> `v6.4.6` |
| [github.com/urfave/cli/v2](https://togithub.com/urfave/cli) | require
| minor | `v2.24.4` -> `v2.25.0` |
| [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest
| `c95f2b4` -> `9ff063c` |
| [golang.org/x/mod](https://togithub.com/golang/mod) | require | minor
| `v0.8.0` -> `v0.9.0` |
| [golang.org/x/term](https://togithub.com/golang/term) | require |
minor | `v0.5.0` -> `v0.6.0` |
| [golang.org/x/tools](https://togithub.com/golang/tools) | require |
minor | `v0.5.1-0.20230117180257-8aba49bb5ea2` -> `v0.6.0` |
| [golang.org/x/vuln](https://togithub.com/golang/vuln) | require |
digest | `4ec8867` -> `d3042fe` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[go-git/go-git#671
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#688
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[go-git/go-git#690

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

<details>
<summary>jedib0t/go-pretty</summary>

###
[`v6.4.6`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.6)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.5...v6.4.6)

### Features

-   **table**
- honor border color overrides for title row
([#&#8203;260](https://togithub.com/jedib0t/go-pretty/issues/260))

###
[`v6.4.5`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.5)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.4...v6.4.5)

### Features

-   **table**
- option to custom color borders/separators
([#&#8203;259](https://togithub.com/jedib0t/go-pretty/issues/259))
        -   `table.Style().Color.Border`
        -   `table.Style().Color.Separator`
-   **text**
- handle escape sequences that embed a URL
([#&#8203;256](https://togithub.com/jedib0t/go-pretty/issues/256)) //
thanks [@&#8203;vsemichev](https://togithub.com/vsemichev)

</details>

<details>
<summary>urfave/cli</summary>

### [`v2.25.0`](https://togithub.com/urfave/cli/releases/tag/v2.25.0)

[Compare
Source](https://togithub.com/urfave/cli/compare/v2.24.4...v2.25.0)

#### What's Changed

- Drop support for Go versions before 1.18 by
[@&#8203;meatballhat](https://togithub.com/meatballhat) in
[urfave/cli#1667
- add Integer type casting when loading yaml file by
[@&#8203;kjeom](https://togithub.com/kjeom) in
[urfave/cli#1669

#### New Contributors

- [@&#8203;kjeom](https://togithub.com/kjeom) made their first
contribution in
[urfave/cli#1669

**Full Changelog**:
urfave/cli@v2.24.4...v2.25.0

</details>

<details>
<summary>golang/mod</summary>

### [`v0.9.0`](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

[Compare
Source](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

</details>

<details>
<summary>golang/term</summary>

### [`v0.6.0`](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

[Compare
Source](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/google/osv-scanner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=-->
another-rex pushed a commit to google/osv.dev that referenced this pull request Mar 7, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[cloud.google.com/go/logging](https://togithub.com/googleapis/google-cloud-go)
| require | minor | `v1.6.1` -> `v1.7.0` |
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | minor | `v5.5.2` -> `v5.6.0` |
| [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest
| `f062dba` -> `24139be` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[go-git/go-git#671
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#688
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[go-git/go-git#690

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone
Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/google/osv.dev).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=-->
hayleycd pushed a commit to google/osv-scanner that referenced this pull request Mar 9, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | minor | `v5.5.2` -> `v5.6.0` |
|
[github.com/jedib0t/go-pretty/v6](https://togithub.com/jedib0t/go-pretty)
| require | patch | `v6.4.4` -> `v6.4.6` |
| [github.com/urfave/cli/v2](https://togithub.com/urfave/cli) | require
| minor | `v2.24.4` -> `v2.25.0` |
| [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest
| `c95f2b4` -> `9ff063c` |
| [golang.org/x/mod](https://togithub.com/golang/mod) | require | minor
| `v0.8.0` -> `v0.9.0` |
| [golang.org/x/term](https://togithub.com/golang/term) | require |
minor | `v0.5.0` -> `v0.6.0` |
| [golang.org/x/tools](https://togithub.com/golang/tools) | require |
minor | `v0.5.1-0.20230117180257-8aba49bb5ea2` -> `v0.6.0` |
| [golang.org/x/vuln](https://togithub.com/golang/vuln) | require |
digest | `4ec8867` -> `d3042fe` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[go-git/go-git#671
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#688
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[go-git/go-git#690

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

<details>
<summary>jedib0t/go-pretty</summary>

###
[`v6.4.6`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.6)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.5...v6.4.6)

### Features

-   **table**
- honor border color overrides for title row
([#&#8203;260](https://togithub.com/jedib0t/go-pretty/issues/260))

###
[`v6.4.5`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.5)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.4...v6.4.5)

### Features

-   **table**
- option to custom color borders/separators
([#&#8203;259](https://togithub.com/jedib0t/go-pretty/issues/259))
        -   `table.Style().Color.Border`
        -   `table.Style().Color.Separator`
-   **text**
- handle escape sequences that embed a URL
([#&#8203;256](https://togithub.com/jedib0t/go-pretty/issues/256)) //
thanks [@&#8203;vsemichev](https://togithub.com/vsemichev)

</details>

<details>
<summary>urfave/cli</summary>

### [`v2.25.0`](https://togithub.com/urfave/cli/releases/tag/v2.25.0)

[Compare
Source](https://togithub.com/urfave/cli/compare/v2.24.4...v2.25.0)

#### What's Changed

- Drop support for Go versions before 1.18 by
[@&#8203;meatballhat](https://togithub.com/meatballhat) in
[urfave/cli#1667
- add Integer type casting when loading yaml file by
[@&#8203;kjeom](https://togithub.com/kjeom) in
[urfave/cli#1669

#### New Contributors

- [@&#8203;kjeom](https://togithub.com/kjeom) made their first
contribution in
[urfave/cli#1669

**Full Changelog**:
urfave/cli@v2.24.4...v2.25.0

</details>

<details>
<summary>golang/mod</summary>

### [`v0.9.0`](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

[Compare
Source](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

</details>

<details>
<summary>golang/term</summary>

### [`v0.6.0`](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

[Compare
Source](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/google/osv-scanner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=-->
andrewpollock pushed a commit to google/osv.dev that referenced this pull request Mar 24, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[cloud.google.com/go/pubsub](https://togithub.com/googleapis/google-cloud-go)
| require | minor | `v1.28.0` -> `v1.30.0` |
|
[cloud.google.com/go/storage](https://togithub.com/googleapis/google-cloud-go)
| require | minor | `v1.29.0` -> `v1.30.1` |
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | minor | `v5.5.2` -> `v5.6.1` |
| [github.com/golang/glog](https://togithub.com/golang/glog) | require |
minor | `v1.0.0` -> `v1.1.1` |
|
[google.golang.org/api](https://togithub.com/googleapis/google-api-go-client)
| require | minor | `v0.109.0` -> `v0.114.0` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.6.1`](https://togithub.com/go-git/go-git/releases/tag/v5.6.1)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.6.0...v5.6.1)

#### What's Changed

- plumbing/transport: don't use the `firstErrLine` when it is empty by
[@&#8203;ThinkChaos](https://togithub.com/ThinkChaos) in
[go-git/go-git#682
- plumbing/transport: ssh, unable to pass a custom HostKeyCallback func
by [@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[go-git/go-git#655
- storage/filesystem: dotgit: fix a filesystem race in
Refs/walkReferencesTree by
[@&#8203;MichaelMure](https://togithub.com/MichaelMure) in
[go-git/go-git#659
- \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[go-git/go-git#684
- \*: bump dependencies by [@&#8203;pjbgf](https://togithub.com/pjbgf)
in
[go-git/go-git#697
- \*: fix panic for empty revisions by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#696
- ci: bump GitHub actions, enable go test race detection and stop using
developer's GPG keys during test execution by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#701

**Full Changelog**:
go-git/go-git@v5.6.0...v5.6.1

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[go-git/go-git#671
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#688
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[go-git/go-git#690

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

<details>
<summary>golang/glog</summary>

### [`v1.1.1`](https://togithub.com/golang/glog/releases/tag/v1.1.1)

[Compare
Source](https://togithub.com/golang/glog/compare/v1.1.0...v1.1.1)

Bugfixes since the larger v1.1.0, which have been addressed.

### [`v1.1.0`](https://togithub.com/golang/glog/releases/tag/v1.1.0)

[Compare
Source](https://togithub.com/golang/glog/compare/v1.0.0...v1.1.0)

Tagging v1.1.0 after syncing glog with internal changes

</details>

<details>
<summary>googleapis/google-api-go-client</summary>

###
[`v0.114.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.114.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.113.0...v0.114.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;1907](https://togithub.com/googleapis/google-api-go-client/issues/1907))
([2754ab4](https://togithub.com/googleapis/google-api-go-client/commit/2754ab420dcf1c48e9b383c87f7d224ef99abc2f))

##### Bug Fixes

- Always reference the internal package.
([#&#8203;1909](https://togithub.com/googleapis/google-api-go-client/issues/1909))
([dc4b77d](https://togithub.com/googleapis/google-api-go-client/commit/dc4b77d54e86e5b32bce720cf144f5c8a2031011)),
refs
[#&#8203;1908](https://togithub.com/googleapis/google-api-go-client/issues/1908)

###
[`v0.113.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.113.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.112.0...v0.113.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;1900](https://togithub.com/googleapis/google-api-go-client/issues/1900))
([fc221ce](https://togithub.com/googleapis/google-api-go-client/commit/fc221ced8f967897a23fa585f918801c10a13b0d))
- **idtoken:** Add support for external_account
([#&#8203;1897](https://togithub.com/googleapis/google-api-go-client/issues/1897))
([64b6ee4](https://togithub.com/googleapis/google-api-go-client/commit/64b6ee4ccbd1b9a52eed972989e9b8117406613b))
- **transport:** Add support for setting quota project with envvar
([#&#8203;1892](https://togithub.com/googleapis/google-api-go-client/issues/1892))
([63c48a6](https://togithub.com/googleapis/google-api-go-client/commit/63c48a69a6be327f495ce18f47395989b92456a6))

###
[`v0.112.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.112.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.111.0...v0.112.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;1882](https://togithub.com/googleapis/google-api-go-client/issues/1882))
([15808d7](https://togithub.com/googleapis/google-api-go-client/commit/15808d75b5bd798c88f692d07261e7667f69a4c0))
- **all:** Auto-regenerate discovery clients
([#&#8203;1884](https://togithub.com/googleapis/google-api-go-client/issues/1884))
([1aee5cd](https://togithub.com/googleapis/google-api-go-client/commit/1aee5cd1cb55192a4675682444d9e0a22dab55a0))
- **all:** Auto-regenerate discovery clients
([#&#8203;1885](https://togithub.com/googleapis/google-api-go-client/issues/1885))
([c886360](https://togithub.com/googleapis/google-api-go-client/commit/c8863600179ebf003ae0043f94ea095a732e2517))
- **all:** Auto-regenerate discovery clients
([#&#8203;1887](https://togithub.com/googleapis/google-api-go-client/issues/1887))
([5da4d6a](https://togithub.com/googleapis/google-api-go-client/commit/5da4d6ab7fa9a3d68743a9dd6f90ab6cd9ea9277))
- **all:** Auto-regenerate discovery clients
([#&#8203;1893](https://togithub.com/googleapis/google-api-go-client/issues/1893))
([e88ee8a](https://togithub.com/googleapis/google-api-go-client/commit/e88ee8ac45e49f73b275bce6924180c0f184f277))
- **all:** Auto-regenerate discovery clients
([#&#8203;1896](https://togithub.com/googleapis/google-api-go-client/issues/1896))
([9f18671](https://togithub.com/googleapis/google-api-go-client/commit/9f186713659dc989b56a801e556a563954ecb673))
- **all:** Auto-regenerate discovery clients
([#&#8203;1898](https://togithub.com/googleapis/google-api-go-client/issues/1898))
([89c274a](https://togithub.com/googleapis/google-api-go-client/commit/89c274a9077778e05b3c5e459fd8dbbb58ed4a86))

###
[`v0.111.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.111.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.110.0...v0.111.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;1859](https://togithub.com/googleapis/google-api-go-client/issues/1859))
([ba3414e](https://togithub.com/googleapis/google-api-go-client/commit/ba3414e017e9aef77005014054ba02f1f686f601))
- **all:** Auto-regenerate discovery clients
([#&#8203;1861](https://togithub.com/googleapis/google-api-go-client/issues/1861))
([895105a](https://togithub.com/googleapis/google-api-go-client/commit/895105a40de858f4803460982c7092f132b47a89))
- **all:** Auto-regenerate discovery clients
([#&#8203;1863](https://togithub.com/googleapis/google-api-go-client/issues/1863))
([8b8b195](https://togithub.com/googleapis/google-api-go-client/commit/8b8b19548ff684556b8c775f97c87667963e1946))
- **all:** Auto-regenerate discovery clients
([#&#8203;1866](https://togithub.com/googleapis/google-api-go-client/issues/1866))
([7f5f40a](https://togithub.com/googleapis/google-api-go-client/commit/7f5f40a84267f1505be68dced7498f3890871415))
- **all:** Auto-regenerate discovery clients
([#&#8203;1872](https://togithub.com/googleapis/google-api-go-client/issues/1872))
([7d34d41](https://togithub.com/googleapis/google-api-go-client/commit/7d34d415a57f11eba00dfe1a3a7b8a8b9de687cd))
- **all:** Auto-regenerate discovery clients
([#&#8203;1873](https://togithub.com/googleapis/google-api-go-client/issues/1873))
([c02cff6](https://togithub.com/googleapis/google-api-go-client/commit/c02cff63add0cceb3aff031d50e3856705f551d8))
- **all:** Auto-regenerate discovery clients
([#&#8203;1875](https://togithub.com/googleapis/google-api-go-client/issues/1875))
([70d3954](https://togithub.com/googleapis/google-api-go-client/commit/70d39545895bb5da4d79e419e3789e7011c53489))

###
[`v0.110.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.110.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.109.0...v0.110.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;1838](https://togithub.com/googleapis/google-api-go-client/issues/1838))
([4b4c9d4](https://togithub.com/googleapis/google-api-go-client/commit/4b4c9d468a78cae7a41cbcb14054999dfef31b80))
- **all:** Auto-regenerate discovery clients
([#&#8203;1841](https://togithub.com/googleapis/google-api-go-client/issues/1841))
([3fb8cdc](https://togithub.com/googleapis/google-api-go-client/commit/3fb8cdc9c2ddf336497bc36fd06fab43b2235d06))
- **all:** Auto-regenerate discovery clients
([#&#8203;1850](https://togithub.com/googleapis/google-api-go-client/issues/1850))
([8980266](https://togithub.com/googleapis/google-api-go-client/commit/89802661d011ff33e3d5988f0e894702eba9c009))
- **all:** Auto-regenerate discovery clients
([#&#8203;1851](https://togithub.com/googleapis/google-api-go-client/issues/1851))
([689f934](https://togithub.com/googleapis/google-api-go-client/commit/689f934fca8cc3f8be521e41ab1e270691441dde))

##### Bug Fixes

- Improve error handling for enterprise certificate module
([#&#8203;1848](https://togithub.com/googleapis/google-api-go-client/issues/1848))
([3fb5b61](https://togithub.com/googleapis/google-api-go-client/commit/3fb5b6154399e00f030db5570673f4690c534ddf))
- **internal/gensupport:** Don't prematurely close timers
([#&#8203;1856](https://togithub.com/googleapis/google-api-go-client/issues/1856))
([8efd00d](https://togithub.com/googleapis/google-api-go-client/commit/8efd00d3a913d1c454622791d4bfaa23e1343d70))
- Update ECP dependency to v0.2.3
([#&#8203;1857](https://togithub.com/googleapis/google-api-go-client/issues/1857))
([1147cb8](https://togithub.com/googleapis/google-api-go-client/commit/1147cb8a93dfcd0255280b43a7f011ac2cf6ddab))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone
Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/google/osv.dev).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM1LjE0LjIifQ==-->
renovate bot added a commit to sheldonhull/az-pr that referenced this pull request Apr 3, 2023
…5.6.1 (#8)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | minor | `v5.5.2` -> `v5.6.1` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.6.1`](https://togithub.com/go-git/go-git/releases/tag/v5.6.1)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.6.0...v5.6.1)

#### What's Changed

- plumbing/transport: don't use the `firstErrLine` when it is empty by
[@&#8203;ThinkChaos](https://togithub.com/ThinkChaos) in
[go-git/go-git#682
- plumbing/transport: ssh, unable to pass a custom HostKeyCallback func
by [@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[go-git/go-git#655
- storage/filesystem: dotgit: fix a filesystem race in
Refs/walkReferencesTree by
[@&#8203;MichaelMure](https://togithub.com/MichaelMure) in
[go-git/go-git#659
- \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[go-git/go-git#684
- \*: bump dependencies by [@&#8203;pjbgf](https://togithub.com/pjbgf)
in
[go-git/go-git#697
- \*: fix panic for empty revisions by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#696
- ci: bump GitHub actions, enable go test race detection and stop using
developer's GPG keys during test execution by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#701

**Full Changelog**:
go-git/go-git@v5.6.0...v5.6.1

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[go-git/go-git#671
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#688
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[go-git/go-git#690

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/sheldonhull/az-pr).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
julieqiu pushed a commit to julieqiu/osv-scanner that referenced this pull request May 2, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | minor | `v5.5.2` -> `v5.6.0` |
|
[github.com/jedib0t/go-pretty/v6](https://togithub.com/jedib0t/go-pretty)
| require | patch | `v6.4.4` -> `v6.4.6` |
| [github.com/urfave/cli/v2](https://togithub.com/urfave/cli) | require
| minor | `v2.24.4` -> `v2.25.0` |
| [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest
| `c95f2b4` -> `9ff063c` |
| [golang.org/x/mod](https://togithub.com/golang/mod) | require | minor
| `v0.8.0` -> `v0.9.0` |
| [golang.org/x/term](https://togithub.com/golang/term) | require |
minor | `v0.5.0` -> `v0.6.0` |
| [golang.org/x/tools](https://togithub.com/golang/tools) | require |
minor | `v0.5.1-0.20230117180257-8aba49bb5ea2` -> `v0.6.0` |
| [golang.org/x/vuln](https://togithub.com/golang/vuln) | require |
digest | `4ec8867` -> `d3042fe` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[go-git/go-git#671
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#688
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[go-git/go-git#690

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

<details>
<summary>jedib0t/go-pretty</summary>

###
[`v6.4.6`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.6)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.5...v6.4.6)

### Features

-   **table**
- honor border color overrides for title row
([#&#8203;260](https://togithub.com/jedib0t/go-pretty/issues/260))

###
[`v6.4.5`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.5)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.4...v6.4.5)

### Features

-   **table**
- option to custom color borders/separators
([#&#8203;259](https://togithub.com/jedib0t/go-pretty/issues/259))
        -   `table.Style().Color.Border`
        -   `table.Style().Color.Separator`
-   **text**
- handle escape sequences that embed a URL
([#&#8203;256](https://togithub.com/jedib0t/go-pretty/issues/256)) //
thanks [@&#8203;vsemichev](https://togithub.com/vsemichev)

</details>

<details>
<summary>urfave/cli</summary>

### [`v2.25.0`](https://togithub.com/urfave/cli/releases/tag/v2.25.0)

[Compare
Source](https://togithub.com/urfave/cli/compare/v2.24.4...v2.25.0)

#### What's Changed

- Drop support for Go versions before 1.18 by
[@&#8203;meatballhat](https://togithub.com/meatballhat) in
[urfave/cli#1667
- add Integer type casting when loading yaml file by
[@&#8203;kjeom](https://togithub.com/kjeom) in
[urfave/cli#1669

#### New Contributors

- [@&#8203;kjeom](https://togithub.com/kjeom) made their first
contribution in
[urfave/cli#1669

**Full Changelog**:
urfave/cli@v2.24.4...v2.25.0

</details>

<details>
<summary>golang/mod</summary>

### [`v0.9.0`](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

[Compare
Source](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

</details>

<details>
<summary>golang/term</summary>

### [`v0.6.0`](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

[Compare
Source](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/google/osv-scanner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=-->
julieqiu pushed a commit to julieqiu/osv-scanner that referenced this pull request May 2, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | minor | `v5.5.2` -> `v5.6.0` |
|
[github.com/jedib0t/go-pretty/v6](https://togithub.com/jedib0t/go-pretty)
| require | patch | `v6.4.4` -> `v6.4.6` |
| [github.com/urfave/cli/v2](https://togithub.com/urfave/cli) | require
| minor | `v2.24.4` -> `v2.25.0` |
| [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest
| `c95f2b4` -> `9ff063c` |
| [golang.org/x/mod](https://togithub.com/golang/mod) | require | minor
| `v0.8.0` -> `v0.9.0` |
| [golang.org/x/term](https://togithub.com/golang/term) | require |
minor | `v0.5.0` -> `v0.6.0` |
| [golang.org/x/tools](https://togithub.com/golang/tools) | require |
minor | `v0.5.1-0.20230117180257-8aba49bb5ea2` -> `v0.6.0` |
| [golang.org/x/vuln](https://togithub.com/golang/vuln) | require |
digest | `4ec8867` -> `d3042fe` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[go-git/go-git#671
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#688
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[go-git/go-git#690

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

<details>
<summary>jedib0t/go-pretty</summary>

###
[`v6.4.6`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.6)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.5...v6.4.6)

### Features

-   **table**
- honor border color overrides for title row
([#&#8203;260](https://togithub.com/jedib0t/go-pretty/issues/260))

###
[`v6.4.5`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.5)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.4...v6.4.5)

### Features

-   **table**
- option to custom color borders/separators
([#&#8203;259](https://togithub.com/jedib0t/go-pretty/issues/259))
        -   `table.Style().Color.Border`
        -   `table.Style().Color.Separator`
-   **text**
- handle escape sequences that embed a URL
([#&#8203;256](https://togithub.com/jedib0t/go-pretty/issues/256)) //
thanks [@&#8203;vsemichev](https://togithub.com/vsemichev)

</details>

<details>
<summary>urfave/cli</summary>

### [`v2.25.0`](https://togithub.com/urfave/cli/releases/tag/v2.25.0)

[Compare
Source](https://togithub.com/urfave/cli/compare/v2.24.4...v2.25.0)

#### What's Changed

- Drop support for Go versions before 1.18 by
[@&#8203;meatballhat](https://togithub.com/meatballhat) in
[urfave/cli#1667
- add Integer type casting when loading yaml file by
[@&#8203;kjeom](https://togithub.com/kjeom) in
[urfave/cli#1669

#### New Contributors

- [@&#8203;kjeom](https://togithub.com/kjeom) made their first
contribution in
[urfave/cli#1669

**Full Changelog**:
urfave/cli@v2.24.4...v2.25.0

</details>

<details>
<summary>golang/mod</summary>

### [`v0.9.0`](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

[Compare
Source](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

</details>

<details>
<summary>golang/term</summary>

### [`v0.6.0`](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

[Compare
Source](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/google/osv-scanner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=-->
zydou pushed a commit to zydou/tea that referenced this pull request Sep 25, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | require | minor | `v5.4.2` -> `v5.8.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>go-git/go-git (github.com/go-git/go-git/v5)</summary>

### [`v5.8.1`](https://github.com/go-git/go-git/releases/tag/v5.8.1)

[Compare Source](go-git/go-git@v5.8.0...v5.8.1)

#### What's Changed

-   \*: Bump dependencies by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#815

**Full Changelog**: go-git/go-git@v5.8.0...v5.8.1

### [`v5.8.0`](https://github.com/go-git/go-git/releases/tag/v5.8.0)

[Compare Source](go-git/go-git@v5.7.0...v5.8.0)

#### What's Changed

-   git: Fix fetching after shallow clone. Fixes [#&#8203;305](go-git/go-git#305) by [@&#8203;AriehSchneier](https://github.com/AriehSchneier) in go-git/go-git#778
-   git: enable fetch with unqualified references by [@&#8203;AriehSchneier](https://github.com/AriehSchneier) in go-git/go-git#762
-   git: don't add to want if exists, shallow and depth 1 by [@&#8203;AriehSchneier](https://github.com/AriehSchneier) in go-git/go-git#763
-   git: Clone HEAD should not force master. Fixes [#&#8203;363](go-git/go-git#363) by [@&#8203;AriehSchneier](https://github.com/AriehSchneier) in go-git/go-git#758
-   git: fix the issue with submodules having the SCP style URL fail due to the wrong URL parsing by [@&#8203;matejrisek](https://github.com/matejrisek) in go-git/go-git#756
-   git: add a clone option to allow for shallow cloning of submodules by [@&#8203;matejrisek](https://github.com/matejrisek) in go-git/go-git#765
-   worktree: minor speedup for `doAddDirectory` by [@&#8203;ThinkChaos](https://github.com/ThinkChaos) in go-git/go-git#702
-   \_examples: Remove wrong comment by [@&#8203;pascal-hofmann](https://github.com/pascal-hofmann) in go-git/go-git#357
-   \*: Handle paths starting with tilde by [@&#8203;ricci2511](https://github.com/ricci2511) in go-git/go-git#808
-   \*: Handle paths starting with ~Username by [@&#8203;AriehSchneier](https://github.com/AriehSchneier) in go-git/go-git#809
-   storage: filesystem/dotgit, add support for tmp_objdir prefix by [@&#8203;L11R](https://github.com/L11R) in go-git/go-git#812
-   plumbing: gitignore, replace user dir in path by [@&#8203;Jleagle](https://github.com/Jleagle) in go-git/go-git#772
-   plumbing: gitignore, fix incorrect parsing. Fixes [#&#8203;500](go-git/go-git#500) by [@&#8203;AriehSchneier](https://github.com/AriehSchneier) in go-git/go-git#781
-   plumbing: http, Fix empty repos on Git v2.41+ by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#802
-   plumbing: packp, A request is not empty if it contains shallows. Fixes [#&#8203;328](go-git/go-git#328) by [@&#8203;AriehSchneier](https://github.com/AriehSchneier) in go-git/go-git#792
-   plumbing: blame, Complete rewrite. Fixes [#&#8203;603](go-git/go-git#603) by [@&#8203;AriehSchneier](https://github.com/AriehSchneier) in go-git/go-git#789
-   plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any user home. Fixes [#&#8203;578](go-git/go-git#578) by [@&#8203;AriehSchneier](https://github.com/AriehSchneier) in go-git/go-git#785

#### New Contributors

-   [@&#8203;Jleagle](https://github.com/Jleagle) made their first contribution in go-git/go-git#772
-   [@&#8203;pascal-hofmann](https://github.com/pascal-hofmann) made their first contribution in go-git/go-git#357
-   [@&#8203;ricci2511](https://github.com/ricci2511) made their first contribution in go-git/go-git#808
-   [@&#8203;L11R](https://github.com/L11R) made their first contribution in go-git/go-git#812

**Full Changelog**: go-git/go-git@v5.7.0...v5.7.1

### [`v5.7.0`](https://github.com/go-git/go-git/releases/tag/v5.7.0)

[Compare Source](go-git/go-git@v5.6.1...v5.7.0)

#### What's Changed

-   \*: Add support for initializing SHA256 repositories by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#707
-   git: add mirror clone option by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in go-git/go-git#735
-   git: Add support to ls-remote with peeled references. Fixes [#&#8203;749](go-git/go-git#749) by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#750
-   git: fix cloning with branch name by [@&#8203;AriehSchneier](https://github.com/AriehSchneier) in go-git/go-git#755
-   git: Worktree, add check to see if file already checked in. Fixes [#&#8203;718](go-git/go-git#718) by [@&#8203;cbbm142](https://github.com/cbbm142) in go-git/go-git#719
-   git: Worktree, git grep bare repositories by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in go-git/go-git#728
-   git: Add Depth to SubmoduleUpdateOptions by [@&#8203;matejrisek](https://github.com/matejrisek) in go-git/go-git#754
-   git: Testing, Fix tests not cleaning temp folders by [@&#8203;AriehSchneier](https://github.com/AriehSchneier) in go-git/go-git#769
-   git: remote, add support for a configurable timeout. by [@&#8203;andrewpollock](https://github.com/andrewpollock) in go-git/go-git#753
-   git: Allow Initial Branch to be configurable by [@&#8203;techknowlogick](https://github.com/techknowlogick) in go-git/go-git#764
-   storage: filesystem/dotgit, Improve load packed-refs by [@&#8203;fcharlie](https://github.com/fcharlie) in go-git/go-git#743
-   storage: filesystem, Populate index before use. Fixes [#&#8203;148](go-git/go-git#148) by [@&#8203;AriehSchneier](https://github.com/AriehSchneier) in go-git/go-git#722
-   plumbing: resolve non-external delta references by [@&#8203;ZauberNerd](https://github.com/ZauberNerd) in go-git/go-git#485
-   plumbing/transport: fix regression in scp-like match by [@&#8203;jotadrilo](https://github.com/jotadrilo) in go-git/go-git#715
-   plumbing/transport: Add support for custom proxy settings by [@&#8203;aryan9600](https://github.com/aryan9600) in go-git/go-git#744
-   \*: small fixes across the codebase by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#770
-   \*: bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by [@&#8203;dependabot](https://github.com/dependabot) in go-git/go-git#776
-   \*: bump dependencies by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#748
-   \*: bump Go version to 1.18 on go.mod by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#774
-   \*: add Codeql workflow and bump dependencies by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#775
-   ci: fix upstream git build for master branch by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#739

#### New Contributors

-   [@&#8203;ZauberNerd](https://github.com/ZauberNerd) made their first contribution in go-git/go-git#485
-   [@&#8203;jotadrilo](https://github.com/jotadrilo) made their first contribution in go-git/go-git#715
-   [@&#8203;fcharlie](https://github.com/fcharlie) made their first contribution in go-git/go-git#743
-   [@&#8203;AriehSchneier](https://github.com/AriehSchneier) made their first contribution in go-git/go-git#755
-   [@&#8203;cbbm142](https://github.com/cbbm142) made their first contribution in go-git/go-git#719
-   [@&#8203;aryan9600](https://github.com/aryan9600) made their first contribution in go-git/go-git#744
-   [@&#8203;matejrisek](https://github.com/matejrisek) made their first contribution in go-git/go-git#754
-   [@&#8203;andrewpollock](https://github.com/andrewpollock) made their first contribution in go-git/go-git#753
-   [@&#8203;techknowlogick](https://github.com/techknowlogick) made their first contribution in go-git/go-git#764

**Full Changelog**: go-git/go-git@v5.6.1...v5.7.0

### [`v5.6.1`](https://github.com/go-git/go-git/releases/tag/v5.6.1)

[Compare Source](go-git/go-git@v5.6.0...v5.6.1)

#### What's Changed

-   plumbing/transport: don't use the `firstErrLine` when it is empty by [@&#8203;ThinkChaos](https://github.com/ThinkChaos) in go-git/go-git#682
-   plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in go-git/go-git#655
-   storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@&#8203;MichaelMure](https://github.com/MichaelMure) in go-git/go-git#659
-   \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in go-git/go-git#684
-   \*: bump dependencies by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#697
-   \*: fix panic for empty revisions by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#696
-   ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#701

**Full Changelog**: go-git/go-git@v5.6.0...v5.6.1

### [`v5.6.0`](https://github.com/go-git/go-git/releases/tag/v5.6.0)

[Compare Source](go-git/go-git@v5.5.2...v5.6.0)

#### What's Changed

-   Worktree, check for empty parent dirs during Reset (Fixes [#&#8203;670](go-git/go-git#670)) by [@&#8203;mbohy](https://github.com/mbohy) in go-git/go-git#671
-   \*: remove need to build with CGO by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#688
-   plumbing: support SSH/X509 signed tags by [@&#8203;hiddeco](https://github.com/hiddeco) in go-git/go-git#690

**Full Changelog**: go-git/go-git@v5.5.2...v5.6.0

### [`v5.5.2`](https://github.com/go-git/go-git/releases/tag/v5.5.2)

[Compare Source](go-git/go-git@v5.5.1...v5.5.2)

#### What's Changed

-   \*: update go-billy v5.4.0, removes data races. Fixes [#&#8203;629](go-git/go-git#629) by [@&#8203;mcuadros](https://github.com/mcuadros) in go-git/go-git#653
-   Worktree: Add, fix add removed files. Fixes [#&#8203;223](go-git/go-git#223) by [@&#8203;tfujiwar](https://github.com/tfujiwar) in go-git/go-git#652

**Full Changelog**: go-git/go-git@v5.5.1...v5.5.2

### [`v5.5.1`](https://github.com/go-git/go-git/releases/tag/v5.5.1)

[Compare Source](go-git/go-git@v5.5.0...v5.5.1)

#### What's Changed

-   \*: fix error when building with `CGO_ENABLED=0` by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#625
-   plumbing: transport/ssh: fix panic on Windows 10 with paegent as ssh-agent by [@&#8203;doxsch](https://github.com/doxsch) in go-git/go-git#617
-   CommitOptions: AllowEmptyCommits, return an error instead of creating empty commits by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#623

**Full Changelog**: go-git/go-git@v5.5.0...v5.5.1

### [`v5.5.0`](https://github.com/go-git/go-git/releases/tag/v5.5.0)

[Compare Source](go-git/go-git@v5.4.2...v5.5.0)

#### What's Changed

-   \*: add collision resistent SHA1 implementation by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#618
-   \*: replace go-homedir with os.UserHomeDir by [@&#8203;mvdan](https://github.com/mvdan) in go-git/go-git#535
-   Remote: add RemoteURL to {Fetch,Pull,Push}Options by [@&#8203;noerw](https://github.com/noerw) in go-git/go-git#375
-   Remote: Push, add support to push commits per hashes by [@&#8203;tjamet](https://github.com/tjamet) in go-git/go-git#325
-   Remote: Push, add ForceWithLease Push Option by [@&#8203;john-cai](https://github.com/john-cai) in go-git/go-git#404
-   Remote: PushOptions add push-options by [@&#8203;S-Bohn](https://github.com/S-Bohn) in go-git/go-git#399
-   Remote: Push, add atomic to push options by [@&#8203;john-cai](https://github.com/john-cai) in go-git/go-git#406
-   Remote: add FollowTags option for pushes by [@&#8203;john-cai](https://github.com/john-cai) in go-git/go-git#385
-   Worktree: use syscall.Timespec.Unix by [@&#8203;tklauser](https://github.com/tklauser) in go-git/go-git#437
-   Worktree: Checkout, simplified sparse checkout by [@&#8203;john-cai](https://github.com/john-cai) in go-git/go-git#410
-   Repository: don't crash accessing invalid pathinfo by [@&#8203;muesli](https://github.com/muesli) in go-git/go-git#443
-   storage: filesystem, switch from os.SEEK_\* to io.Seek\* by [@&#8203;abhinav](https://github.com/abhinav) in go-git/go-git#421
-   config: add branch description support by [@&#8203;ninedraft](https://github.com/ninedraft) in go-git/go-git#409
-   revision: fix endless looping in revision parser by [@&#8203;michenriksen](https://github.com/michenriksen) in go-git/go-git#475
-   pumbling: optimise zlib reader and consolidate sync.Pools by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#608
-   pumbling: parse optimisations by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#602
-   plumbing: object, rename calculation uses too much memory by [@&#8203;jfontan](https://github.com/jfontan) in go-git/go-git#503
-   plumbing: protocol/pakp and server, include the contents of `GO_GIT_USER_AGENT_EXTRA`. Fixes [#&#8203;529](go-git/go-git#529) by [@&#8203;stewing](https://github.com/stewing) in go-git/go-git#531
-   plumbing: protocol/pakp, avoid duplicate encoding when overriding a Capability value. by [@&#8203;tylerchr](https://github.com/tylerchr) in go-git/go-git#521
-   plumbing: protocol/pakp, update agent by [@&#8203;caarlos0](https://github.com/caarlos0) in go-git/go-git#453
-   plumbing: protocol/pakp: Actions should have type Action by [@&#8203;abhinav](https://github.com/abhinav) in go-git/go-git#420
-   plumbing: protocol/pakp: allow unsupported `multi_ack` capability by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#613
-   plumbing: transport/ssh, auto-populate HostKeyAlgorithms. Fixes [#&#8203;411](go-git/go-git#411) by [@&#8203;evanelias](https://github.com/evanelias) in go-git/go-git#548
-   pumbling: format/packfile, resolve external reference delta by [@&#8203;ga-paul-t](https://github.com/ga-paul-t) in go-git/go-git#392
-   plumbing: format/packfile, prevent large objects from being read into memory completely by [@&#8203;zeripath](https://github.com/zeripath) in go-git/go-git#330
-   plumbing: format/index, support v3 index by [@&#8203;john-cai](https://github.com/john-cai) in go-git/go-git#407
-   plumbing: format/gitignore, Read .git/info/exclude file too. by [@&#8203;enisdenjo](https://github.com/enisdenjo) in go-git/go-git#402
-   plumbing: format/gitattributes, Avoid index out of range  by [@&#8203;To1ne](https://github.com/To1ne) in go-git/go-git#598
-   plumbing: format/config, Branch name with hash can be cloned. Fixes [#&#8203;309](go-git/go-git#309) by [@&#8203;dowy](https://github.com/dowy) in go-git/go-git#354
-   go.mod: update github.com/xanzy/ssh-agent to v0.3.1 by [@&#8203;tklauser](https://github.com/tklauser) in go-git/go-git#403
-   go.mod: update dependencies to remove supply chain CVEs by [@&#8203;pjbgf](https://github.com/pjbgf) in go-git/go-git#620
-   examples: added "tag find if head is tagged" by [@&#8203;snebel29](https://github.com/snebel29) in go-git/go-git#374
-   examples: remote fix typo by [@&#8203;nep-0](https://github.com/nep-0) in go-git/go-git#408

**Full Changelog**: go-git/go-git@v5.4.2...v5.5.0

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Reviewed-on: https://gitea.com/gitea/tea/pulls/578
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
amenowanna added a commit to mergestat/mergestat that referenced this pull request Mar 13, 2024
…rity] (#1148)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
`v5.5.2` -> `v5.11.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-git%2fgo-git%2fv5/v5.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-git%2fgo-git%2fv5/v5.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-git%2fgo-git%2fv5/v5.5.2/v5.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-git%2fgo-git%2fv5/v5.5.2/v5.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

### GitHub Vulnerability Alerts

####
[CVE-2023-49568](https://togithub.com/go-git/go-git/security/advisories/GHSA-mw99-9chc-xw7r)

### Impact
A denial of service (DoS) vulnerability was discovered in go-git
versions prior to `v5.11`. This vulnerability allows an attacker to
perform denial of service attacks by providing specially crafted
responses from a Git server which triggers resource exhaustion in
`go-git` clients.

Applications using only the in-memory filesystem supported by `go-git`
are not affected by this vulnerability.
This is a `go-git` implementation issue and does not affect the upstream
`git` cli.

### Patches
Users running versions of `go-git` from `v4` and above are recommended
to upgrade to `v5.11` in order to mitigate this vulnerability.

### Workarounds
In cases where a bump to the latest version of `go-git` is not possible,
we recommend limiting its use to only trust-worthy Git servers.

## Credit
Thanks to Ionut Lalu for responsibly disclosing this vulnerability to
us.

### References
-
[GHSA-mw99-9chc-xw7r](https://togithub.com/go-git/go-git/security/advisories/GHSA-mw99-9chc-xw7r)

####
[CVE-2023-49569](https://togithub.com/go-git/go-git/security/advisories/GHSA-449p-3h89-pw88)

### Impact
A path traversal vulnerability was discovered in go-git versions prior
to `v5.11`. This vulnerability allows an attacker to create and amend
files across the filesystem. In the worse case scenario, remote code
execution could be achieved.

Applications are only affected if they are using the
[ChrootOS](https://pkg.go.dev/github.com/go-git/go-billy/v5/osfs#ChrootOS),
which is the default when using "Plain" versions of Open and Clone funcs
(e.g. PlainClone). Applications using
[BoundOS](https://pkg.go.dev/github.com/go-git/go-billy/v5/osfs#BoundOS)
or in-memory filesystems are not affected by this issue.
This is a `go-git` implementation issue and does not affect the upstream
`git` cli.

### Patches
Users running versions of `go-git` from `v4` and above are recommended
to upgrade to `v5.11` in order to mitigate this vulnerability.

### Workarounds
In cases where a bump to the latest version of `go-git` is not possible
in a timely manner, we recommend limiting its use to only trust-worthy
Git servers.

## Credit
Thanks to Ionut Lalu for responsibly disclosing this vulnerability to
us.

---

### Release Notes

<details>
<summary>go-git/go-git (github.com/go-git/go-git/v5)</summary>

### [`v5.11.0`](https://togithub.com/go-git/go-git/releases/tag/v5.11.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.10.1...v5.11.0)

#### What's Changed

- git: validate reference names
([#&#8203;929](https://togithub.com/go-git/go-git/issues/929)) by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[go-git/go-git#950
- git: stop iterating at oldest shallow when pulling. Fixes
[#&#8203;305](https://togithub.com/go-git/go-git/issues/305) by
[@&#8203;dhoizner](https://togithub.com/dhoizner) in
[go-git/go-git#939
- plumbing: object, enable renames in getFileStatsFromFilePatches by
[@&#8203;djmoch](https://togithub.com/djmoch) in
[go-git/go-git#941
- storage: filesystem, Add option to set a specific FS for alternates by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#953
- Align worktree validation with upstream and remove build warnings by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#958

#### New Contributors

- [@&#8203;dhoizner](https://togithub.com/dhoizner) made their first
contribution in
[go-git/go-git#939
- [@&#8203;djmoch](https://togithub.com/djmoch) made their first
contribution in
[go-git/go-git#941

**Full Changelog**:
go-git/go-git@v5.10.1...v5.11.0

### [`v5.10.1`](https://togithub.com/go-git/go-git/releases/tag/v5.10.1)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.10.0...v5.10.1)

#### What's Changed

- Worktree, ignore ModeSocket files by
[@&#8203;steiler](https://togithub.com/steiler) in
[go-git/go-git#930
- git: add tracer package by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[go-git/go-git#916
- remote: Flip clause for fast-forward only check by
[@&#8203;adityasaky](https://togithub.com/adityasaky) in
[go-git/go-git#875
- plumbing: transport/ssh, Fix nil pointer dereference caused when an
unreachable proxy server is set. Fixes
[#&#8203;900](https://togithub.com/go-git/go-git/issues/900) by
[@&#8203;anandf](https://togithub.com/anandf) in
[go-git/go-git#901
- plumbing: uppload-server-info, implement upload-server-info by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[go-git/go-git#896
- plumbing: optimise memory consumption for filesystem storage by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#799
- plumbing: format/packfile, Refactor patch delta by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#908
- plumbing: fix empty uploadpack request error by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[go-git/go-git#932
- plumbing: transport/git, Improve tests error message by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#752
- plumbing: format/pktline, Respect pktline error-line errors by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[go-git/go-git#936
- utils: remove ioutil.Pipe and use std library io.Pipe by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[go-git/go-git#922
- utils: move trace to utils by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[go-git/go-git#931
- cli: separate go module for cli by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[go-git/go-git#914
- build: bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[go-git/go-git#887
- build: bump actions/setup-go from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[go-git/go-git#891
- build: bump github.com/skeema/knownhosts from 1.2.0 to 1.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[go-git/go-git#888
- build: bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[go-git/go-git#890
- build: bump golang.org/x/sys from 0.13.0 to 0.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[go-git/go-git#907
- build: bump golang.org/x/text from 0.13.0 to 0.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[go-git/go-git#906
- build: bump golang.org/x/crypto from 0.14.0 to 0.15.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[go-git/go-git#917
- build: bump golang.org/x/net from 0.17.0 to 0.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[go-git/go-git#918

#### New Contributors

- [@&#8203;anandf](https://togithub.com/anandf) made their first
contribution in
[go-git/go-git#901
- [@&#8203;steiler](https://togithub.com/steiler) made their first
contribution in
[go-git/go-git#930

**Full Changelog**:
go-git/go-git@v5.10.0...v5.10.1

### [`v5.10.0`](https://togithub.com/go-git/go-git/releases/tag/v5.10.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.9.0...v5.10.0)

#### What's Changed

- PlainInitOptions.Bare and allow using InitOptions with
PlainInitWithOptions by
[@&#8203;ThinkChaos](https://togithub.com/ThinkChaos) in
[go-git/go-git#782
- Worktree, apply ProxyOption on Pull by
[@&#8203;nodivbyzero](https://togithub.com/nodivbyzero) in
[go-git/go-git#840
- Repository: add clone --shared feature by
[@&#8203;enverbisevac](https://togithub.com/enverbisevac) in
[go-git/go-git#860
- build: Add github workflow to check commit message format by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#867
- Improve handling of remote errors by
[@&#8203;makkes](https://togithub.com/makkes) in
[go-git/go-git#866
- build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[go-git/go-git#873
- plumbing: commitgraph, Add generation v2 support by
[@&#8203;zeripath](https://togithub.com/zeripath) in
[go-git/go-git#869
- plumbing: protocol/packp, Add validation for decodeLine by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#868
- plumbing: parse the encoding header of the commit object by
[@&#8203;liwenqiu](https://togithub.com/liwenqiu) in
[go-git/go-git#761
- plumbing: commitgraph, allow SHA256 commit-graphs by
[@&#8203;zeripath](https://togithub.com/zeripath) in
[go-git/go-git#853
- plumbing: commitgraph, Allow reading commit-graph chains by
[@&#8203;zeripath](https://togithub.com/zeripath) in
[go-git/go-git#854
- plumbing/object: Support mergetag in merge commits by
[@&#8203;adityasaky](https://togithub.com/adityasaky) in
[go-git/go-git#847

#### New Contributors

- [@&#8203;nodivbyzero](https://togithub.com/nodivbyzero) made their
first contribution in
[go-git/go-git#840
- [@&#8203;adityasaky](https://togithub.com/adityasaky) made their first
contribution in
[go-git/go-git#847
- [@&#8203;hezhizhen](https://togithub.com/hezhizhen) made their first
contribution in
[go-git/go-git#836
- [@&#8203;0x34d](https://togithub.com/0x34d) made their first
contribution in
[go-git/go-git#855
- [@&#8203;liwenqiu](https://togithub.com/liwenqiu) made their first
contribution in
[go-git/go-git#761
- [@&#8203;enverbisevac](https://togithub.com/enverbisevac) made their
first contribution in
[go-git/go-git#860
- [@&#8203;makkes](https://togithub.com/makkes) made their first
contribution in
[go-git/go-git#866

**Full Changelog**:
go-git/go-git@v5.9.0...v5.10.0

### [`v5.9.0`](https://togithub.com/go-git/go-git/releases/tag/v5.9.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.8.1...v5.9.0)

#### What's Changed

- git: worktree: add Amend option to CommitOptions by
[@&#8203;john-cai](https://togithub.com/john-cai) in
[go-git/go-git#438
- git: worktree, reset ignored files that are part of the worktree:
Fixes [#&#8203;819](https://togithub.com/go-git/go-git/issues/819) by
[@&#8203;daolis](https://togithub.com/daolis) in
[go-git/go-git#821
- plumbing: Do not swallow http message coming from VCS providers by
[@&#8203;matejrisek](https://togithub.com/matejrisek) in
[go-git/go-git#835
- plumbing: transport, handle IPv6 while parsing endpoint. Fixes
[#&#8203;740](https://togithub.com/go-git/go-git/issues/740) by
[@&#8203;ninedraft](https://togithub.com/ninedraft) in
[go-git/go-git#820
- \*: update goproxy dependency to fix CVE-2023-37788 vulnerability by
[@&#8203;svghadi](https://togithub.com/svghadi) in
[go-git/go-git#832
- \*: bump dependencies and Go to 1.19 by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#837

#### New Contributors

- [@&#8203;svghadi](https://togithub.com/svghadi) made their first
contribution in
[go-git/go-git#832
- [@&#8203;daolis](https://togithub.com/daolis) made their first
contribution in
[go-git/go-git#821

**Full Changelog**:
go-git/go-git@v5.8.1...v5.9.0

### [`v5.8.1`](https://togithub.com/go-git/go-git/releases/tag/v5.8.1)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.8.0...v5.8.1)

#### What's Changed

- \*: Bump dependencies by [@&#8203;pjbgf](https://togithub.com/pjbgf)
in
[go-git/go-git#815

**Full Changelog**:
go-git/go-git@v5.8.0...v5.8.1

### [`v5.8.0`](https://togithub.com/go-git/go-git/releases/tag/v5.8.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.7.0...v5.8.0)

#### What's Changed

- git: Fix fetching after shallow clone. Fixes
[#&#8203;305](https://togithub.com/go-git/go-git/issues/305) by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[go-git/go-git#778
- git: enable fetch with unqualified references by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[go-git/go-git#762
- git: don't add to want if exists, shallow and depth 1 by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[go-git/go-git#763
- git: Clone HEAD should not force master. Fixes
[#&#8203;363](https://togithub.com/go-git/go-git/issues/363) by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[go-git/go-git#758
- git: fix the issue with submodules having the SCP style URL fail due
to the wrong URL parsing by
[@&#8203;matejrisek](https://togithub.com/matejrisek) in
[go-git/go-git#756
- git: add a clone option to allow for shallow cloning of submodules by
[@&#8203;matejrisek](https://togithub.com/matejrisek) in
[go-git/go-git#765
- worktree: minor speedup for `doAddDirectory` by
[@&#8203;ThinkChaos](https://togithub.com/ThinkChaos) in
[go-git/go-git#702
- \_examples: Remove wrong comment by
[@&#8203;pascal-hofmann](https://togithub.com/pascal-hofmann) in
[go-git/go-git#357
- \*: Handle paths starting with tilde by
[@&#8203;ricci2511](https://togithub.com/ricci2511) in
[go-git/go-git#808
- \*: Handle paths starting with ~Username by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[go-git/go-git#809
- storage: filesystem/dotgit, add support for tmp_objdir prefix by
[@&#8203;L11R](https://togithub.com/L11R) in
[go-git/go-git#812
- plumbing: gitignore, replace user dir in path by
[@&#8203;Jleagle](https://togithub.com/Jleagle) in
[go-git/go-git#772
- plumbing: gitignore, fix incorrect parsing. Fixes
[#&#8203;500](https://togithub.com/go-git/go-git/issues/500) by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[go-git/go-git#781
- plumbing: http, Fix empty repos on Git v2.41+ by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#802
- plumbing: packp, A request is not empty if it contains shallows. Fixes
[#&#8203;328](https://togithub.com/go-git/go-git/issues/328) by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[go-git/go-git#792
- plumbing: blame, Complete rewrite. Fixes
[#&#8203;603](https://togithub.com/go-git/go-git/issues/603) by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[go-git/go-git#789
- plumbing: gitignore, Allow gitconfig to contain a gitignore relative
to any user home. Fixes
[#&#8203;578](https://togithub.com/go-git/go-git/issues/578) by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[go-git/go-git#785

#### New Contributors

- [@&#8203;Jleagle](https://togithub.com/Jleagle) made their first
contribution in
[go-git/go-git#772
- [@&#8203;pascal-hofmann](https://togithub.com/pascal-hofmann) made
their first contribution in
[go-git/go-git#357
- [@&#8203;ricci2511](https://togithub.com/ricci2511) made their first
contribution in
[go-git/go-git#808
- [@&#8203;L11R](https://togithub.com/L11R) made their first
contribution in
[go-git/go-git#812

**Full Changelog**:
go-git/go-git@v5.7.0...v5.7.1

### [`v5.7.0`](https://togithub.com/go-git/go-git/releases/tag/v5.7.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.6.1...v5.7.0)

#### What's Changed

- \*: Add support for initializing SHA256 repositories by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#707
- git: add mirror clone option by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[go-git/go-git#735
- git: Add support to ls-remote with peeled references. Fixes
[#&#8203;749](https://togithub.com/go-git/go-git/issues/749) by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#750
- git: fix cloning with branch name by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[go-git/go-git#755
- git: Worktree, add check to see if file already checked in. Fixes
[#&#8203;718](https://togithub.com/go-git/go-git/issues/718) by
[@&#8203;cbbm142](https://togithub.com/cbbm142) in
[go-git/go-git#719
- git: Worktree, git grep bare repositories by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[go-git/go-git#728
- git: Add Depth to SubmoduleUpdateOptions by
[@&#8203;matejrisek](https://togithub.com/matejrisek) in
[go-git/go-git#754
- git: Testing, Fix tests not cleaning temp folders by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[go-git/go-git#769
- git: remote, add support for a configurable timeout. by
[@&#8203;andrewpollock](https://togithub.com/andrewpollock) in
[go-git/go-git#753
- git: Allow Initial Branch to be configurable by
[@&#8203;techknowlogick](https://togithub.com/techknowlogick) in
[go-git/go-git#764
- storage: filesystem/dotgit, Improve load packed-refs by
[@&#8203;fcharlie](https://togithub.com/fcharlie) in
[go-git/go-git#743
- storage: filesystem, Populate index before use. Fixes
[#&#8203;148](https://togithub.com/go-git/go-git/issues/148) by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[go-git/go-git#722
- plumbing: resolve non-external delta references by
[@&#8203;ZauberNerd](https://togithub.com/ZauberNerd) in
[go-git/go-git#485
- plumbing/transport: fix regression in scp-like match by
[@&#8203;jotadrilo](https://togithub.com/jotadrilo) in
[go-git/go-git#715
- plumbing/transport: Add support for custom proxy settings by
[@&#8203;aryan9600](https://togithub.com/aryan9600) in
[go-git/go-git#744
- \*: small fixes across the codebase by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#770
- \*: bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[go-git/go-git#776
- \*: bump dependencies by [@&#8203;pjbgf](https://togithub.com/pjbgf)
in
[go-git/go-git#748
- \*: bump Go version to 1.18 on go.mod by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#774
- \*: add Codeql workflow and bump dependencies by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#775
- ci: fix upstream git build for master branch by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#739

#### New Contributors

- [@&#8203;ZauberNerd](https://togithub.com/ZauberNerd) made their first
contribution in
[go-git/go-git#485
- [@&#8203;jotadrilo](https://togithub.com/jotadrilo) made their first
contribution in
[go-git/go-git#715
- [@&#8203;fcharlie](https://togithub.com/fcharlie) made their first
contribution in
[go-git/go-git#743
- [@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) made their
first contribution in
[go-git/go-git#755
- [@&#8203;cbbm142](https://togithub.com/cbbm142) made their first
contribution in
[go-git/go-git#719
- [@&#8203;aryan9600](https://togithub.com/aryan9600) made their first
contribution in
[go-git/go-git#744
- [@&#8203;matejrisek](https://togithub.com/matejrisek) made their first
contribution in
[go-git/go-git#754
- [@&#8203;andrewpollock](https://togithub.com/andrewpollock) made their
first contribution in
[go-git/go-git#753
- [@&#8203;techknowlogick](https://togithub.com/techknowlogick) made
their first contribution in
[go-git/go-git#764

**Full Changelog**:
go-git/go-git@v5.6.1...v5.7.0

### [`v5.6.1`](https://togithub.com/go-git/go-git/releases/tag/v5.6.1)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.6.0...v5.6.1)

#### What's Changed

- plumbing/transport: don't use the `firstErrLine` when it is empty by
[@&#8203;ThinkChaos](https://togithub.com/ThinkChaos) in
[go-git/go-git#682
- plumbing/transport: ssh, unable to pass a custom HostKeyCallback func
by [@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[go-git/go-git#655
- storage/filesystem: dotgit: fix a filesystem race in
Refs/walkReferencesTree by
[@&#8203;MichaelMure](https://togithub.com/MichaelMure) in
[go-git/go-git#659
- \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[go-git/go-git#684
- \*: bump dependencies by [@&#8203;pjbgf](https://togithub.com/pjbgf)
in
[go-git/go-git#697
- \*: fix panic for empty revisions by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#696
- ci: bump GitHub actions, enable go test race detection and stop using
developer's GPG keys during test execution by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#701

**Full Changelog**:
go-git/go-git@v5.6.0...v5.6.1

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[go-git/go-git#671
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[go-git/go-git#688
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[go-git/go-git#690

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/mergestat/mergestat).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider keeping go-git as "pure Go" library
2 participants