12 lines
187 B
Modula-2
12 lines
187 B
Modula-2
module photogallery
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.4.0
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
golang.org/x/image v0.21.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.4.0 // indirect
|