2022-02-02 04:12:32 +00:00
|
|
|
module git.eeqj.de/sneak/mfer
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2022-02-02 08:12:03 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-02-02 05:36:20 +00:00
|
|
|
github.com/pterm/pterm v0.12.35
|
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2022-02-02 04:12:32 +00:00
|
|
|
google.golang.org/protobuf v1.27.1
|
|
|
|
)
|