2022-02-02 04:12:32 +00:00
|
|
|
module git.eeqj.de/sneak/mfer
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2022-12-04 07:59:36 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2022-02-02 05:36:20 +00:00
|
|
|
github.com/pterm/pterm v0.12.35
|
2022-12-04 07:59:36 +00:00
|
|
|
github.com/spf13/afero v1.8.0
|
2022-02-02 05:36:20 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2022-12-04 07:59:36 +00:00
|
|
|
github.com/visionmedia/go-cli-log v0.0.0-20151214173634-914d1b040b20 // indirect
|
2022-02-02 04:12:32 +00:00
|
|
|
google.golang.org/protobuf v1.27.1
|
|
|
|
)
|