This repository has been archived on 2023-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
openskins/go.mod

14 lines
403 B
Modula-2
Raw Permalink Normal View History

2020-12-26 04:16:14 +01:00
module github.com/josephbmanley/OpenSkins
go 1.13
require (
github.com/gorilla/mux v1.8.0
2021-01-30 05:19:27 +01:00
github.com/josephbmanley/OpenSkins-Common v0.0.1
2020-12-26 04:16:14 +01:00
github.com/sirupsen/logrus v1.7.0
2021-01-30 05:19:27 +01:00
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
2020-12-26 04:16:14 +01:00
)