Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nehemming committed Nov 9, 2021
1 parent 7e6c746 commit bbf7129
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.4.1
github.com/nehemming/fsio v0.6.0 // indirect
github.com/nehemming/fsio v0.6.0
github.com/nehemming/testsupport v0.0.0-20201206084157-e42fc749801f
github.com/nehemming/yaff v0.2.0
github.com/pkg/errors v0.8.1
Expand Down
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RR
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/nehemming/fsio v0.5.0 h1:U5Z3ih4J2WpZs1LERIPGVk3ipe+BDq4XVX81jI7RfJk=
github.com/nehemming/fsio v0.5.0/go.mod h1:pab/WsPtPtoQKz5OcslkB1j0fMuoTZY+8bHdZVSHzOg=
github.com/nehemming/fsio v0.6.0 h1:p9S0cSxXqyigltrD2/3VySNiGrtPq8coQcEmFgINKa4=
github.com/nehemming/fsio v0.6.0/go.mod h1:pab/WsPtPtoQKz5OcslkB1j0fMuoTZY+8bHdZVSHzOg=
Expand Down

0 comments on commit bbf7129

Please sign in to comment.