aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2023-02-25 13:32:17 +0000
committerPaulo Gomes <pjbgf@linux.com>2023-02-25 13:32:17 +0000
commitbd33c95fc3cbe8c04dd084c22defd1aa3c3e43dc (patch)
tree1d14ac51034f021469322a0ea03ea20657f7df2d /go.mod
parent7ab4957732a817bada223e5c361f0c9753d9e40c (diff)
downloadgo-git-bd33c95fc3cbe8c04dd084c22defd1aa3c3e43dc.tar.gz
Remove need to build with CGO
Follow-up from #618, at the time the Pure Go sha1cd implementation was not performant enough to be the default. This has now changed and the cgo and generic implementations yields similar results. Users are able to override the default implementation, however this seems to be a better default as it does not require the use of CGO during build time. 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 be60e7e..c46d244 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.3
+ github.com/pjbgf/sha1cd v0.3.0
github.com/pkg/errors v0.9.1 // indirect
github.com/sergi/go-diff v1.1.0
github.com/skeema/knownhosts v1.1.0