Files
logrus/ci/go.mod
T
Sebastiaan van Stijn 1d8091a7e9 move "mage" to a separate module
Move the magefile related files to a submodule, so that it
does not become a dependency for logrus itself.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-02-19 12:47:40 +01:00

6 lines
88 B
Modula-2

module github.com/sirupsen/logrus/ci
go 1.15
require github.com/magefile/mage v1.11.0