You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use os.UserHomeDir instead of go-homedir
Let's use the built-in Go function instead of the library. It makes
go-homedir an indirect dependency as it is still in-use by transitive
dependency.
Signed-off-by: Vincent Demeester <[email protected]>
0 commit comments