mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-11 20:46:24 +03:00
11 lines
258 B
Modula-2
11 lines
258 B
Modula-2
module github.com/derfenix/photocatalog
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
|
|
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
|
|
)
|