Add Makefile, create skins directory, and update libraries
This commit is contained in:
8
go.mod
8
go.mod
@@ -3,8 +3,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/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.0-20201227061123-22199a5c0ab9
|
||||
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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user