We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e154c commit a461fcfCopy full SHA for a461fcf
2 files changed
go.mod
@@ -14,11 +14,9 @@ require (
14
github.com/mattn/go-isatty v0.0.12 // indirect
15
github.com/mitchellh/go-homedir v1.1.0
16
github.com/rhysd/go-github-selfupdate v1.2.3
17
- github.com/spf13/afero v1.5.1
+ github.com/spf13/afero v1.9.5
18
github.com/spf13/cobra v1.1.3
19
github.com/spf13/pflag v1.0.5
20
github.com/spf13/viper v1.7.1
21
github.com/valyala/fasttemplate v1.1.0 // indirect
22
- golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
23
- golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect
24
)
0 commit comments