diff options
author | doxsch <28098153+doxsch@users.noreply.github.com> | 2022-12-05 12:13:13 +0100 |
---|---|---|
committer | doxsch <28098153+doxsch@users.noreply.github.com> | 2022-12-05 12:13:13 +0100 |
commit | 08db65ff4f94240b4cd31e009df7bc6b84c24fcf (patch) | |
tree | a9be91a8ddf0884d4e9cbeaf0c4cc6f7f86a3336 /go.mod | |
parent | 3e07c5030b4e3b2fcbcb461f9f6b23212f978335 (diff) | |
download | go-git-08db65ff4f94240b4cd31e009df7bc6b84c24fcf.tar.gz |
fix: Upgrade github.com/xanzy/ssh-agent to v0.3.3 to fix panic
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ require ( github.com/pkg/errors v0.9.1 // indirect github.com/sergi/go-diff v1.1.0 github.com/skeema/knownhosts v1.1.0 - github.com/xanzy/ssh-agent v0.3.2 + github.com/xanzy/ssh-agent v0.3.3 golang.org/x/crypto v0.3.0 golang.org/x/net v0.2.0 golang.org/x/sys v0.2.0 |