1module github.com/xyproto/guessica
2
3go 1.14
4
5require (
6	github.com/urfave/cli/v2 v2.2.0
7	github.com/xyproto/textoutput v1.12.0
8)
9