Use stdlib instead of go-homedir

This commit is contained in:
Andrey Nering
2019-09-08 22:07:48 -03:00
parent bcbb85eac3
commit 84da80356d
3 changed files with 1 additions and 5 deletions

1
go.mod
View File

@@ -9,7 +9,6 @@ require (
github.com/huandu/xstrings v1.1.0 // indirect
github.com/imdario/mergo v0.3.6 // indirect
github.com/mattn/go-zglob v0.0.1
github.com/mitchellh/go-homedir v1.0.0
github.com/radovskyb/watcher v1.0.5
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.3.0