Skip to content

Commit dfccc33

Browse files
committed
Bump to version of github.com/go-git/go-git w/ correct "thin pack" handling
The v5.4.2 version of the `github.com/go-git/go-git` module dependency used by this project to work with the Git repositories of the libraries was not able to correctly handle specific types of references in Git "thin packs", causing a spurious failure of the sync process for the affected libraries: Error fetching repository: reference delta not found The issue has been fixed already (go-git/go-git#392). Unfortunately, there has not been a release of `github.com/go-git/go-git` since that time, and the release cycle appears to be fairly long. For this reason, it is necessary to use a non-release version of the module in order to get access to the fix immediately. This project will resume using release versions of the dependency as soon as the next one is made.
1 parent 6bd5694 commit dfccc33

Some content is hidden

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

46 files changed

+144
-148
lines changed

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5.dep.yml

+1-1
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.4.3-0.20220108132248-a5bbcd278ab1
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

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/config.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/go-git/go-git/v5/config
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary: Package config contains the abstraction of multiple config files
66
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004
@@ -209,6 +209,6 @@ licenses:
209209
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
210210
See the License for the specific language governing permissions and
211211
limitations under the License.
212-
- sources: [email protected].2/README.md
212+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
213213
text: Apache License Version 2.0, see [LICENSE](LICENSE)
214214
notices: []

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/internal/revision.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: github.com/go-git/go-git/v5/internal/revision
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary: 'Package revision extracts git revision from string More information about
66
revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html'
77
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision
88
license: apache-2.0
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1111
text: |2
1212
Apache License
1313
Version 2.0, January 2004
@@ -210,6 +210,6 @@ licenses:
210210
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
211211
See the License for the specific language governing permissions and
212212
limitations under the License.
213-
- sources: [email protected].2/README.md
213+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
214214
text: Apache License Version 2.0, see [LICENSE](LICENSE)
215215
notices: []

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/internal/url.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/go-git/go-git/v5/internal/url
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004
@@ -209,6 +209,6 @@ licenses:
209209
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
210210
See the License for the specific language governing permissions and
211211
limitations under the License.
212-
- sources: [email protected].2/README.md
212+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
213213
text: Apache License Version 2.0, see [LICENSE](LICENSE)
214214
notices: []

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/go-git/go-git/v5/plumbing
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary: package plumbing implement the core interfaces and structs used by go-git
66
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004
@@ -209,6 +209,6 @@ licenses:
209209
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
210210
See the License for the specific language governing permissions and
211211
limitations under the License.
212-
- sources: [email protected].2/README.md
212+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
213213
text: Apache License Version 2.0, see [LICENSE](LICENSE)
214214
notices: []

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/go-git/go-git/v5/plumbing/cache
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004
@@ -209,6 +209,6 @@ licenses:
209209
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
210210
See the License for the specific language governing permissions and
211211
limitations under the License.
212-
- sources: [email protected].2/README.md
212+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
213213
text: Apache License Version 2.0, see [LICENSE](LICENSE)
214214
notices: []

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/go-git/go-git/v5/plumbing/color
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004
@@ -209,6 +209,6 @@ licenses:
209209
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
210210
See the License for the specific language governing permissions and
211211
limitations under the License.
212-
- sources: [email protected].2/README.md
212+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
213213
text: Apache License Version 2.0, see [LICENSE](LICENSE)
214214
notices: []

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/go-git/go-git/v5/plumbing/filemode
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004
@@ -209,6 +209,6 @@ licenses:
209209
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
210210
See the License for the specific language governing permissions and
211211
limitations under the License.
212-
- sources: [email protected].2/README.md
212+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
213213
text: Apache License Version 2.0, see [LICENSE](LICENSE)
214214
notices: []

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/go-git/go-git/v5/plumbing/format/config
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary: Package config implements encoding and decoding of git config files.
66
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004
@@ -209,6 +209,6 @@ licenses:
209209
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
210210
See the License for the specific language governing permissions and
211211
limitations under the License.
212-
- sources: [email protected].2/README.md
212+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
213213
text: Apache License Version 2.0, see [LICENSE](LICENSE)
214214
notices: []

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/go-git/go-git/v5/plumbing/format/diff
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004
@@ -209,6 +209,6 @@ licenses:
209209
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
210210
See the License for the specific language governing permissions and
211211
limitations under the License.
212-
- sources: [email protected].2/README.md
212+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
213213
text: Apache License Version 2.0, see [LICENSE](LICENSE)
214214
notices: []

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: github.com/go-git/go-git/v5/plumbing/format/gitignore
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary: Package gitignore implements matching file system paths to gitignore patterns
66
that can be automatically read from a git repository tree in the order of definition
77
priorities.
88
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore
99
license: apache-2.0
1010
licenses:
11-
- sources: [email protected].2/LICENSE
11+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1212
text: |2
1313
Apache License
1414
Version 2.0, January 2004
@@ -211,6 +211,6 @@ licenses:
211211
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
212212
See the License for the specific language governing permissions and
213213
limitations under the License.
214-
- sources: [email protected].2/README.md
214+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
215215
text: Apache License Version 2.0, see [LICENSE](LICENSE)
216216
notices: []

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/go-git/go-git/v5/plumbing/format/idxfile
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary: Package idxfile implements encoding and decoding of packfile idx files.
66
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004
@@ -209,6 +209,6 @@ licenses:
209209
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
210210
See the License for the specific language governing permissions and
211211
limitations under the License.
212-
- sources: [email protected].2/README.md
212+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
213213
text: Apache License Version 2.0, see [LICENSE](LICENSE)
214214
notices: []

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/go-git/go-git/v5/plumbing/format/index
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary: Package index implements encoding and decoding of index format files.
66
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004
@@ -209,6 +209,6 @@ licenses:
209209
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
210210
See the License for the specific language governing permissions and
211211
limitations under the License.
212-
- sources: [email protected].2/README.md
212+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
213213
text: Apache License Version 2.0, see [LICENSE](LICENSE)
214214
notices: []

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/go-git/go-git/v5/plumbing/format/objfile
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary: Package objfile implements encoding and decoding of object files.
66
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004
@@ -209,6 +209,6 @@ licenses:
209209
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
210210
See the License for the specific language governing permissions and
211211
limitations under the License.
212-
- sources: [email protected].2/README.md
212+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
213213
text: Apache License Version 2.0, see [LICENSE](LICENSE)
214214
notices: []

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/go-git/go-git/v5/plumbing/format/packfile
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary: Package packfile implements encoding and decoding of packfile format.
66
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile
77
license: apache-2.0
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004
@@ -209,6 +209,6 @@ licenses:
209209
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
210210
See the License for the specific language governing permissions and
211211
limitations under the License.
212-
- sources: [email protected].2/README.md
212+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
213213
text: Apache License Version 2.0, see [LICENSE](LICENSE)
214214
notices: []

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: github.com/go-git/go-git/v5/plumbing/format/pktline
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines
66
from payloads.
77
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline
88
license: apache-2.0
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1111
text: |2
1212
Apache License
1313
Version 2.0, January 2004
@@ -210,6 +210,6 @@ licenses:
210210
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
211211
See the License for the specific language governing permissions and
212212
limitations under the License.
213-
- sources: [email protected].2/README.md
213+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
214214
text: Apache License Version 2.0, see [LICENSE](LICENSE)
215215
notices: []

.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: github.com/go-git/go-git/v5/plumbing/object
3-
version: v5.4.2
3+
version: v5.4.3-0.20220108132248-a5bbcd278ab1
44
type: go
55
summary: Package object contains implementations of all Git objects and utility functions
66
to work with them.
77
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object
88
license: apache-2.0
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/LICENSE
1111
text: |2
1212
Apache License
1313
Version 2.0, January 2004
@@ -210,6 +210,6 @@ licenses:
210210
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
211211
See the License for the specific language governing permissions and
212212
limitations under the License.
213-
- sources: [email protected].2/README.md
213+
- sources: [email protected].3-0.20220108132248-a5bbcd278ab1/README.md
214214
text: Apache License Version 2.0, see [LICENSE](LICENSE)
215215
notices: []

0 commit comments

Comments
 (0)