golang-github-go-git-go-git 5.4.2-3ubuntu0.23.10.1 source package in Ubuntu

Changelog

golang-github-go-git-go-git (5.4.2-3ubuntu0.23.10.1) mantic-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Mon, 22 Jan 2024 09:57:13 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security universe misc

Downloads

File Size SHA-256 Checksum
golang-github-go-git-go-git_5.4.2.orig.tar.gz 451.0 KiB bbdb5f61f027fb949f4091160e26af07c62ca80089b6efbb4d524c69158bbdcf
golang-github-go-git-go-git_5.4.2-3ubuntu0.23.10.1.debian.tar.xz 3.5 KiB 05f565d230ca7c2ad29a8a77182436fc94d428fb30fdb4874244ab51dff6e35f
golang-github-go-git-go-git_5.4.2-3ubuntu0.23.10.1.dsc 2.9 KiB eaa1af88ae01ec638cd0ef365c3a3f4e608f337f5d1be300a93d0de5d3b48b33

View changes file

Binary packages built by this source

go-git: highly extensible Git implementation in pure Go (command line)

 go-git is a highly extensible git implementation library written in pure Go.
 .
 It can be used to manipulate git repositories at low level (plumbing) or high
 level (porcelain), through an idiomatic Go API. It also supports several types
 of storage, such as in-memory filesystems, or custom implementations, thanks
 to the Storer interface.
 .
 This package provides command line interface of this library.

golang-github-go-git-go-git-dev: highly extensible Git implementation in pure Go

 go-git is a highly extensible git implementation library written in pure Go.
 .
 It can be used to manipulate git repositories at low level (plumbing) or high
 level (porcelain), through an idiomatic Go API. It also supports several types
 of storage, such as in-memory filesystems, or custom implementations, thanks
 to the Storer interface.