mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-11 11:52:57 +03:00
11 lines
212 B
Modula-2
11 lines
212 B
Modula-2
module github.com/derfenix/photocatalog/v2
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.8.0
|
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
|
|
)
|
|
|
|
require golang.org/x/sys v0.28.0 // indirect
|