2019-04-25 17:06:53 +00:00
|
|
|
module code.gitea.io/tea
|
|
|
|
|
2023-09-10 03:47:43 +00:00
|
|
|
go 1.20
|
2019-04-25 17:06:53 +00:00
|
|
|
|
|
|
|
require (
|
2023-09-08 01:40:02 +00:00
|
|
|
code.gitea.io/gitea-vet v0.2.3
|
2024-01-08 19:02:29 +00:00
|
|
|
code.gitea.io/sdk/gitea v0.17.1
|
2022-08-22 13:14:09 +00:00
|
|
|
gitea.com/noerw/unidiff-comments v0.0.0-20220822113322-50f4daa0e35c
|
2023-09-08 01:06:28 +00:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.3.7
|
2022-09-13 17:52:44 +00:00
|
|
|
github.com/adrg/xdg v0.4.0
|
2021-08-30 15:18:50 +00:00
|
|
|
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
|
2023-09-08 01:06:11 +00:00
|
|
|
github.com/charmbracelet/glamour v0.6.0
|
2021-10-01 08:13:32 +00:00
|
|
|
github.com/enescakir/emoji v1.0.0
|
2023-12-26 18:36:37 +00:00
|
|
|
github.com/go-git/go-git/v5 v5.11.0
|
2023-09-08 01:53:03 +00:00
|
|
|
github.com/muesli/termenv v0.15.2
|
2022-06-10 14:31:24 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
2023-09-08 01:06:46 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2023-09-10 03:59:02 +00:00
|
|
|
github.com/urfave/cli/v2 v2.25.7
|
2024-03-07 04:04:35 +00:00
|
|
|
golang.org/x/crypto v0.21.0
|
2024-03-06 04:38:27 +00:00
|
|
|
golang.org/x/term v0.18.0
|
2023-09-09 03:38:09 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2022-06-10 14:31:24 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
fix(deps): update module github.com/go-git/go-git/v5 to v5.8.1 (#578)
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](https://github.com/go-git/go-git/compare/v5.8.0...v5.8.1)
#### What's Changed
- \*: Bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/815
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.8.0...v5.8.1
### [`v5.8.0`](https://github.com/go-git/go-git/releases/tag/v5.8.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.7.0...v5.8.0)
#### What's Changed
- git: Fix fetching after shallow clone. Fixes [#​305](https://github.com/go-git/go-git/issues/305) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/778
- git: enable fetch with unqualified references by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/762
- git: don't add to want if exists, shallow and depth 1 by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/763
- git: Clone HEAD should not force master. Fixes [#​363](https://github.com/go-git/go-git/issues/363) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/758
- git: fix the issue with submodules having the SCP style URL fail due to the wrong URL parsing by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/756
- git: add a clone option to allow for shallow cloning of submodules by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/765
- worktree: minor speedup for `doAddDirectory` by [@​ThinkChaos](https://github.com/ThinkChaos) in https://github.com/go-git/go-git/pull/702
- \_examples: Remove wrong comment by [@​pascal-hofmann](https://github.com/pascal-hofmann) in https://github.com/go-git/go-git/pull/357
- \*: Handle paths starting with tilde by [@​ricci2511](https://github.com/ricci2511) in https://github.com/go-git/go-git/pull/808
- \*: Handle paths starting with ~Username by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/809
- storage: filesystem/dotgit, add support for tmp_objdir prefix by [@​L11R](https://github.com/L11R) in https://github.com/go-git/go-git/pull/812
- plumbing: gitignore, replace user dir in path by [@​Jleagle](https://github.com/Jleagle) in https://github.com/go-git/go-git/pull/772
- plumbing: gitignore, fix incorrect parsing. Fixes [#​500](https://github.com/go-git/go-git/issues/500) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/781
- plumbing: http, Fix empty repos on Git v2.41+ by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/802
- plumbing: packp, A request is not empty if it contains shallows. Fixes [#​328](https://github.com/go-git/go-git/issues/328) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/792
- plumbing: blame, Complete rewrite. Fixes [#​603](https://github.com/go-git/go-git/issues/603) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/789
- plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any user home. Fixes [#​578](https://github.com/go-git/go-git/issues/578) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/785
#### New Contributors
- [@​Jleagle](https://github.com/Jleagle) made their first contribution in https://github.com/go-git/go-git/pull/772
- [@​pascal-hofmann](https://github.com/pascal-hofmann) made their first contribution in https://github.com/go-git/go-git/pull/357
- [@​ricci2511](https://github.com/ricci2511) made their first contribution in https://github.com/go-git/go-git/pull/808
- [@​L11R](https://github.com/L11R) made their first contribution in https://github.com/go-git/go-git/pull/812
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.7.0...v5.7.1
### [`v5.7.0`](https://github.com/go-git/go-git/releases/tag/v5.7.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0)
#### What's Changed
- \*: Add support for initializing SHA256 repositories by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/707
- git: add mirror clone option by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/735
- git: Add support to ls-remote with peeled references. Fixes [#​749](https://github.com/go-git/go-git/issues/749) by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/750
- git: fix cloning with branch name by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/755
- git: Worktree, add check to see if file already checked in. Fixes [#​718](https://github.com/go-git/go-git/issues/718) by [@​cbbm142](https://github.com/cbbm142) in https://github.com/go-git/go-git/pull/719
- git: Worktree, git grep bare repositories by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/728
- git: Add Depth to SubmoduleUpdateOptions by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/754
- git: Testing, Fix tests not cleaning temp folders by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/769
- git: remote, add support for a configurable timeout. by [@​andrewpollock](https://github.com/andrewpollock) in https://github.com/go-git/go-git/pull/753
- git: Allow Initial Branch to be configurable by [@​techknowlogick](https://github.com/techknowlogick) in https://github.com/go-git/go-git/pull/764
- storage: filesystem/dotgit, Improve load packed-refs by [@​fcharlie](https://github.com/fcharlie) in https://github.com/go-git/go-git/pull/743
- storage: filesystem, Populate index before use. Fixes [#​148](https://github.com/go-git/go-git/issues/148) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/722
- plumbing: resolve non-external delta references by [@​ZauberNerd](https://github.com/ZauberNerd) in https://github.com/go-git/go-git/pull/485
- plumbing/transport: fix regression in scp-like match by [@​jotadrilo](https://github.com/jotadrilo) in https://github.com/go-git/go-git/pull/715
- plumbing/transport: Add support for custom proxy settings by [@​aryan9600](https://github.com/aryan9600) in https://github.com/go-git/go-git/pull/744
- \*: small fixes across the codebase by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/770
- \*: bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by [@​dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/776
- \*: bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/748
- \*: bump Go version to 1.18 on go.mod by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/774
- \*: add Codeql workflow and bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/775
- ci: fix upstream git build for master branch by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/739
#### New Contributors
- [@​ZauberNerd](https://github.com/ZauberNerd) made their first contribution in https://github.com/go-git/go-git/pull/485
- [@​jotadrilo](https://github.com/jotadrilo) made their first contribution in https://github.com/go-git/go-git/pull/715
- [@​fcharlie](https://github.com/fcharlie) made their first contribution in https://github.com/go-git/go-git/pull/743
- [@​AriehSchneier](https://github.com/AriehSchneier) made their first contribution in https://github.com/go-git/go-git/pull/755
- [@​cbbm142](https://github.com/cbbm142) made their first contribution in https://github.com/go-git/go-git/pull/719
- [@​aryan9600](https://github.com/aryan9600) made their first contribution in https://github.com/go-git/go-git/pull/744
- [@​matejrisek](https://github.com/matejrisek) made their first contribution in https://github.com/go-git/go-git/pull/754
- [@​andrewpollock](https://github.com/andrewpollock) made their first contribution in https://github.com/go-git/go-git/pull/753
- [@​techknowlogick](https://github.com/techknowlogick) made their first contribution in https://github.com/go-git/go-git/pull/764
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0
### [`v5.6.1`](https://github.com/go-git/go-git/releases/tag/v5.6.1)
[Compare Source](https://github.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 [@​ThinkChaos](https://github.com/ThinkChaos) in https://github.com/go-git/go-git/pull/682
- plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/655
- storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://github.com/MichaelMure) in https://github.com/go-git/go-git/pull/659
- \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/684
- \*: bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/697
- \*: fix panic for empty revisions by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/696
- ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/701
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.0...v5.6.1
### [`v5.6.0`](https://github.com/go-git/go-git/releases/tag/v5.6.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0)
#### What's Changed
- Worktree, check for empty parent dirs during Reset (Fixes [#​670](https://github.com/go-git/go-git/issues/670)) by [@​mbohy](https://github.com/mbohy) in https://github.com/go-git/go-git/pull/671
- \*: remove need to build with CGO by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/688
- plumbing: support SSH/X509 signed tags by [@​hiddeco](https://github.com/hiddeco) in https://github.com/go-git/go-git/pull/690
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0
### [`v5.5.2`](https://github.com/go-git/go-git/releases/tag/v5.5.2)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2)
#### What's Changed
- \*: update go-billy v5.4.0, removes data races. Fixes [#​629](https://github.com/go-git/go-git/issues/629) by [@​mcuadros](https://github.com/mcuadros) in https://github.com/go-git/go-git/pull/653
- Worktree: Add, fix add removed files. Fixes [#​223](https://github.com/go-git/go-git/issues/223) by [@​tfujiwar](https://github.com/tfujiwar) in https://github.com/go-git/go-git/pull/652
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2
### [`v5.5.1`](https://github.com/go-git/go-git/releases/tag/v5.5.1)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1)
#### What's Changed
- \*: fix error when building with `CGO_ENABLED=0` by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/625
- plumbing: transport/ssh: fix panic on Windows 10 with paegent as ssh-agent by [@​doxsch](https://github.com/doxsch) in https://github.com/go-git/go-git/pull/617
- CommitOptions: AllowEmptyCommits, return an error instead of creating empty commits by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/623
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1
### [`v5.5.0`](https://github.com/go-git/go-git/releases/tag/v5.5.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.4.2...v5.5.0)
#### What's Changed
- \*: add collision resistent SHA1 implementation by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/618
- \*: replace go-homedir with os.UserHomeDir by [@​mvdan](https://github.com/mvdan) in https://github.com/go-git/go-git/pull/535
- Remote: add RemoteURL to {Fetch,Pull,Push}Options by [@​noerw](https://github.com/noerw) in https://github.com/go-git/go-git/pull/375
- Remote: Push, add support to push commits per hashes by [@​tjamet](https://github.com/tjamet) in https://github.com/go-git/go-git/pull/325
- Remote: Push, add ForceWithLease Push Option by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/404
- Remote: PushOptions add push-options by [@​S-Bohn](https://github.com/S-Bohn) in https://github.com/go-git/go-git/pull/399
- Remote: Push, add atomic to push options by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/406
- Remote: add FollowTags option for pushes by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/385
- Worktree: use syscall.Timespec.Unix by [@​tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/437
- Worktree: Checkout, simplified sparse checkout by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/410
- Repository: don't crash accessing invalid pathinfo by [@​muesli](https://github.com/muesli) in https://github.com/go-git/go-git/pull/443
- storage: filesystem, switch from os.SEEK_\* to io.Seek\* by [@​abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/421
- config: add branch description support by [@​ninedraft](https://github.com/ninedraft) in https://github.com/go-git/go-git/pull/409
- revision: fix endless looping in revision parser by [@​michenriksen](https://github.com/michenriksen) in https://github.com/go-git/go-git/pull/475
- pumbling: optimise zlib reader and consolidate sync.Pools by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/608
- pumbling: parse optimisations by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/602
- plumbing: object, rename calculation uses too much memory by [@​jfontan](https://github.com/jfontan) in https://github.com/go-git/go-git/pull/503
- plumbing: protocol/pakp and server, include the contents of `GO_GIT_USER_AGENT_EXTRA`. Fixes [#​529](https://github.com/go-git/go-git/issues/529) by [@​stewing](https://github.com/stewing) in https://github.com/go-git/go-git/pull/531
- plumbing: protocol/pakp, avoid duplicate encoding when overriding a Capability value. by [@​tylerchr](https://github.com/tylerchr) in https://github.com/go-git/go-git/pull/521
- plumbing: protocol/pakp, update agent by [@​caarlos0](https://github.com/caarlos0) in https://github.com/go-git/go-git/pull/453
- plumbing: protocol/pakp: Actions should have type Action by [@​abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/420
- plumbing: protocol/pakp: allow unsupported `multi_ack` capability by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/613
- plumbing: transport/ssh, auto-populate HostKeyAlgorithms. Fixes [#​411](https://github.com/go-git/go-git/issues/411) by [@​evanelias](https://github.com/evanelias) in https://github.com/go-git/go-git/pull/548
- pumbling: format/packfile, resolve external reference delta by [@​ga-paul-t](https://github.com/ga-paul-t) in https://github.com/go-git/go-git/pull/392
- plumbing: format/packfile, prevent large objects from being read into memory completely by [@​zeripath](https://github.com/zeripath) in https://github.com/go-git/go-git/pull/330
- plumbing: format/index, support v3 index by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/407
- plumbing: format/gitignore, Read .git/info/exclude file too. by [@​enisdenjo](https://github.com/enisdenjo) in https://github.com/go-git/go-git/pull/402
- plumbing: format/gitattributes, Avoid index out of range by [@​To1ne](https://github.com/To1ne) in https://github.com/go-git/go-git/pull/598
- plumbing: format/config, Branch name with hash can be cloned. Fixes [#​309](https://github.com/go-git/go-git/issues/309) by [@​dowy](https://github.com/dowy) in https://github.com/go-git/go-git/pull/354
- go.mod: update github.com/xanzy/ssh-agent to v0.3.1 by [@​tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/403
- go.mod: update dependencies to remove supply chain CVEs by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/620
- examples: added "tag find if head is tagged" by [@​snebel29](https://github.com/snebel29) in https://github.com/go-git/go-git/pull/374
- examples: remote fix typo by [@​nep-0](https://github.com/nep-0) in https://github.com/go-git/go-git/pull/408
**Full Changelog**: https://github.com/go-git/go-git/compare/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>
2023-09-08 01:01:32 +00:00
|
|
|
dario.cat/mergo v1.0.0 // indirect
|
|
|
|
github.com/Microsoft/go-winio v0.6.1 // indirect
|
2023-09-13 18:52:54 +00:00
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
|
fix(deps): update module github.com/go-git/go-git/v5 to v5.8.1 (#578)
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](https://github.com/go-git/go-git/compare/v5.8.0...v5.8.1)
#### What's Changed
- \*: Bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/815
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.8.0...v5.8.1
### [`v5.8.0`](https://github.com/go-git/go-git/releases/tag/v5.8.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.7.0...v5.8.0)
#### What's Changed
- git: Fix fetching after shallow clone. Fixes [#​305](https://github.com/go-git/go-git/issues/305) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/778
- git: enable fetch with unqualified references by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/762
- git: don't add to want if exists, shallow and depth 1 by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/763
- git: Clone HEAD should not force master. Fixes [#​363](https://github.com/go-git/go-git/issues/363) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/758
- git: fix the issue with submodules having the SCP style URL fail due to the wrong URL parsing by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/756
- git: add a clone option to allow for shallow cloning of submodules by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/765
- worktree: minor speedup for `doAddDirectory` by [@​ThinkChaos](https://github.com/ThinkChaos) in https://github.com/go-git/go-git/pull/702
- \_examples: Remove wrong comment by [@​pascal-hofmann](https://github.com/pascal-hofmann) in https://github.com/go-git/go-git/pull/357
- \*: Handle paths starting with tilde by [@​ricci2511](https://github.com/ricci2511) in https://github.com/go-git/go-git/pull/808
- \*: Handle paths starting with ~Username by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/809
- storage: filesystem/dotgit, add support for tmp_objdir prefix by [@​L11R](https://github.com/L11R) in https://github.com/go-git/go-git/pull/812
- plumbing: gitignore, replace user dir in path by [@​Jleagle](https://github.com/Jleagle) in https://github.com/go-git/go-git/pull/772
- plumbing: gitignore, fix incorrect parsing. Fixes [#​500](https://github.com/go-git/go-git/issues/500) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/781
- plumbing: http, Fix empty repos on Git v2.41+ by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/802
- plumbing: packp, A request is not empty if it contains shallows. Fixes [#​328](https://github.com/go-git/go-git/issues/328) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/792
- plumbing: blame, Complete rewrite. Fixes [#​603](https://github.com/go-git/go-git/issues/603) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/789
- plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any user home. Fixes [#​578](https://github.com/go-git/go-git/issues/578) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/785
#### New Contributors
- [@​Jleagle](https://github.com/Jleagle) made their first contribution in https://github.com/go-git/go-git/pull/772
- [@​pascal-hofmann](https://github.com/pascal-hofmann) made their first contribution in https://github.com/go-git/go-git/pull/357
- [@​ricci2511](https://github.com/ricci2511) made their first contribution in https://github.com/go-git/go-git/pull/808
- [@​L11R](https://github.com/L11R) made their first contribution in https://github.com/go-git/go-git/pull/812
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.7.0...v5.7.1
### [`v5.7.0`](https://github.com/go-git/go-git/releases/tag/v5.7.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0)
#### What's Changed
- \*: Add support for initializing SHA256 repositories by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/707
- git: add mirror clone option by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/735
- git: Add support to ls-remote with peeled references. Fixes [#​749](https://github.com/go-git/go-git/issues/749) by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/750
- git: fix cloning with branch name by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/755
- git: Worktree, add check to see if file already checked in. Fixes [#​718](https://github.com/go-git/go-git/issues/718) by [@​cbbm142](https://github.com/cbbm142) in https://github.com/go-git/go-git/pull/719
- git: Worktree, git grep bare repositories by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/728
- git: Add Depth to SubmoduleUpdateOptions by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/754
- git: Testing, Fix tests not cleaning temp folders by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/769
- git: remote, add support for a configurable timeout. by [@​andrewpollock](https://github.com/andrewpollock) in https://github.com/go-git/go-git/pull/753
- git: Allow Initial Branch to be configurable by [@​techknowlogick](https://github.com/techknowlogick) in https://github.com/go-git/go-git/pull/764
- storage: filesystem/dotgit, Improve load packed-refs by [@​fcharlie](https://github.com/fcharlie) in https://github.com/go-git/go-git/pull/743
- storage: filesystem, Populate index before use. Fixes [#​148](https://github.com/go-git/go-git/issues/148) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/722
- plumbing: resolve non-external delta references by [@​ZauberNerd](https://github.com/ZauberNerd) in https://github.com/go-git/go-git/pull/485
- plumbing/transport: fix regression in scp-like match by [@​jotadrilo](https://github.com/jotadrilo) in https://github.com/go-git/go-git/pull/715
- plumbing/transport: Add support for custom proxy settings by [@​aryan9600](https://github.com/aryan9600) in https://github.com/go-git/go-git/pull/744
- \*: small fixes across the codebase by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/770
- \*: bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by [@​dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/776
- \*: bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/748
- \*: bump Go version to 1.18 on go.mod by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/774
- \*: add Codeql workflow and bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/775
- ci: fix upstream git build for master branch by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/739
#### New Contributors
- [@​ZauberNerd](https://github.com/ZauberNerd) made their first contribution in https://github.com/go-git/go-git/pull/485
- [@​jotadrilo](https://github.com/jotadrilo) made their first contribution in https://github.com/go-git/go-git/pull/715
- [@​fcharlie](https://github.com/fcharlie) made their first contribution in https://github.com/go-git/go-git/pull/743
- [@​AriehSchneier](https://github.com/AriehSchneier) made their first contribution in https://github.com/go-git/go-git/pull/755
- [@​cbbm142](https://github.com/cbbm142) made their first contribution in https://github.com/go-git/go-git/pull/719
- [@​aryan9600](https://github.com/aryan9600) made their first contribution in https://github.com/go-git/go-git/pull/744
- [@​matejrisek](https://github.com/matejrisek) made their first contribution in https://github.com/go-git/go-git/pull/754
- [@​andrewpollock](https://github.com/andrewpollock) made their first contribution in https://github.com/go-git/go-git/pull/753
- [@​techknowlogick](https://github.com/techknowlogick) made their first contribution in https://github.com/go-git/go-git/pull/764
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0
### [`v5.6.1`](https://github.com/go-git/go-git/releases/tag/v5.6.1)
[Compare Source](https://github.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 [@​ThinkChaos](https://github.com/ThinkChaos) in https://github.com/go-git/go-git/pull/682
- plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/655
- storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://github.com/MichaelMure) in https://github.com/go-git/go-git/pull/659
- \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/684
- \*: bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/697
- \*: fix panic for empty revisions by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/696
- ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/701
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.0...v5.6.1
### [`v5.6.0`](https://github.com/go-git/go-git/releases/tag/v5.6.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0)
#### What's Changed
- Worktree, check for empty parent dirs during Reset (Fixes [#​670](https://github.com/go-git/go-git/issues/670)) by [@​mbohy](https://github.com/mbohy) in https://github.com/go-git/go-git/pull/671
- \*: remove need to build with CGO by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/688
- plumbing: support SSH/X509 signed tags by [@​hiddeco](https://github.com/hiddeco) in https://github.com/go-git/go-git/pull/690
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0
### [`v5.5.2`](https://github.com/go-git/go-git/releases/tag/v5.5.2)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2)
#### What's Changed
- \*: update go-billy v5.4.0, removes data races. Fixes [#​629](https://github.com/go-git/go-git/issues/629) by [@​mcuadros](https://github.com/mcuadros) in https://github.com/go-git/go-git/pull/653
- Worktree: Add, fix add removed files. Fixes [#​223](https://github.com/go-git/go-git/issues/223) by [@​tfujiwar](https://github.com/tfujiwar) in https://github.com/go-git/go-git/pull/652
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2
### [`v5.5.1`](https://github.com/go-git/go-git/releases/tag/v5.5.1)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1)
#### What's Changed
- \*: fix error when building with `CGO_ENABLED=0` by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/625
- plumbing: transport/ssh: fix panic on Windows 10 with paegent as ssh-agent by [@​doxsch](https://github.com/doxsch) in https://github.com/go-git/go-git/pull/617
- CommitOptions: AllowEmptyCommits, return an error instead of creating empty commits by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/623
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1
### [`v5.5.0`](https://github.com/go-git/go-git/releases/tag/v5.5.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.4.2...v5.5.0)
#### What's Changed
- \*: add collision resistent SHA1 implementation by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/618
- \*: replace go-homedir with os.UserHomeDir by [@​mvdan](https://github.com/mvdan) in https://github.com/go-git/go-git/pull/535
- Remote: add RemoteURL to {Fetch,Pull,Push}Options by [@​noerw](https://github.com/noerw) in https://github.com/go-git/go-git/pull/375
- Remote: Push, add support to push commits per hashes by [@​tjamet](https://github.com/tjamet) in https://github.com/go-git/go-git/pull/325
- Remote: Push, add ForceWithLease Push Option by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/404
- Remote: PushOptions add push-options by [@​S-Bohn](https://github.com/S-Bohn) in https://github.com/go-git/go-git/pull/399
- Remote: Push, add atomic to push options by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/406
- Remote: add FollowTags option for pushes by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/385
- Worktree: use syscall.Timespec.Unix by [@​tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/437
- Worktree: Checkout, simplified sparse checkout by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/410
- Repository: don't crash accessing invalid pathinfo by [@​muesli](https://github.com/muesli) in https://github.com/go-git/go-git/pull/443
- storage: filesystem, switch from os.SEEK_\* to io.Seek\* by [@​abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/421
- config: add branch description support by [@​ninedraft](https://github.com/ninedraft) in https://github.com/go-git/go-git/pull/409
- revision: fix endless looping in revision parser by [@​michenriksen](https://github.com/michenriksen) in https://github.com/go-git/go-git/pull/475
- pumbling: optimise zlib reader and consolidate sync.Pools by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/608
- pumbling: parse optimisations by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/602
- plumbing: object, rename calculation uses too much memory by [@​jfontan](https://github.com/jfontan) in https://github.com/go-git/go-git/pull/503
- plumbing: protocol/pakp and server, include the contents of `GO_GIT_USER_AGENT_EXTRA`. Fixes [#​529](https://github.com/go-git/go-git/issues/529) by [@​stewing](https://github.com/stewing) in https://github.com/go-git/go-git/pull/531
- plumbing: protocol/pakp, avoid duplicate encoding when overriding a Capability value. by [@​tylerchr](https://github.com/tylerchr) in https://github.com/go-git/go-git/pull/521
- plumbing: protocol/pakp, update agent by [@​caarlos0](https://github.com/caarlos0) in https://github.com/go-git/go-git/pull/453
- plumbing: protocol/pakp: Actions should have type Action by [@​abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/420
- plumbing: protocol/pakp: allow unsupported `multi_ack` capability by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/613
- plumbing: transport/ssh, auto-populate HostKeyAlgorithms. Fixes [#​411](https://github.com/go-git/go-git/issues/411) by [@​evanelias](https://github.com/evanelias) in https://github.com/go-git/go-git/pull/548
- pumbling: format/packfile, resolve external reference delta by [@​ga-paul-t](https://github.com/ga-paul-t) in https://github.com/go-git/go-git/pull/392
- plumbing: format/packfile, prevent large objects from being read into memory completely by [@​zeripath](https://github.com/zeripath) in https://github.com/go-git/go-git/pull/330
- plumbing: format/index, support v3 index by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/407
- plumbing: format/gitignore, Read .git/info/exclude file too. by [@​enisdenjo](https://github.com/enisdenjo) in https://github.com/go-git/go-git/pull/402
- plumbing: format/gitattributes, Avoid index out of range by [@​To1ne](https://github.com/To1ne) in https://github.com/go-git/go-git/pull/598
- plumbing: format/config, Branch name with hash can be cloned. Fixes [#​309](https://github.com/go-git/go-git/issues/309) by [@​dowy](https://github.com/dowy) in https://github.com/go-git/go-git/pull/354
- go.mod: update github.com/xanzy/ssh-agent to v0.3.1 by [@​tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/403
- go.mod: update dependencies to remove supply chain CVEs by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/620
- examples: added "tag find if head is tagged" by [@​snebel29](https://github.com/snebel29) in https://github.com/go-git/go-git/pull/374
- examples: remote fix typo by [@​nep-0](https://github.com/nep-0) in https://github.com/go-git/go-git/pull/408
**Full Changelog**: https://github.com/go-git/go-git/compare/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>
2023-09-08 01:01:32 +00:00
|
|
|
github.com/acomagu/bufpipe v1.0.4 // indirect
|
2022-09-13 17:52:44 +00:00
|
|
|
github.com/alecthomas/chroma v0.10.0 // indirect
|
2023-09-08 01:53:03 +00:00
|
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
2022-06-10 14:31:24 +00:00
|
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
fix(deps): update module github.com/go-git/go-git/v5 to v5.8.1 (#578)
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](https://github.com/go-git/go-git/compare/v5.8.0...v5.8.1)
#### What's Changed
- \*: Bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/815
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.8.0...v5.8.1
### [`v5.8.0`](https://github.com/go-git/go-git/releases/tag/v5.8.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.7.0...v5.8.0)
#### What's Changed
- git: Fix fetching after shallow clone. Fixes [#​305](https://github.com/go-git/go-git/issues/305) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/778
- git: enable fetch with unqualified references by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/762
- git: don't add to want if exists, shallow and depth 1 by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/763
- git: Clone HEAD should not force master. Fixes [#​363](https://github.com/go-git/go-git/issues/363) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/758
- git: fix the issue with submodules having the SCP style URL fail due to the wrong URL parsing by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/756
- git: add a clone option to allow for shallow cloning of submodules by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/765
- worktree: minor speedup for `doAddDirectory` by [@​ThinkChaos](https://github.com/ThinkChaos) in https://github.com/go-git/go-git/pull/702
- \_examples: Remove wrong comment by [@​pascal-hofmann](https://github.com/pascal-hofmann) in https://github.com/go-git/go-git/pull/357
- \*: Handle paths starting with tilde by [@​ricci2511](https://github.com/ricci2511) in https://github.com/go-git/go-git/pull/808
- \*: Handle paths starting with ~Username by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/809
- storage: filesystem/dotgit, add support for tmp_objdir prefix by [@​L11R](https://github.com/L11R) in https://github.com/go-git/go-git/pull/812
- plumbing: gitignore, replace user dir in path by [@​Jleagle](https://github.com/Jleagle) in https://github.com/go-git/go-git/pull/772
- plumbing: gitignore, fix incorrect parsing. Fixes [#​500](https://github.com/go-git/go-git/issues/500) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/781
- plumbing: http, Fix empty repos on Git v2.41+ by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/802
- plumbing: packp, A request is not empty if it contains shallows. Fixes [#​328](https://github.com/go-git/go-git/issues/328) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/792
- plumbing: blame, Complete rewrite. Fixes [#​603](https://github.com/go-git/go-git/issues/603) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/789
- plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any user home. Fixes [#​578](https://github.com/go-git/go-git/issues/578) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/785
#### New Contributors
- [@​Jleagle](https://github.com/Jleagle) made their first contribution in https://github.com/go-git/go-git/pull/772
- [@​pascal-hofmann](https://github.com/pascal-hofmann) made their first contribution in https://github.com/go-git/go-git/pull/357
- [@​ricci2511](https://github.com/ricci2511) made their first contribution in https://github.com/go-git/go-git/pull/808
- [@​L11R](https://github.com/L11R) made their first contribution in https://github.com/go-git/go-git/pull/812
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.7.0...v5.7.1
### [`v5.7.0`](https://github.com/go-git/go-git/releases/tag/v5.7.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0)
#### What's Changed
- \*: Add support for initializing SHA256 repositories by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/707
- git: add mirror clone option by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/735
- git: Add support to ls-remote with peeled references. Fixes [#​749](https://github.com/go-git/go-git/issues/749) by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/750
- git: fix cloning with branch name by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/755
- git: Worktree, add check to see if file already checked in. Fixes [#​718](https://github.com/go-git/go-git/issues/718) by [@​cbbm142](https://github.com/cbbm142) in https://github.com/go-git/go-git/pull/719
- git: Worktree, git grep bare repositories by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/728
- git: Add Depth to SubmoduleUpdateOptions by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/754
- git: Testing, Fix tests not cleaning temp folders by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/769
- git: remote, add support for a configurable timeout. by [@​andrewpollock](https://github.com/andrewpollock) in https://github.com/go-git/go-git/pull/753
- git: Allow Initial Branch to be configurable by [@​techknowlogick](https://github.com/techknowlogick) in https://github.com/go-git/go-git/pull/764
- storage: filesystem/dotgit, Improve load packed-refs by [@​fcharlie](https://github.com/fcharlie) in https://github.com/go-git/go-git/pull/743
- storage: filesystem, Populate index before use. Fixes [#​148](https://github.com/go-git/go-git/issues/148) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/722
- plumbing: resolve non-external delta references by [@​ZauberNerd](https://github.com/ZauberNerd) in https://github.com/go-git/go-git/pull/485
- plumbing/transport: fix regression in scp-like match by [@​jotadrilo](https://github.com/jotadrilo) in https://github.com/go-git/go-git/pull/715
- plumbing/transport: Add support for custom proxy settings by [@​aryan9600](https://github.com/aryan9600) in https://github.com/go-git/go-git/pull/744
- \*: small fixes across the codebase by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/770
- \*: bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by [@​dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/776
- \*: bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/748
- \*: bump Go version to 1.18 on go.mod by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/774
- \*: add Codeql workflow and bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/775
- ci: fix upstream git build for master branch by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/739
#### New Contributors
- [@​ZauberNerd](https://github.com/ZauberNerd) made their first contribution in https://github.com/go-git/go-git/pull/485
- [@​jotadrilo](https://github.com/jotadrilo) made their first contribution in https://github.com/go-git/go-git/pull/715
- [@​fcharlie](https://github.com/fcharlie) made their first contribution in https://github.com/go-git/go-git/pull/743
- [@​AriehSchneier](https://github.com/AriehSchneier) made their first contribution in https://github.com/go-git/go-git/pull/755
- [@​cbbm142](https://github.com/cbbm142) made their first contribution in https://github.com/go-git/go-git/pull/719
- [@​aryan9600](https://github.com/aryan9600) made their first contribution in https://github.com/go-git/go-git/pull/744
- [@​matejrisek](https://github.com/matejrisek) made their first contribution in https://github.com/go-git/go-git/pull/754
- [@​andrewpollock](https://github.com/andrewpollock) made their first contribution in https://github.com/go-git/go-git/pull/753
- [@​techknowlogick](https://github.com/techknowlogick) made their first contribution in https://github.com/go-git/go-git/pull/764
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0
### [`v5.6.1`](https://github.com/go-git/go-git/releases/tag/v5.6.1)
[Compare Source](https://github.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 [@​ThinkChaos](https://github.com/ThinkChaos) in https://github.com/go-git/go-git/pull/682
- plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/655
- storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://github.com/MichaelMure) in https://github.com/go-git/go-git/pull/659
- \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/684
- \*: bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/697
- \*: fix panic for empty revisions by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/696
- ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/701
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.0...v5.6.1
### [`v5.6.0`](https://github.com/go-git/go-git/releases/tag/v5.6.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0)
#### What's Changed
- Worktree, check for empty parent dirs during Reset (Fixes [#​670](https://github.com/go-git/go-git/issues/670)) by [@​mbohy](https://github.com/mbohy) in https://github.com/go-git/go-git/pull/671
- \*: remove need to build with CGO by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/688
- plumbing: support SSH/X509 signed tags by [@​hiddeco](https://github.com/hiddeco) in https://github.com/go-git/go-git/pull/690
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0
### [`v5.5.2`](https://github.com/go-git/go-git/releases/tag/v5.5.2)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2)
#### What's Changed
- \*: update go-billy v5.4.0, removes data races. Fixes [#​629](https://github.com/go-git/go-git/issues/629) by [@​mcuadros](https://github.com/mcuadros) in https://github.com/go-git/go-git/pull/653
- Worktree: Add, fix add removed files. Fixes [#​223](https://github.com/go-git/go-git/issues/223) by [@​tfujiwar](https://github.com/tfujiwar) in https://github.com/go-git/go-git/pull/652
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2
### [`v5.5.1`](https://github.com/go-git/go-git/releases/tag/v5.5.1)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1)
#### What's Changed
- \*: fix error when building with `CGO_ENABLED=0` by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/625
- plumbing: transport/ssh: fix panic on Windows 10 with paegent as ssh-agent by [@​doxsch](https://github.com/doxsch) in https://github.com/go-git/go-git/pull/617
- CommitOptions: AllowEmptyCommits, return an error instead of creating empty commits by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/623
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1
### [`v5.5.0`](https://github.com/go-git/go-git/releases/tag/v5.5.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.4.2...v5.5.0)
#### What's Changed
- \*: add collision resistent SHA1 implementation by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/618
- \*: replace go-homedir with os.UserHomeDir by [@​mvdan](https://github.com/mvdan) in https://github.com/go-git/go-git/pull/535
- Remote: add RemoteURL to {Fetch,Pull,Push}Options by [@​noerw](https://github.com/noerw) in https://github.com/go-git/go-git/pull/375
- Remote: Push, add support to push commits per hashes by [@​tjamet](https://github.com/tjamet) in https://github.com/go-git/go-git/pull/325
- Remote: Push, add ForceWithLease Push Option by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/404
- Remote: PushOptions add push-options by [@​S-Bohn](https://github.com/S-Bohn) in https://github.com/go-git/go-git/pull/399
- Remote: Push, add atomic to push options by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/406
- Remote: add FollowTags option for pushes by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/385
- Worktree: use syscall.Timespec.Unix by [@​tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/437
- Worktree: Checkout, simplified sparse checkout by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/410
- Repository: don't crash accessing invalid pathinfo by [@​muesli](https://github.com/muesli) in https://github.com/go-git/go-git/pull/443
- storage: filesystem, switch from os.SEEK_\* to io.Seek\* by [@​abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/421
- config: add branch description support by [@​ninedraft](https://github.com/ninedraft) in https://github.com/go-git/go-git/pull/409
- revision: fix endless looping in revision parser by [@​michenriksen](https://github.com/michenriksen) in https://github.com/go-git/go-git/pull/475
- pumbling: optimise zlib reader and consolidate sync.Pools by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/608
- pumbling: parse optimisations by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/602
- plumbing: object, rename calculation uses too much memory by [@​jfontan](https://github.com/jfontan) in https://github.com/go-git/go-git/pull/503
- plumbing: protocol/pakp and server, include the contents of `GO_GIT_USER_AGENT_EXTRA`. Fixes [#​529](https://github.com/go-git/go-git/issues/529) by [@​stewing](https://github.com/stewing) in https://github.com/go-git/go-git/pull/531
- plumbing: protocol/pakp, avoid duplicate encoding when overriding a Capability value. by [@​tylerchr](https://github.com/tylerchr) in https://github.com/go-git/go-git/pull/521
- plumbing: protocol/pakp, update agent by [@​caarlos0](https://github.com/caarlos0) in https://github.com/go-git/go-git/pull/453
- plumbing: protocol/pakp: Actions should have type Action by [@​abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/420
- plumbing: protocol/pakp: allow unsupported `multi_ack` capability by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/613
- plumbing: transport/ssh, auto-populate HostKeyAlgorithms. Fixes [#​411](https://github.com/go-git/go-git/issues/411) by [@​evanelias](https://github.com/evanelias) in https://github.com/go-git/go-git/pull/548
- pumbling: format/packfile, resolve external reference delta by [@​ga-paul-t](https://github.com/ga-paul-t) in https://github.com/go-git/go-git/pull/392
- plumbing: format/packfile, prevent large objects from being read into memory completely by [@​zeripath](https://github.com/zeripath) in https://github.com/go-git/go-git/pull/330
- plumbing: format/index, support v3 index by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/407
- plumbing: format/gitignore, Read .git/info/exclude file too. by [@​enisdenjo](https://github.com/enisdenjo) in https://github.com/go-git/go-git/pull/402
- plumbing: format/gitattributes, Avoid index out of range by [@​To1ne](https://github.com/To1ne) in https://github.com/go-git/go-git/pull/598
- plumbing: format/config, Branch name with hash can be cloned. Fixes [#​309](https://github.com/go-git/go-git/issues/309) by [@​dowy](https://github.com/dowy) in https://github.com/go-git/go-git/pull/354
- go.mod: update github.com/xanzy/ssh-agent to v0.3.1 by [@​tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/403
- go.mod: update dependencies to remove supply chain CVEs by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/620
- examples: added "tag find if head is tagged" by [@​snebel29](https://github.com/snebel29) in https://github.com/go-git/go-git/pull/374
- examples: remote fix typo by [@​nep-0](https://github.com/nep-0) in https://github.com/go-git/go-git/pull/408
**Full Changelog**: https://github.com/go-git/go-git/compare/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>
2023-09-08 01:01:32 +00:00
|
|
|
github.com/cloudflare/circl v1.3.3 // indirect
|
2022-09-13 17:52:44 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2023-09-13 18:52:54 +00:00
|
|
|
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
|
2022-06-10 14:31:24 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-09-13 17:52:44 +00:00
|
|
|
github.com/davidmz/go-pageant v1.0.2 // indirect
|
|
|
|
github.com/dlclark/regexp2 v1.7.0 // indirect
|
|
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
|
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
fix(deps): update module github.com/go-git/go-git/v5 to v5.8.1 (#578)
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](https://github.com/go-git/go-git/compare/v5.8.0...v5.8.1)
#### What's Changed
- \*: Bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/815
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.8.0...v5.8.1
### [`v5.8.0`](https://github.com/go-git/go-git/releases/tag/v5.8.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.7.0...v5.8.0)
#### What's Changed
- git: Fix fetching after shallow clone. Fixes [#​305](https://github.com/go-git/go-git/issues/305) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/778
- git: enable fetch with unqualified references by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/762
- git: don't add to want if exists, shallow and depth 1 by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/763
- git: Clone HEAD should not force master. Fixes [#​363](https://github.com/go-git/go-git/issues/363) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/758
- git: fix the issue with submodules having the SCP style URL fail due to the wrong URL parsing by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/756
- git: add a clone option to allow for shallow cloning of submodules by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/765
- worktree: minor speedup for `doAddDirectory` by [@​ThinkChaos](https://github.com/ThinkChaos) in https://github.com/go-git/go-git/pull/702
- \_examples: Remove wrong comment by [@​pascal-hofmann](https://github.com/pascal-hofmann) in https://github.com/go-git/go-git/pull/357
- \*: Handle paths starting with tilde by [@​ricci2511](https://github.com/ricci2511) in https://github.com/go-git/go-git/pull/808
- \*: Handle paths starting with ~Username by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/809
- storage: filesystem/dotgit, add support for tmp_objdir prefix by [@​L11R](https://github.com/L11R) in https://github.com/go-git/go-git/pull/812
- plumbing: gitignore, replace user dir in path by [@​Jleagle](https://github.com/Jleagle) in https://github.com/go-git/go-git/pull/772
- plumbing: gitignore, fix incorrect parsing. Fixes [#​500](https://github.com/go-git/go-git/issues/500) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/781
- plumbing: http, Fix empty repos on Git v2.41+ by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/802
- plumbing: packp, A request is not empty if it contains shallows. Fixes [#​328](https://github.com/go-git/go-git/issues/328) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/792
- plumbing: blame, Complete rewrite. Fixes [#​603](https://github.com/go-git/go-git/issues/603) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/789
- plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any user home. Fixes [#​578](https://github.com/go-git/go-git/issues/578) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/785
#### New Contributors
- [@​Jleagle](https://github.com/Jleagle) made their first contribution in https://github.com/go-git/go-git/pull/772
- [@​pascal-hofmann](https://github.com/pascal-hofmann) made their first contribution in https://github.com/go-git/go-git/pull/357
- [@​ricci2511](https://github.com/ricci2511) made their first contribution in https://github.com/go-git/go-git/pull/808
- [@​L11R](https://github.com/L11R) made their first contribution in https://github.com/go-git/go-git/pull/812
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.7.0...v5.7.1
### [`v5.7.0`](https://github.com/go-git/go-git/releases/tag/v5.7.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0)
#### What's Changed
- \*: Add support for initializing SHA256 repositories by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/707
- git: add mirror clone option by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/735
- git: Add support to ls-remote with peeled references. Fixes [#​749](https://github.com/go-git/go-git/issues/749) by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/750
- git: fix cloning with branch name by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/755
- git: Worktree, add check to see if file already checked in. Fixes [#​718](https://github.com/go-git/go-git/issues/718) by [@​cbbm142](https://github.com/cbbm142) in https://github.com/go-git/go-git/pull/719
- git: Worktree, git grep bare repositories by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/728
- git: Add Depth to SubmoduleUpdateOptions by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/754
- git: Testing, Fix tests not cleaning temp folders by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/769
- git: remote, add support for a configurable timeout. by [@​andrewpollock](https://github.com/andrewpollock) in https://github.com/go-git/go-git/pull/753
- git: Allow Initial Branch to be configurable by [@​techknowlogick](https://github.com/techknowlogick) in https://github.com/go-git/go-git/pull/764
- storage: filesystem/dotgit, Improve load packed-refs by [@​fcharlie](https://github.com/fcharlie) in https://github.com/go-git/go-git/pull/743
- storage: filesystem, Populate index before use. Fixes [#​148](https://github.com/go-git/go-git/issues/148) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/722
- plumbing: resolve non-external delta references by [@​ZauberNerd](https://github.com/ZauberNerd) in https://github.com/go-git/go-git/pull/485
- plumbing/transport: fix regression in scp-like match by [@​jotadrilo](https://github.com/jotadrilo) in https://github.com/go-git/go-git/pull/715
- plumbing/transport: Add support for custom proxy settings by [@​aryan9600](https://github.com/aryan9600) in https://github.com/go-git/go-git/pull/744
- \*: small fixes across the codebase by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/770
- \*: bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by [@​dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/776
- \*: bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/748
- \*: bump Go version to 1.18 on go.mod by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/774
- \*: add Codeql workflow and bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/775
- ci: fix upstream git build for master branch by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/739
#### New Contributors
- [@​ZauberNerd](https://github.com/ZauberNerd) made their first contribution in https://github.com/go-git/go-git/pull/485
- [@​jotadrilo](https://github.com/jotadrilo) made their first contribution in https://github.com/go-git/go-git/pull/715
- [@​fcharlie](https://github.com/fcharlie) made their first contribution in https://github.com/go-git/go-git/pull/743
- [@​AriehSchneier](https://github.com/AriehSchneier) made their first contribution in https://github.com/go-git/go-git/pull/755
- [@​cbbm142](https://github.com/cbbm142) made their first contribution in https://github.com/go-git/go-git/pull/719
- [@​aryan9600](https://github.com/aryan9600) made their first contribution in https://github.com/go-git/go-git/pull/744
- [@​matejrisek](https://github.com/matejrisek) made their first contribution in https://github.com/go-git/go-git/pull/754
- [@​andrewpollock](https://github.com/andrewpollock) made their first contribution in https://github.com/go-git/go-git/pull/753
- [@​techknowlogick](https://github.com/techknowlogick) made their first contribution in https://github.com/go-git/go-git/pull/764
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0
### [`v5.6.1`](https://github.com/go-git/go-git/releases/tag/v5.6.1)
[Compare Source](https://github.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 [@​ThinkChaos](https://github.com/ThinkChaos) in https://github.com/go-git/go-git/pull/682
- plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/655
- storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://github.com/MichaelMure) in https://github.com/go-git/go-git/pull/659
- \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/684
- \*: bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/697
- \*: fix panic for empty revisions by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/696
- ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/701
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.0...v5.6.1
### [`v5.6.0`](https://github.com/go-git/go-git/releases/tag/v5.6.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0)
#### What's Changed
- Worktree, check for empty parent dirs during Reset (Fixes [#​670](https://github.com/go-git/go-git/issues/670)) by [@​mbohy](https://github.com/mbohy) in https://github.com/go-git/go-git/pull/671
- \*: remove need to build with CGO by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/688
- plumbing: support SSH/X509 signed tags by [@​hiddeco](https://github.com/hiddeco) in https://github.com/go-git/go-git/pull/690
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0
### [`v5.5.2`](https://github.com/go-git/go-git/releases/tag/v5.5.2)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2)
#### What's Changed
- \*: update go-billy v5.4.0, removes data races. Fixes [#​629](https://github.com/go-git/go-git/issues/629) by [@​mcuadros](https://github.com/mcuadros) in https://github.com/go-git/go-git/pull/653
- Worktree: Add, fix add removed files. Fixes [#​223](https://github.com/go-git/go-git/issues/223) by [@​tfujiwar](https://github.com/tfujiwar) in https://github.com/go-git/go-git/pull/652
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2
### [`v5.5.1`](https://github.com/go-git/go-git/releases/tag/v5.5.1)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1)
#### What's Changed
- \*: fix error when building with `CGO_ENABLED=0` by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/625
- plumbing: transport/ssh: fix panic on Windows 10 with paegent as ssh-agent by [@​doxsch](https://github.com/doxsch) in https://github.com/go-git/go-git/pull/617
- CommitOptions: AllowEmptyCommits, return an error instead of creating empty commits by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/623
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1
### [`v5.5.0`](https://github.com/go-git/go-git/releases/tag/v5.5.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.4.2...v5.5.0)
#### What's Changed
- \*: add collision resistent SHA1 implementation by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/618
- \*: replace go-homedir with os.UserHomeDir by [@​mvdan](https://github.com/mvdan) in https://github.com/go-git/go-git/pull/535
- Remote: add RemoteURL to {Fetch,Pull,Push}Options by [@​noerw](https://github.com/noerw) in https://github.com/go-git/go-git/pull/375
- Remote: Push, add support to push commits per hashes by [@​tjamet](https://github.com/tjamet) in https://github.com/go-git/go-git/pull/325
- Remote: Push, add ForceWithLease Push Option by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/404
- Remote: PushOptions add push-options by [@​S-Bohn](https://github.com/S-Bohn) in https://github.com/go-git/go-git/pull/399
- Remote: Push, add atomic to push options by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/406
- Remote: add FollowTags option for pushes by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/385
- Worktree: use syscall.Timespec.Unix by [@​tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/437
- Worktree: Checkout, simplified sparse checkout by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/410
- Repository: don't crash accessing invalid pathinfo by [@​muesli](https://github.com/muesli) in https://github.com/go-git/go-git/pull/443
- storage: filesystem, switch from os.SEEK_\* to io.Seek\* by [@​abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/421
- config: add branch description support by [@​ninedraft](https://github.com/ninedraft) in https://github.com/go-git/go-git/pull/409
- revision: fix endless looping in revision parser by [@​michenriksen](https://github.com/michenriksen) in https://github.com/go-git/go-git/pull/475
- pumbling: optimise zlib reader and consolidate sync.Pools by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/608
- pumbling: parse optimisations by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/602
- plumbing: object, rename calculation uses too much memory by [@​jfontan](https://github.com/jfontan) in https://github.com/go-git/go-git/pull/503
- plumbing: protocol/pakp and server, include the contents of `GO_GIT_USER_AGENT_EXTRA`. Fixes [#​529](https://github.com/go-git/go-git/issues/529) by [@​stewing](https://github.com/stewing) in https://github.com/go-git/go-git/pull/531
- plumbing: protocol/pakp, avoid duplicate encoding when overriding a Capability value. by [@​tylerchr](https://github.com/tylerchr) in https://github.com/go-git/go-git/pull/521
- plumbing: protocol/pakp, update agent by [@​caarlos0](https://github.com/caarlos0) in https://github.com/go-git/go-git/pull/453
- plumbing: protocol/pakp: Actions should have type Action by [@​abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/420
- plumbing: protocol/pakp: allow unsupported `multi_ack` capability by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/613
- plumbing: transport/ssh, auto-populate HostKeyAlgorithms. Fixes [#​411](https://github.com/go-git/go-git/issues/411) by [@​evanelias](https://github.com/evanelias) in https://github.com/go-git/go-git/pull/548
- pumbling: format/packfile, resolve external reference delta by [@​ga-paul-t](https://github.com/ga-paul-t) in https://github.com/go-git/go-git/pull/392
- plumbing: format/packfile, prevent large objects from being read into memory completely by [@​zeripath](https://github.com/zeripath) in https://github.com/go-git/go-git/pull/330
- plumbing: format/index, support v3 index by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/407
- plumbing: format/gitignore, Read .git/info/exclude file too. by [@​enisdenjo](https://github.com/enisdenjo) in https://github.com/go-git/go-git/pull/402
- plumbing: format/gitattributes, Avoid index out of range by [@​To1ne](https://github.com/To1ne) in https://github.com/go-git/go-git/pull/598
- plumbing: format/config, Branch name with hash can be cloned. Fixes [#​309](https://github.com/go-git/go-git/issues/309) by [@​dowy](https://github.com/dowy) in https://github.com/go-git/go-git/pull/354
- go.mod: update github.com/xanzy/ssh-agent to v0.3.1 by [@​tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/403
- go.mod: update dependencies to remove supply chain CVEs by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/620
- examples: added "tag find if head is tagged" by [@​snebel29](https://github.com/snebel29) in https://github.com/go-git/go-git/pull/374
- examples: remote fix typo by [@​nep-0](https://github.com/nep-0) in https://github.com/go-git/go-git/pull/408
**Full Changelog**: https://github.com/go-git/go-git/compare/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>
2023-09-08 01:01:32 +00:00
|
|
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
2023-09-13 18:52:54 +00:00
|
|
|
github.com/go-git/go-billy/v5 v5.5.0 // indirect
|
fix(deps): update module github.com/go-git/go-git/v5 to v5.8.1 (#578)
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](https://github.com/go-git/go-git/compare/v5.8.0...v5.8.1)
#### What's Changed
- \*: Bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/815
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.8.0...v5.8.1
### [`v5.8.0`](https://github.com/go-git/go-git/releases/tag/v5.8.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.7.0...v5.8.0)
#### What's Changed
- git: Fix fetching after shallow clone. Fixes [#​305](https://github.com/go-git/go-git/issues/305) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/778
- git: enable fetch with unqualified references by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/762
- git: don't add to want if exists, shallow and depth 1 by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/763
- git: Clone HEAD should not force master. Fixes [#​363](https://github.com/go-git/go-git/issues/363) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/758
- git: fix the issue with submodules having the SCP style URL fail due to the wrong URL parsing by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/756
- git: add a clone option to allow for shallow cloning of submodules by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/765
- worktree: minor speedup for `doAddDirectory` by [@​ThinkChaos](https://github.com/ThinkChaos) in https://github.com/go-git/go-git/pull/702
- \_examples: Remove wrong comment by [@​pascal-hofmann](https://github.com/pascal-hofmann) in https://github.com/go-git/go-git/pull/357
- \*: Handle paths starting with tilde by [@​ricci2511](https://github.com/ricci2511) in https://github.com/go-git/go-git/pull/808
- \*: Handle paths starting with ~Username by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/809
- storage: filesystem/dotgit, add support for tmp_objdir prefix by [@​L11R](https://github.com/L11R) in https://github.com/go-git/go-git/pull/812
- plumbing: gitignore, replace user dir in path by [@​Jleagle](https://github.com/Jleagle) in https://github.com/go-git/go-git/pull/772
- plumbing: gitignore, fix incorrect parsing. Fixes [#​500](https://github.com/go-git/go-git/issues/500) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/781
- plumbing: http, Fix empty repos on Git v2.41+ by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/802
- plumbing: packp, A request is not empty if it contains shallows. Fixes [#​328](https://github.com/go-git/go-git/issues/328) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/792
- plumbing: blame, Complete rewrite. Fixes [#​603](https://github.com/go-git/go-git/issues/603) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/789
- plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any user home. Fixes [#​578](https://github.com/go-git/go-git/issues/578) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/785
#### New Contributors
- [@​Jleagle](https://github.com/Jleagle) made their first contribution in https://github.com/go-git/go-git/pull/772
- [@​pascal-hofmann](https://github.com/pascal-hofmann) made their first contribution in https://github.com/go-git/go-git/pull/357
- [@​ricci2511](https://github.com/ricci2511) made their first contribution in https://github.com/go-git/go-git/pull/808
- [@​L11R](https://github.com/L11R) made their first contribution in https://github.com/go-git/go-git/pull/812
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.7.0...v5.7.1
### [`v5.7.0`](https://github.com/go-git/go-git/releases/tag/v5.7.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0)
#### What's Changed
- \*: Add support for initializing SHA256 repositories by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/707
- git: add mirror clone option by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/735
- git: Add support to ls-remote with peeled references. Fixes [#​749](https://github.com/go-git/go-git/issues/749) by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/750
- git: fix cloning with branch name by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/755
- git: Worktree, add check to see if file already checked in. Fixes [#​718](https://github.com/go-git/go-git/issues/718) by [@​cbbm142](https://github.com/cbbm142) in https://github.com/go-git/go-git/pull/719
- git: Worktree, git grep bare repositories by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/728
- git: Add Depth to SubmoduleUpdateOptions by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/754
- git: Testing, Fix tests not cleaning temp folders by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/769
- git: remote, add support for a configurable timeout. by [@​andrewpollock](https://github.com/andrewpollock) in https://github.com/go-git/go-git/pull/753
- git: Allow Initial Branch to be configurable by [@​techknowlogick](https://github.com/techknowlogick) in https://github.com/go-git/go-git/pull/764
- storage: filesystem/dotgit, Improve load packed-refs by [@​fcharlie](https://github.com/fcharlie) in https://github.com/go-git/go-git/pull/743
- storage: filesystem, Populate index before use. Fixes [#​148](https://github.com/go-git/go-git/issues/148) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/722
- plumbing: resolve non-external delta references by [@​ZauberNerd](https://github.com/ZauberNerd) in https://github.com/go-git/go-git/pull/485
- plumbing/transport: fix regression in scp-like match by [@​jotadrilo](https://github.com/jotadrilo) in https://github.com/go-git/go-git/pull/715
- plumbing/transport: Add support for custom proxy settings by [@​aryan9600](https://github.com/aryan9600) in https://github.com/go-git/go-git/pull/744
- \*: small fixes across the codebase by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/770
- \*: bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by [@​dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/776
- \*: bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/748
- \*: bump Go version to 1.18 on go.mod by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/774
- \*: add Codeql workflow and bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/775
- ci: fix upstream git build for master branch by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/739
#### New Contributors
- [@​ZauberNerd](https://github.com/ZauberNerd) made their first contribution in https://github.com/go-git/go-git/pull/485
- [@​jotadrilo](https://github.com/jotadrilo) made their first contribution in https://github.com/go-git/go-git/pull/715
- [@​fcharlie](https://github.com/fcharlie) made their first contribution in https://github.com/go-git/go-git/pull/743
- [@​AriehSchneier](https://github.com/AriehSchneier) made their first contribution in https://github.com/go-git/go-git/pull/755
- [@​cbbm142](https://github.com/cbbm142) made their first contribution in https://github.com/go-git/go-git/pull/719
- [@​aryan9600](https://github.com/aryan9600) made their first contribution in https://github.com/go-git/go-git/pull/744
- [@​matejrisek](https://github.com/matejrisek) made their first contribution in https://github.com/go-git/go-git/pull/754
- [@​andrewpollock](https://github.com/andrewpollock) made their first contribution in https://github.com/go-git/go-git/pull/753
- [@​techknowlogick](https://github.com/techknowlogick) made their first contribution in https://github.com/go-git/go-git/pull/764
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0
### [`v5.6.1`](https://github.com/go-git/go-git/releases/tag/v5.6.1)
[Compare Source](https://github.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 [@​ThinkChaos](https://github.com/ThinkChaos) in https://github.com/go-git/go-git/pull/682
- plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/655
- storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://github.com/MichaelMure) in https://github.com/go-git/go-git/pull/659
- \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/684
- \*: bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/697
- \*: fix panic for empty revisions by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/696
- ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/701
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.0...v5.6.1
### [`v5.6.0`](https://github.com/go-git/go-git/releases/tag/v5.6.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0)
#### What's Changed
- Worktree, check for empty parent dirs during Reset (Fixes [#​670](https://github.com/go-git/go-git/issues/670)) by [@​mbohy](https://github.com/mbohy) in https://github.com/go-git/go-git/pull/671
- \*: remove need to build with CGO by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/688
- plumbing: support SSH/X509 signed tags by [@​hiddeco](https://github.com/hiddeco) in https://github.com/go-git/go-git/pull/690
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0
### [`v5.5.2`](https://github.com/go-git/go-git/releases/tag/v5.5.2)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2)
#### What's Changed
- \*: update go-billy v5.4.0, removes data races. Fixes [#​629](https://github.com/go-git/go-git/issues/629) by [@​mcuadros](https://github.com/mcuadros) in https://github.com/go-git/go-git/pull/653
- Worktree: Add, fix add removed files. Fixes [#​223](https://github.com/go-git/go-git/issues/223) by [@​tfujiwar](https://github.com/tfujiwar) in https://github.com/go-git/go-git/pull/652
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2
### [`v5.5.1`](https://github.com/go-git/go-git/releases/tag/v5.5.1)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1)
#### What's Changed
- \*: fix error when building with `CGO_ENABLED=0` by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/625
- plumbing: transport/ssh: fix panic on Windows 10 with paegent as ssh-agent by [@​doxsch](https://github.com/doxsch) in https://github.com/go-git/go-git/pull/617
- CommitOptions: AllowEmptyCommits, return an error instead of creating empty commits by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/623
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1
### [`v5.5.0`](https://github.com/go-git/go-git/releases/tag/v5.5.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.4.2...v5.5.0)
#### What's Changed
- \*: add collision resistent SHA1 implementation by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/618
- \*: replace go-homedir with os.UserHomeDir by [@​mvdan](https://github.com/mvdan) in https://github.com/go-git/go-git/pull/535
- Remote: add RemoteURL to {Fetch,Pull,Push}Options by [@​noerw](https://github.com/noerw) in https://github.com/go-git/go-git/pull/375
- Remote: Push, add support to push commits per hashes by [@​tjamet](https://github.com/tjamet) in https://github.com/go-git/go-git/pull/325
- Remote: Push, add ForceWithLease Push Option by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/404
- Remote: PushOptions add push-options by [@​S-Bohn](https://github.com/S-Bohn) in https://github.com/go-git/go-git/pull/399
- Remote: Push, add atomic to push options by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/406
- Remote: add FollowTags option for pushes by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/385
- Worktree: use syscall.Timespec.Unix by [@​tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/437
- Worktree: Checkout, simplified sparse checkout by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/410
- Repository: don't crash accessing invalid pathinfo by [@​muesli](https://github.com/muesli) in https://github.com/go-git/go-git/pull/443
- storage: filesystem, switch from os.SEEK_\* to io.Seek\* by [@​abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/421
- config: add branch description support by [@​ninedraft](https://github.com/ninedraft) in https://github.com/go-git/go-git/pull/409
- revision: fix endless looping in revision parser by [@​michenriksen](https://github.com/michenriksen) in https://github.com/go-git/go-git/pull/475
- pumbling: optimise zlib reader and consolidate sync.Pools by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/608
- pumbling: parse optimisations by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/602
- plumbing: object, rename calculation uses too much memory by [@​jfontan](https://github.com/jfontan) in https://github.com/go-git/go-git/pull/503
- plumbing: protocol/pakp and server, include the contents of `GO_GIT_USER_AGENT_EXTRA`. Fixes [#​529](https://github.com/go-git/go-git/issues/529) by [@​stewing](https://github.com/stewing) in https://github.com/go-git/go-git/pull/531
- plumbing: protocol/pakp, avoid duplicate encoding when overriding a Capability value. by [@​tylerchr](https://github.com/tylerchr) in https://github.com/go-git/go-git/pull/521
- plumbing: protocol/pakp, update agent by [@​caarlos0](https://github.com/caarlos0) in https://github.com/go-git/go-git/pull/453
- plumbing: protocol/pakp: Actions should have type Action by [@​abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/420
- plumbing: protocol/pakp: allow unsupported `multi_ack` capability by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/613
- plumbing: transport/ssh, auto-populate HostKeyAlgorithms. Fixes [#​411](https://github.com/go-git/go-git/issues/411) by [@​evanelias](https://github.com/evanelias) in https://github.com/go-git/go-git/pull/548
- pumbling: format/packfile, resolve external reference delta by [@​ga-paul-t](https://github.com/ga-paul-t) in https://github.com/go-git/go-git/pull/392
- plumbing: format/packfile, prevent large objects from being read into memory completely by [@​zeripath](https://github.com/zeripath) in https://github.com/go-git/go-git/pull/330
- plumbing: format/index, support v3 index by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/407
- plumbing: format/gitignore, Read .git/info/exclude file too. by [@​enisdenjo](https://github.com/enisdenjo) in https://github.com/go-git/go-git/pull/402
- plumbing: format/gitattributes, Avoid index out of range by [@​To1ne](https://github.com/To1ne) in https://github.com/go-git/go-git/pull/598
- plumbing: format/config, Branch name with hash can be cloned. Fixes [#​309](https://github.com/go-git/go-git/issues/309) by [@​dowy](https://github.com/dowy) in https://github.com/go-git/go-git/pull/354
- go.mod: update github.com/xanzy/ssh-agent to v0.3.1 by [@​tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/403
- go.mod: update dependencies to remove supply chain CVEs by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/620
- examples: added "tag find if head is tagged" by [@​snebel29](https://github.com/snebel29) in https://github.com/go-git/go-git/pull/374
- examples: remote fix typo by [@​nep-0](https://github.com/nep-0) in https://github.com/go-git/go-git/pull/408
**Full Changelog**: https://github.com/go-git/go-git/compare/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>
2023-09-08 01:01:32 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2022-06-10 14:31:24 +00:00
|
|
|
github.com/gorilla/css v1.0.0 // indirect
|
2022-09-13 17:52:44 +00:00
|
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
2022-06-10 14:31:24 +00:00
|
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
2022-09-13 17:52:44 +00:00
|
|
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
2022-06-10 14:31:24 +00:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
2022-09-13 17:52:44 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-09-08 01:53:03 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.18 // indirect
|
2023-09-08 01:06:11 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
2020-11-09 15:25:54 +00:00
|
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
2023-09-08 01:06:11 +00:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.21 // indirect
|
2021-08-30 15:18:50 +00:00
|
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
fix(deps): update module github.com/go-git/go-git/v5 to v5.8.1 (#578)
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](https://github.com/go-git/go-git/compare/v5.8.0...v5.8.1)
#### What's Changed
- \*: Bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/815
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.8.0...v5.8.1
### [`v5.8.0`](https://github.com/go-git/go-git/releases/tag/v5.8.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.7.0...v5.8.0)
#### What's Changed
- git: Fix fetching after shallow clone. Fixes [#​305](https://github.com/go-git/go-git/issues/305) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/778
- git: enable fetch with unqualified references by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/762
- git: don't add to want if exists, shallow and depth 1 by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/763
- git: Clone HEAD should not force master. Fixes [#​363](https://github.com/go-git/go-git/issues/363) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/758
- git: fix the issue with submodules having the SCP style URL fail due to the wrong URL parsing by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/756
- git: add a clone option to allow for shallow cloning of submodules by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/765
- worktree: minor speedup for `doAddDirectory` by [@​ThinkChaos](https://github.com/ThinkChaos) in https://github.com/go-git/go-git/pull/702
- \_examples: Remove wrong comment by [@​pascal-hofmann](https://github.com/pascal-hofmann) in https://github.com/go-git/go-git/pull/357
- \*: Handle paths starting with tilde by [@​ricci2511](https://github.com/ricci2511) in https://github.com/go-git/go-git/pull/808
- \*: Handle paths starting with ~Username by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/809
- storage: filesystem/dotgit, add support for tmp_objdir prefix by [@​L11R](https://github.com/L11R) in https://github.com/go-git/go-git/pull/812
- plumbing: gitignore, replace user dir in path by [@​Jleagle](https://github.com/Jleagle) in https://github.com/go-git/go-git/pull/772
- plumbing: gitignore, fix incorrect parsing. Fixes [#​500](https://github.com/go-git/go-git/issues/500) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/781
- plumbing: http, Fix empty repos on Git v2.41+ by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/802
- plumbing: packp, A request is not empty if it contains shallows. Fixes [#​328](https://github.com/go-git/go-git/issues/328) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/792
- plumbing: blame, Complete rewrite. Fixes [#​603](https://github.com/go-git/go-git/issues/603) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/789
- plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any user home. Fixes [#​578](https://github.com/go-git/go-git/issues/578) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/785
#### New Contributors
- [@​Jleagle](https://github.com/Jleagle) made their first contribution in https://github.com/go-git/go-git/pull/772
- [@​pascal-hofmann](https://github.com/pascal-hofmann) made their first contribution in https://github.com/go-git/go-git/pull/357
- [@​ricci2511](https://github.com/ricci2511) made their first contribution in https://github.com/go-git/go-git/pull/808
- [@​L11R](https://github.com/L11R) made their first contribution in https://github.com/go-git/go-git/pull/812
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.7.0...v5.7.1
### [`v5.7.0`](https://github.com/go-git/go-git/releases/tag/v5.7.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0)
#### What's Changed
- \*: Add support for initializing SHA256 repositories by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/707
- git: add mirror clone option by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/735
- git: Add support to ls-remote with peeled references. Fixes [#​749](https://github.com/go-git/go-git/issues/749) by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/750
- git: fix cloning with branch name by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/755
- git: Worktree, add check to see if file already checked in. Fixes [#​718](https://github.com/go-git/go-git/issues/718) by [@​cbbm142](https://github.com/cbbm142) in https://github.com/go-git/go-git/pull/719
- git: Worktree, git grep bare repositories by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/728
- git: Add Depth to SubmoduleUpdateOptions by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/754
- git: Testing, Fix tests not cleaning temp folders by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/769
- git: remote, add support for a configurable timeout. by [@​andrewpollock](https://github.com/andrewpollock) in https://github.com/go-git/go-git/pull/753
- git: Allow Initial Branch to be configurable by [@​techknowlogick](https://github.com/techknowlogick) in https://github.com/go-git/go-git/pull/764
- storage: filesystem/dotgit, Improve load packed-refs by [@​fcharlie](https://github.com/fcharlie) in https://github.com/go-git/go-git/pull/743
- storage: filesystem, Populate index before use. Fixes [#​148](https://github.com/go-git/go-git/issues/148) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/722
- plumbing: resolve non-external delta references by [@​ZauberNerd](https://github.com/ZauberNerd) in https://github.com/go-git/go-git/pull/485
- plumbing/transport: fix regression in scp-like match by [@​jotadrilo](https://github.com/jotadrilo) in https://github.com/go-git/go-git/pull/715
- plumbing/transport: Add support for custom proxy settings by [@​aryan9600](https://github.com/aryan9600) in https://github.com/go-git/go-git/pull/744
- \*: small fixes across the codebase by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/770
- \*: bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by [@​dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/776
- \*: bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/748
- \*: bump Go version to 1.18 on go.mod by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/774
- \*: add Codeql workflow and bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/775
- ci: fix upstream git build for master branch by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/739
#### New Contributors
- [@​ZauberNerd](https://github.com/ZauberNerd) made their first contribution in https://github.com/go-git/go-git/pull/485
- [@​jotadrilo](https://github.com/jotadrilo) made their first contribution in https://github.com/go-git/go-git/pull/715
- [@​fcharlie](https://github.com/fcharlie) made their first contribution in https://github.com/go-git/go-git/pull/743
- [@​AriehSchneier](https://github.com/AriehSchneier) made their first contribution in https://github.com/go-git/go-git/pull/755
- [@​cbbm142](https://github.com/cbbm142) made their first contribution in https://github.com/go-git/go-git/pull/719
- [@​aryan9600](https://github.com/aryan9600) made their first contribution in https://github.com/go-git/go-git/pull/744
- [@​matejrisek](https://github.com/matejrisek) made their first contribution in https://github.com/go-git/go-git/pull/754
- [@​andrewpollock](https://github.com/andrewpollock) made their first contribution in https://github.com/go-git/go-git/pull/753
- [@​techknowlogick](https://github.com/techknowlogick) made their first contribution in https://github.com/go-git/go-git/pull/764
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0
### [`v5.6.1`](https://github.com/go-git/go-git/releases/tag/v5.6.1)
[Compare Source](https://github.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 [@​ThinkChaos](https://github.com/ThinkChaos) in https://github.com/go-git/go-git/pull/682
- plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/655
- storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://github.com/MichaelMure) in https://github.com/go-git/go-git/pull/659
- \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/684
- \*: bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/697
- \*: fix panic for empty revisions by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/696
- ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/701
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.0...v5.6.1
### [`v5.6.0`](https://github.com/go-git/go-git/releases/tag/v5.6.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0)
#### What's Changed
- Worktree, check for empty parent dirs during Reset (Fixes [#​670](https://github.com/go-git/go-git/issues/670)) by [@​mbohy](https://github.com/mbohy) in https://github.com/go-git/go-git/pull/671
- \*: remove need to build with CGO by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/688
- plumbing: support SSH/X509 signed tags by [@​hiddeco](https://github.com/hiddeco) in https://github.com/go-git/go-git/pull/690
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0
### [`v5.5.2`](https://github.com/go-git/go-git/releases/tag/v5.5.2)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2)
#### What's Changed
- \*: update go-billy v5.4.0, removes data races. Fixes [#​629](https://github.com/go-git/go-git/issues/629) by [@​mcuadros](https://github.com/mcuadros) in https://github.com/go-git/go-git/pull/653
- Worktree: Add, fix add removed files. Fixes [#​223](https://github.com/go-git/go-git/issues/223) by [@​tfujiwar](https://github.com/tfujiwar) in https://github.com/go-git/go-git/pull/652
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2
### [`v5.5.1`](https://github.com/go-git/go-git/releases/tag/v5.5.1)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1)
#### What's Changed
- \*: fix error when building with `CGO_ENABLED=0` by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/625
- plumbing: transport/ssh: fix panic on Windows 10 with paegent as ssh-agent by [@​doxsch](https://github.com/doxsch) in https://github.com/go-git/go-git/pull/617
- CommitOptions: AllowEmptyCommits, return an error instead of creating empty commits by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/623
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1
### [`v5.5.0`](https://github.com/go-git/go-git/releases/tag/v5.5.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.4.2...v5.5.0)
#### What's Changed
- \*: add collision resistent SHA1 implementation by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/618
- \*: replace go-homedir with os.UserHomeDir by [@​mvdan](https://github.com/mvdan) in https://github.com/go-git/go-git/pull/535
- Remote: add RemoteURL to {Fetch,Pull,Push}Options by [@​noerw](https://github.com/noerw) in https://github.com/go-git/go-git/pull/375
- Remote: Push, add support to push commits per hashes by [@​tjamet](https://github.com/tjamet) in https://github.com/go-git/go-git/pull/325
- Remote: Push, add ForceWithLease Push Option by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/404
- Remote: PushOptions add push-options by [@​S-Bohn](https://github.com/S-Bohn) in https://github.com/go-git/go-git/pull/399
- Remote: Push, add atomic to push options by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/406
- Remote: add FollowTags option for pushes by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/385
- Worktree: use syscall.Timespec.Unix by [@​tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/437
- Worktree: Checkout, simplified sparse checkout by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/410
- Repository: don't crash accessing invalid pathinfo by [@​muesli](https://github.com/muesli) in https://github.com/go-git/go-git/pull/443
- storage: filesystem, switch from os.SEEK_\* to io.Seek\* by [@​abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/421
- config: add branch description support by [@​ninedraft](https://github.com/ninedraft) in https://github.com/go-git/go-git/pull/409
- revision: fix endless looping in revision parser by [@​michenriksen](https://github.com/michenriksen) in https://github.com/go-git/go-git/pull/475
- pumbling: optimise zlib reader and consolidate sync.Pools by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/608
- pumbling: parse optimisations by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/602
- plumbing: object, rename calculation uses too much memory by [@​jfontan](https://github.com/jfontan) in https://github.com/go-git/go-git/pull/503
- plumbing: protocol/pakp and server, include the contents of `GO_GIT_USER_AGENT_EXTRA`. Fixes [#​529](https://github.com/go-git/go-git/issues/529) by [@​stewing](https://github.com/stewing) in https://github.com/go-git/go-git/pull/531
- plumbing: protocol/pakp, avoid duplicate encoding when overriding a Capability value. by [@​tylerchr](https://github.com/tylerchr) in https://github.com/go-git/go-git/pull/521
- plumbing: protocol/pakp, update agent by [@​caarlos0](https://github.com/caarlos0) in https://github.com/go-git/go-git/pull/453
- plumbing: protocol/pakp: Actions should have type Action by [@​abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/420
- plumbing: protocol/pakp: allow unsupported `multi_ack` capability by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/613
- plumbing: transport/ssh, auto-populate HostKeyAlgorithms. Fixes [#​411](https://github.com/go-git/go-git/issues/411) by [@​evanelias](https://github.com/evanelias) in https://github.com/go-git/go-git/pull/548
- pumbling: format/packfile, resolve external reference delta by [@​ga-paul-t](https://github.com/ga-paul-t) in https://github.com/go-git/go-git/pull/392
- plumbing: format/packfile, prevent large objects from being read into memory completely by [@​zeripath](https://github.com/zeripath) in https://github.com/go-git/go-git/pull/330
- plumbing: format/index, support v3 index by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/407
- plumbing: format/gitignore, Read .git/info/exclude file too. by [@​enisdenjo](https://github.com/enisdenjo) in https://github.com/go-git/go-git/pull/402
- plumbing: format/gitattributes, Avoid index out of range by [@​To1ne](https://github.com/To1ne) in https://github.com/go-git/go-git/pull/598
- plumbing: format/config, Branch name with hash can be cloned. Fixes [#​309](https://github.com/go-git/go-git/issues/309) by [@​dowy](https://github.com/dowy) in https://github.com/go-git/go-git/pull/354
- go.mod: update github.com/xanzy/ssh-agent to v0.3.1 by [@​tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/403
- go.mod: update dependencies to remove supply chain CVEs by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/620
- examples: added "tag find if head is tagged" by [@​snebel29](https://github.com/snebel29) in https://github.com/go-git/go-git/pull/374
- examples: remote fix typo by [@​nep-0](https://github.com/nep-0) in https://github.com/go-git/go-git/pull/408
**Full Changelog**: https://github.com/go-git/go-git/compare/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>
2023-09-08 01:01:32 +00:00
|
|
|
github.com/pjbgf/sha1cd v0.3.0 // indirect
|
2022-06-10 14:31:24 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-09-13 17:52:44 +00:00
|
|
|
github.com/rivo/uniseg v0.4.2 // indirect
|
2022-06-10 14:31:24 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2021-08-30 15:18:50 +00:00
|
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
2023-12-26 18:36:37 +00:00
|
|
|
github.com/skeema/knownhosts v1.2.1 // indirect
|
fix(deps): update module github.com/go-git/go-git/v5 to v5.8.1 (#578)
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](https://github.com/go-git/go-git/compare/v5.8.0...v5.8.1)
#### What's Changed
- \*: Bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/815
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.8.0...v5.8.1
### [`v5.8.0`](https://github.com/go-git/go-git/releases/tag/v5.8.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.7.0...v5.8.0)
#### What's Changed
- git: Fix fetching after shallow clone. Fixes [#​305](https://github.com/go-git/go-git/issues/305) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/778
- git: enable fetch with unqualified references by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/762
- git: don't add to want if exists, shallow and depth 1 by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/763
- git: Clone HEAD should not force master. Fixes [#​363](https://github.com/go-git/go-git/issues/363) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/758
- git: fix the issue with submodules having the SCP style URL fail due to the wrong URL parsing by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/756
- git: add a clone option to allow for shallow cloning of submodules by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/765
- worktree: minor speedup for `doAddDirectory` by [@​ThinkChaos](https://github.com/ThinkChaos) in https://github.com/go-git/go-git/pull/702
- \_examples: Remove wrong comment by [@​pascal-hofmann](https://github.com/pascal-hofmann) in https://github.com/go-git/go-git/pull/357
- \*: Handle paths starting with tilde by [@​ricci2511](https://github.com/ricci2511) in https://github.com/go-git/go-git/pull/808
- \*: Handle paths starting with ~Username by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/809
- storage: filesystem/dotgit, add support for tmp_objdir prefix by [@​L11R](https://github.com/L11R) in https://github.com/go-git/go-git/pull/812
- plumbing: gitignore, replace user dir in path by [@​Jleagle](https://github.com/Jleagle) in https://github.com/go-git/go-git/pull/772
- plumbing: gitignore, fix incorrect parsing. Fixes [#​500](https://github.com/go-git/go-git/issues/500) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/781
- plumbing: http, Fix empty repos on Git v2.41+ by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/802
- plumbing: packp, A request is not empty if it contains shallows. Fixes [#​328](https://github.com/go-git/go-git/issues/328) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/792
- plumbing: blame, Complete rewrite. Fixes [#​603](https://github.com/go-git/go-git/issues/603) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/789
- plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any user home. Fixes [#​578](https://github.com/go-git/go-git/issues/578) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/785
#### New Contributors
- [@​Jleagle](https://github.com/Jleagle) made their first contribution in https://github.com/go-git/go-git/pull/772
- [@​pascal-hofmann](https://github.com/pascal-hofmann) made their first contribution in https://github.com/go-git/go-git/pull/357
- [@​ricci2511](https://github.com/ricci2511) made their first contribution in https://github.com/go-git/go-git/pull/808
- [@​L11R](https://github.com/L11R) made their first contribution in https://github.com/go-git/go-git/pull/812
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.7.0...v5.7.1
### [`v5.7.0`](https://github.com/go-git/go-git/releases/tag/v5.7.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0)
#### What's Changed
- \*: Add support for initializing SHA256 repositories by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/707
- git: add mirror clone option by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/735
- git: Add support to ls-remote with peeled references. Fixes [#​749](https://github.com/go-git/go-git/issues/749) by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/750
- git: fix cloning with branch name by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/755
- git: Worktree, add check to see if file already checked in. Fixes [#​718](https://github.com/go-git/go-git/issues/718) by [@​cbbm142](https://github.com/cbbm142) in https://github.com/go-git/go-git/pull/719
- git: Worktree, git grep bare repositories by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/728
- git: Add Depth to SubmoduleUpdateOptions by [@​matejrisek](https://github.com/matejrisek) in https://github.com/go-git/go-git/pull/754
- git: Testing, Fix tests not cleaning temp folders by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/769
- git: remote, add support for a configurable timeout. by [@​andrewpollock](https://github.com/andrewpollock) in https://github.com/go-git/go-git/pull/753
- git: Allow Initial Branch to be configurable by [@​techknowlogick](https://github.com/techknowlogick) in https://github.com/go-git/go-git/pull/764
- storage: filesystem/dotgit, Improve load packed-refs by [@​fcharlie](https://github.com/fcharlie) in https://github.com/go-git/go-git/pull/743
- storage: filesystem, Populate index before use. Fixes [#​148](https://github.com/go-git/go-git/issues/148) by [@​AriehSchneier](https://github.com/AriehSchneier) in https://github.com/go-git/go-git/pull/722
- plumbing: resolve non-external delta references by [@​ZauberNerd](https://github.com/ZauberNerd) in https://github.com/go-git/go-git/pull/485
- plumbing/transport: fix regression in scp-like match by [@​jotadrilo](https://github.com/jotadrilo) in https://github.com/go-git/go-git/pull/715
- plumbing/transport: Add support for custom proxy settings by [@​aryan9600](https://github.com/aryan9600) in https://github.com/go-git/go-git/pull/744
- \*: small fixes across the codebase by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/770
- \*: bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by [@​dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/776
- \*: bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/748
- \*: bump Go version to 1.18 on go.mod by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/774
- \*: add Codeql workflow and bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/775
- ci: fix upstream git build for master branch by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/739
#### New Contributors
- [@​ZauberNerd](https://github.com/ZauberNerd) made their first contribution in https://github.com/go-git/go-git/pull/485
- [@​jotadrilo](https://github.com/jotadrilo) made their first contribution in https://github.com/go-git/go-git/pull/715
- [@​fcharlie](https://github.com/fcharlie) made their first contribution in https://github.com/go-git/go-git/pull/743
- [@​AriehSchneier](https://github.com/AriehSchneier) made their first contribution in https://github.com/go-git/go-git/pull/755
- [@​cbbm142](https://github.com/cbbm142) made their first contribution in https://github.com/go-git/go-git/pull/719
- [@​aryan9600](https://github.com/aryan9600) made their first contribution in https://github.com/go-git/go-git/pull/744
- [@​matejrisek](https://github.com/matejrisek) made their first contribution in https://github.com/go-git/go-git/pull/754
- [@​andrewpollock](https://github.com/andrewpollock) made their first contribution in https://github.com/go-git/go-git/pull/753
- [@​techknowlogick](https://github.com/techknowlogick) made their first contribution in https://github.com/go-git/go-git/pull/764
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.1...v5.7.0
### [`v5.6.1`](https://github.com/go-git/go-git/releases/tag/v5.6.1)
[Compare Source](https://github.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 [@​ThinkChaos](https://github.com/ThinkChaos) in https://github.com/go-git/go-git/pull/682
- plumbing/transport: ssh, unable to pass a custom HostKeyCallback func by [@​aymanbagabas](https://github.com/aymanbagabas) in https://github.com/go-git/go-git/pull/655
- storage/filesystem: dotgit: fix a filesystem race in Refs/walkReferencesTree by [@​MichaelMure](https://github.com/MichaelMure) in https://github.com/go-git/go-git/pull/659
- \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/go-git/go-git/pull/684
- \*: bump dependencies by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/697
- \*: fix panic for empty revisions by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/696
- ci: bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/701
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.6.0...v5.6.1
### [`v5.6.0`](https://github.com/go-git/go-git/releases/tag/v5.6.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0)
#### What's Changed
- Worktree, check for empty parent dirs during Reset (Fixes [#​670](https://github.com/go-git/go-git/issues/670)) by [@​mbohy](https://github.com/mbohy) in https://github.com/go-git/go-git/pull/671
- \*: remove need to build with CGO by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/688
- plumbing: support SSH/X509 signed tags by [@​hiddeco](https://github.com/hiddeco) in https://github.com/go-git/go-git/pull/690
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.2...v5.6.0
### [`v5.5.2`](https://github.com/go-git/go-git/releases/tag/v5.5.2)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2)
#### What's Changed
- \*: update go-billy v5.4.0, removes data races. Fixes [#​629](https://github.com/go-git/go-git/issues/629) by [@​mcuadros](https://github.com/mcuadros) in https://github.com/go-git/go-git/pull/653
- Worktree: Add, fix add removed files. Fixes [#​223](https://github.com/go-git/go-git/issues/223) by [@​tfujiwar](https://github.com/tfujiwar) in https://github.com/go-git/go-git/pull/652
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2
### [`v5.5.1`](https://github.com/go-git/go-git/releases/tag/v5.5.1)
[Compare Source](https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1)
#### What's Changed
- \*: fix error when building with `CGO_ENABLED=0` by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/625
- plumbing: transport/ssh: fix panic on Windows 10 with paegent as ssh-agent by [@​doxsch](https://github.com/doxsch) in https://github.com/go-git/go-git/pull/617
- CommitOptions: AllowEmptyCommits, return an error instead of creating empty commits by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/623
**Full Changelog**: https://github.com/go-git/go-git/compare/v5.5.0...v5.5.1
### [`v5.5.0`](https://github.com/go-git/go-git/releases/tag/v5.5.0)
[Compare Source](https://github.com/go-git/go-git/compare/v5.4.2...v5.5.0)
#### What's Changed
- \*: add collision resistent SHA1 implementation by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/618
- \*: replace go-homedir with os.UserHomeDir by [@​mvdan](https://github.com/mvdan) in https://github.com/go-git/go-git/pull/535
- Remote: add RemoteURL to {Fetch,Pull,Push}Options by [@​noerw](https://github.com/noerw) in https://github.com/go-git/go-git/pull/375
- Remote: Push, add support to push commits per hashes by [@​tjamet](https://github.com/tjamet) in https://github.com/go-git/go-git/pull/325
- Remote: Push, add ForceWithLease Push Option by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/404
- Remote: PushOptions add push-options by [@​S-Bohn](https://github.com/S-Bohn) in https://github.com/go-git/go-git/pull/399
- Remote: Push, add atomic to push options by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/406
- Remote: add FollowTags option for pushes by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/385
- Worktree: use syscall.Timespec.Unix by [@​tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/437
- Worktree: Checkout, simplified sparse checkout by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/410
- Repository: don't crash accessing invalid pathinfo by [@​muesli](https://github.com/muesli) in https://github.com/go-git/go-git/pull/443
- storage: filesystem, switch from os.SEEK_\* to io.Seek\* by [@​abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/421
- config: add branch description support by [@​ninedraft](https://github.com/ninedraft) in https://github.com/go-git/go-git/pull/409
- revision: fix endless looping in revision parser by [@​michenriksen](https://github.com/michenriksen) in https://github.com/go-git/go-git/pull/475
- pumbling: optimise zlib reader and consolidate sync.Pools by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/608
- pumbling: parse optimisations by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/602
- plumbing: object, rename calculation uses too much memory by [@​jfontan](https://github.com/jfontan) in https://github.com/go-git/go-git/pull/503
- plumbing: protocol/pakp and server, include the contents of `GO_GIT_USER_AGENT_EXTRA`. Fixes [#​529](https://github.com/go-git/go-git/issues/529) by [@​stewing](https://github.com/stewing) in https://github.com/go-git/go-git/pull/531
- plumbing: protocol/pakp, avoid duplicate encoding when overriding a Capability value. by [@​tylerchr](https://github.com/tylerchr) in https://github.com/go-git/go-git/pull/521
- plumbing: protocol/pakp, update agent by [@​caarlos0](https://github.com/caarlos0) in https://github.com/go-git/go-git/pull/453
- plumbing: protocol/pakp: Actions should have type Action by [@​abhinav](https://github.com/abhinav) in https://github.com/go-git/go-git/pull/420
- plumbing: protocol/pakp: allow unsupported `multi_ack` capability by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/613
- plumbing: transport/ssh, auto-populate HostKeyAlgorithms. Fixes [#​411](https://github.com/go-git/go-git/issues/411) by [@​evanelias](https://github.com/evanelias) in https://github.com/go-git/go-git/pull/548
- pumbling: format/packfile, resolve external reference delta by [@​ga-paul-t](https://github.com/ga-paul-t) in https://github.com/go-git/go-git/pull/392
- plumbing: format/packfile, prevent large objects from being read into memory completely by [@​zeripath](https://github.com/zeripath) in https://github.com/go-git/go-git/pull/330
- plumbing: format/index, support v3 index by [@​john-cai](https://github.com/john-cai) in https://github.com/go-git/go-git/pull/407
- plumbing: format/gitignore, Read .git/info/exclude file too. by [@​enisdenjo](https://github.com/enisdenjo) in https://github.com/go-git/go-git/pull/402
- plumbing: format/gitattributes, Avoid index out of range by [@​To1ne](https://github.com/To1ne) in https://github.com/go-git/go-git/pull/598
- plumbing: format/config, Branch name with hash can be cloned. Fixes [#​309](https://github.com/go-git/go-git/issues/309) by [@​dowy](https://github.com/dowy) in https://github.com/go-git/go-git/pull/354
- go.mod: update github.com/xanzy/ssh-agent to v0.3.1 by [@​tklauser](https://github.com/tklauser) in https://github.com/go-git/go-git/pull/403
- go.mod: update dependencies to remove supply chain CVEs by [@​pjbgf](https://github.com/pjbgf) in https://github.com/go-git/go-git/pull/620
- examples: added "tag find if head is tagged" by [@​snebel29](https://github.com/snebel29) in https://github.com/go-git/go-git/pull/374
- examples: remote fix typo by [@​nep-0](https://github.com/nep-0) in https://github.com/go-git/go-git/pull/408
**Full Changelog**: https://github.com/go-git/go-git/compare/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>
2023-09-08 01:01:32 +00:00
|
|
|
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
2022-09-13 17:52:44 +00:00
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2023-09-08 01:06:11 +00:00
|
|
|
github.com/yuin/goldmark v1.5.2 // indirect
|
2022-06-10 14:31:24 +00:00
|
|
|
github.com/yuin/goldmark-emoji v1.0.1 // indirect
|
2023-09-08 01:40:02 +00:00
|
|
|
golang.org/x/mod v0.12.0 // indirect
|
2024-03-07 04:04:35 +00:00
|
|
|
golang.org/x/net v0.21.0 // indirect
|
2024-03-06 04:38:27 +00:00
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
2023-11-09 04:29:12 +00:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2023-09-08 01:40:02 +00:00
|
|
|
golang.org/x/tools v0.13.0 // indirect
|
2022-06-10 14:31:24 +00:00
|
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
2019-04-25 17:06:53 +00:00
|
|
|
)
|