diff options
author | Daniel Martí <mvdan@mvdan.cc> | 2022-05-26 16:24:02 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2022-05-29 16:12:57 +0200 |
commit | bc1f419cebcf7505db31149fa459e9e3f8260e00 (patch) | |
tree | 0a997fdf76f0167692d294505ff3c80a7064a404 /go.mod | |
parent | 69aa78ab169e8fa5d96561462b0a07aa5030bad6 (diff) | |
download | go-git-bc1f419cebcf7505db31149fa459e9e3f8260e00.tar.gz |
all: replace go-homedir with os.UserHomeDir
Added in Go 1.12, this means we need one less dependency.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,7 +16,6 @@ require ( github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 github.com/jessevdk/go-flags v1.5.0 github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 - github.com/mitchellh/go-homedir v1.1.0 github.com/sergi/go-diff v1.1.0 github.com/xanzy/ssh-agent v0.3.1 golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 |