Intial webserver runtime
This commit is contained in:
6
go.mod
6
go.mod
@@ -4,6 +4,10 @@ go 1.13
|
||||
|
||||
require (
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/josephbmanley/OpenSkins-Common v0.0.0-20201227072620-649a4ef8820a
|
||||
github.com/josephbmanley/OpenSkins-Common v0.0.1
|
||||
github.com/sirupsen/logrus v1.7.0
|
||||
github.com/stretchr/objx v0.3.0 // indirect
|
||||
github.com/stretchr/testify v1.7.0 // indirect
|
||||
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
||||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user