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>
This commit is contained in:
Sebastiaan van Stijn
2021-02-19 12:44:32 +01:00
parent feebf74e97
commit 1d8091a7e9
7 changed files with 11 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
module github.com/sirupsen/logrus/ci
go 1.15
require github.com/magefile/mage v1.11.0