Remove go-homedir ?
MichaelMure opened this issue · 0 comments
MichaelMure commented
FYI
As you are requiring go 1.14 in your go.mod, you could use os.UserHomeDir()
and remove the dependency to github.com/mitchellh/go-homedir
.
Likewise, os.UserConfigDir()
could be useful.