Skip to content

Commit

Permalink
Bump to version of github.com/go-git/go-git w/ correct "thin pack" …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
per1234 committed Mar 21, 2022
1 parent 6bd5694 commit dfccc33
Show file tree
Hide file tree
Showing 46 changed files with 144 additions and 148 deletions.
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary: A highly extensible git implementation in pure Go.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5
Expand Down
@@ -1,12 +1,12 @@
---
name: github.com/go-git/go-git/v5/config
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary: Package config contains the abstraction of multiple config files
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -209,6 +209,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []
@@ -1,13 +1,13 @@
---
name: github.com/go-git/go-git/v5/internal/revision
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary: 'Package revision extracts git revision from string More information about
revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html'
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -210,6 +210,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []
@@ -1,12 +1,12 @@
---
name: github.com/go-git/go-git/v5/internal/url
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary:
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -209,6 +209,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []
@@ -1,12 +1,12 @@
---
name: github.com/go-git/go-git/v5/plumbing
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary: package plumbing implement the core interfaces and structs used by go-git
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -209,6 +209,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []
@@ -1,12 +1,12 @@
---
name: github.com/go-git/go-git/v5/plumbing/cache
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary:
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -209,6 +209,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []
@@ -1,12 +1,12 @@
---
name: github.com/go-git/go-git/v5/plumbing/color
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary:
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -209,6 +209,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []
@@ -1,12 +1,12 @@
---
name: github.com/go-git/go-git/v5/plumbing/filemode
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary:
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -209,6 +209,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []
@@ -1,12 +1,12 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/config
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary: Package config implements encoding and decoding of git config files.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -209,6 +209,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []
@@ -1,12 +1,12 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/diff
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary:
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -209,6 +209,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []
@@ -1,14 +1,14 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/gitignore
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary: Package gitignore implements matching file system paths to gitignore patterns
that can be automatically read from a git repository tree in the order of definition
priorities.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -211,6 +211,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []
@@ -1,12 +1,12 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/idxfile
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary: Package idxfile implements encoding and decoding of packfile idx files.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -209,6 +209,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []
@@ -1,12 +1,12 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/index
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary: Package index implements encoding and decoding of index format files.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -209,6 +209,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []
@@ -1,12 +1,12 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/objfile
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary: Package objfile implements encoding and decoding of object files.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -209,6 +209,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []
@@ -1,12 +1,12 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/packfile
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary: Package packfile implements encoding and decoding of packfile format.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -209,6 +209,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []
@@ -1,13 +1,13 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/pktline
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines
from payloads.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -210,6 +210,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []
@@ -1,13 +1,13 @@
---
name: github.com/go-git/go-git/v5/plumbing/object
version: v5.4.2
version: v5.4.3-0.20220108132248-a5bbcd278ab1
type: go
summary: Package object contains implementations of all Git objects and utility functions
to work with them.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object
license: apache-2.0
licenses:
- sources: v5@v5.4.2/LICENSE
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/LICENSE
text: |2
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -210,6 +210,6 @@ licenses:
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- sources: v5@v5.4.2/README.md
- sources: v5@v5.4.3-0.20220108132248-a5bbcd278ab1/README.md
text: Apache License Version 2.0, see [LICENSE](LICENSE)
notices: []

0 comments on commit dfccc33

Please sign in to comment.