Implement basic skinstore plugin using filesystem
This commit is contained in:
10
go.mod
Normal file
10
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user