mirror of
https://github.com/grdl/git-get.git
synced 2026-02-07 04:55:38 +00:00
Replace deprecated modules
Replace go-homedir with builtin os.UserHomeDir and pkg/errors with builtin errors
This commit is contained in:
2
go.mod
2
go.mod
@@ -5,9 +5,7 @@ go 1.16
|
||||
require (
|
||||
github.com/karrick/godirwalk v1.15.6
|
||||
github.com/kr/text v0.2.0 // indirect
|
||||
github.com/mitchellh/go-homedir v1.1.0
|
||||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/spf13/cobra v1.0.0
|
||||
github.com/spf13/viper v1.7.0
|
||||
github.com/stretchr/testify v1.6.0
|
||||
|
||||
Reference in New Issue
Block a user