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

9 lines
177 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/josephbmanley/OpenSkins-Common v0.0.0-20201227061123-22199a5c0ab9
2020-12-26 04:16:14 +01:00
github.com/sirupsen/logrus v1.7.0
)