aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2023-02-28 23:47:00 +0100
committerGitHub <noreply@github.com>2023-02-28 23:47:00 +0100
commit2401659b649ff6d386383ec06c4b9d5290b2741c (patch)
tree1d14ac51034f021469322a0ea03ea20657f7df2d /go.mod
parent7ab4957732a817bada223e5c361f0c9753d9e40c (diff)
parentbd33c95fc3cbe8c04dd084c22defd1aa3c3e43dc (diff)
downloadgo-git-2401659b649ff6d386383ec06c4b9d5290b2741c.tar.gz
Merge pull request #688 from pjbgf/bump-sha1cd
Remove need to build with CGO
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