mfer/go.mod

14 lines
284 B
Modula-2
Raw Normal View History

2022-02-02 04:12:32 +00:00
module git.eeqj.de/sneak/mfer
go 1.16
require (
2022-12-04 18:55:22 +00:00
github.com/apex/log v1.9.0
github.com/davecgh/go-spew v1.1.1
2022-02-02 05:36:20 +00:00
github.com/pterm/pterm v0.12.35
github.com/spf13/afero v1.8.0
2022-12-04 18:55:22 +00:00
github.com/stretchr/testify v1.8.1
2022-02-02 05:36:20 +00:00
github.com/urfave/cli/v2 v2.3.0
2022-12-04 18:55:22 +00:00
google.golang.org/protobuf v1.28.1
2022-02-02 04:12:32 +00:00
)