refactor homedir to stdlib os.UserHomeDir (go1.12)

- remove mitchellh/go-homedir dependency
This commit is contained in:
konez2k
2020-07-08 15:57:34 +02:00
committed by Lea Anthony
parent 5565f8ba94
commit 71df64087b
5 changed files with 8 additions and 12 deletions

1
go.mod
View File

@@ -14,7 +14,6 @@ require (
github.com/leaanthony/spinner v0.5.3
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/pkg/errors v0.8.1 // indirect