This repository has been archived on 2023-04-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openskins-plugin/go.mod

11 lines
291 B
Modula-2

module github.com/josephbmanley/OpenSkins-Standalone-Plugin
go 1.13
require (
github.com/cristalhq/aconfig v0.10.0
github.com/cristalhq/aconfig/aconfigyaml v0.10.0
github.com/ilyakaznacheev/cleanenv v1.2.5
github.com/josephbmanley/OpenSkins-Common v0.0.0-20201227061123-22199a5c0ab9
)