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

10 lines
208 B
Modula-2
Raw 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
github.com/josephbmanley/OpenSkins-Common v0.0.0-20201227072620-649a4ef8820a
2020-12-26 04:16:14 +01:00
github.com/sirupsen/logrus v1.7.0
)