games-screenshot-manager/go.mod

9 lines
173 B
Modula-2

module github.com/fmartingr/games-screenshot-mananger
go 1.15
require (
github.com/gosimple/slug v1.9.0
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
)