Skip to content

Commit 4cdf367

Browse files
authoredDec 24, 2024
Upgrade some golang packages (#2792)
* Upgrade golang.org/x packages * Upgrade go.bug.st/serial * Upgrade go-git * Updated license cache * Fixed unit test and url parsing in lib install via git Previously go-git accepted urls in the format: https://github.com/author/repo#ref but now it refuses to fetch if the "#ref" suffix is present. The new parsing utility returns the URL cleaned up of the reference. * Added more git repo providers
1 parent 7782c89 commit 4cdf367

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+2262
-333
lines changed
 

‎.licenses/go/github.com/imdario/mergo.dep.yml renamed to ‎.licenses/go/dario.cat/mergo.dep.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: github.com/imdario/mergo
3-
version: v0.3.12
2+
name: dario.cat/mergo
3+
version: v1.0.0
44
type: go
55
summary: A helper to merge structs and maps in Golang.
6-
homepage: https://pkg.go.dev/github.com/imdario/mergo
6+
homepage: https://pkg.go.dev/dario.cat/mergo
77
license: bsd-3-clause
88
licenses:
99
- sources: LICENSE
@@ -40,6 +40,5 @@ licenses:
4040
text: |-
4141
[BSD 3-Clause](http://opensource.org/licenses/BSD-3-Clause) license, as [Go language](http://golang.org/LICENSE).
4242
43-
4443
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fimdario%2Fmergo.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fimdario%2Fmergo?ref=badge_large)
4544
notices: []

‎.licenses/go/github.com/go-git/go-git/v5.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/go-git/go-git/v5
3-
version: v5.4.2
3+
version: v5.12.0
44
type: go
55
summary: A highly extensible git implementation in pure Go.
66
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5

0 commit comments

Comments
 (0)