13 lines
372 B
Modula-2
13 lines
372 B
Modula-2
module github.com/josephbmanley/OpenSkins-Standalone-Plugin
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cristalhq/aconfig v0.10.1
|
|
github.com/cristalhq/aconfig/aconfigyaml v0.11.0
|
|
github.com/ilyakaznacheev/cleanenv v1.2.5
|
|
github.com/josephbmanley/OpenSkins-Common v0.0.1
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
|
|
)
|