14 lines
403 B
Modula-2
14 lines
403 B
Modula-2
module github.com/josephbmanley/OpenSkins
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
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
|
|
)
|