Start development work on webserver runtime

This commit is contained in:
2020-12-27 04:27:57 -05:00
parent fd2814d77a
commit 469d1dfcb3
4 changed files with 72 additions and 3 deletions

3
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/josephbmanley/OpenSkins
go 1.13
require (
github.com/josephbmanley/OpenSkins-Common v0.0.0-20201227061123-22199a5c0ab9
github.com/gorilla/mux v1.8.0
github.com/josephbmanley/OpenSkins-Common v0.0.0-20201227072620-649a4ef8820a
github.com/sirupsen/logrus v1.7.0
)