Use ffcli, tidy up usage message

This commit is contained in:
David Stotijn
2022-02-28 12:50:09 +01:00
parent d438f93ee0
commit ca0c085021
6 changed files with 328 additions and 215 deletions

1
go.mod
View File

@ -11,6 +11,7 @@ require (
github.com/matryer/moq v0.2.5
github.com/mitchellh/go-homedir v1.1.0
github.com/oklog/ulid v1.3.1
github.com/peterbourgon/ff/v3 v3.1.2
github.com/vektah/gqlparser/v2 v2.2.0
go.uber.org/zap v1.21.0
)