mirror of
https://github.com/nxshock/gallery.git
synced 2024-11-27 00:11:00 +05:00
17 lines
396 B
Modula-2
17 lines
396 B
Modula-2
|
module github.com/nxshock/gallery
|
||
|
|
||
|
go 1.19
|
||
|
|
||
|
require (
|
||
|
github.com/ilyakaznacheev/cleanenv v1.4.1
|
||
|
github.com/nxshock/zkv v0.0.9
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/BurntSushi/toml v1.1.0 // indirect
|
||
|
github.com/joho/godotenv v1.4.0 // indirect
|
||
|
github.com/klauspost/compress v1.15.12 // indirect
|
||
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||
|
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
|
||
|
)
|