refactor: filesystem io

This commit is contained in:
2021-07-19 07:04:37 +01:00
parent 8c5e25bd01
commit f7059dbe98
3 changed files with 68 additions and 29 deletions

1
go.mod
View File

@ -15,6 +15,7 @@ require (
github.com/morikuni/aec v1.0.0 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/schultz-is/passgen v1.0.1
github.com/sirupsen/logrus v1.8.1
github.com/theupdateframework/notary v0.7.0 // indirect
github.com/urfave/cli/v2 v2.3.0 //ct
)