aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2022-12-03 13:19:01 +0000
committerPaulo Gomes <pjbgf@linux.com>2022-12-03 13:19:01 +0000
commit223e7321561147bb4f56e442ca8f84b7453e131e (patch)
tree3c6f5f4ba1fb5d8a354f957a47a9a96ae141c9ac /go.mod
parenta0b612a537f499b2cc9bddafac625e12c73bd3f5 (diff)
downloadgo-git-223e7321561147bb4f56e442ca8f84b7453e131e.tar.gz
build: Bump github.com/pjbgf/sha1cd to v0.2.3
Fixes regression in which applications that depend on go-git could no longer build with CGO_ENABLED=0 or when vendoring dependencies. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b214c8a..9a9fa19 100644
--- a/go.mod
+++ b/go.mod
@@ -14,7 +14,7 @@ require (
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
github.com/jessevdk/go-flags v1.5.0
github.com/kevinburke/ssh_config v1.2.0
- github.com/pjbgf/sha1cd v0.2.0
+ github.com/pjbgf/sha1cd v0.2.3
github.com/pkg/errors v0.9.1 // indirect
github.com/sergi/go-diff v1.1.0
github.com/skeema/knownhosts v1.1.0