games-screenshot-manager/go.mod

10 lines
208 B
Modula-2

module github.com/fmartingr/games-screenshot-manager
go 1.15
require (
github.com/gosimple/slug v1.12.0
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
github.com/sirupsen/logrus v1.8.1
)