Implement basic skinstore plugin using filesystem

This commit is contained in:
2020-12-27 01:28:00 -05:00
parent 4c0818282c
commit 8d90b8668a
5 changed files with 176 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
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
)