Skip to content

Commit

Permalink
Intergrate afero for easier testing (#15)
Browse files Browse the repository at this point in the history
* Integrate spf13/afero for easier testing
  • Loading branch information
maxifom authored Jun 18, 2022
1 parent 1461f84 commit c75ea09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.18
require (
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/dave/jennifer v1.5.0
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.10.1
github.com/stoewer/go-strcase v1.2.0
Expand All @@ -26,7 +27,6 @@ require (
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
Expand Down

0 comments on commit c75ea09

Please sign in to comment.