module github.com/ayoisaiah/f2 go 1.16 require ( github.com/google/go-cmp v0.5.4 // indirect github.com/olekukonko/tablewriter v0.0.5 github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect github.com/stretchr/testify v1.5.1 // indirect github.com/urfave/cli/v2 v2.2.0 gopkg.in/djherbis/times.v1 v1.2.0 // indirect gopkg.in/gookit/color.v1 v1.1.6 )