Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-09-02 15:21:33 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-09-03 11:18:59 +0300
commit3b103cb7b74228f26af5beb4cefc47edee794ce9 (patch)
treecf3f252a144833ddaa455bdefef71db243121f47 /go.mod
parent0cc936583ba14b2dc6451843f897abbf550cf091 (diff)
Update to latest Mage
And run the Appveyor tests without GOPATH. Fixes https://github.com/magefile/mage/issues/79
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ed98a592b..a1d691022 100644
--- a/go.mod
+++ b/go.mod
@@ -30,7 +30,7 @@ require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jdkato/prose v1.1.0
github.com/kyokomi/emoji v1.5.1
- github.com/magefile/mage v2.2.0+incompatible
+ github.com/magefile/mage v1.2.4
github.com/magiconair/properties v1.8.0 // indirect
github.com/markbates/inflect v0.0.0-20171215194931-a12c3aec81a6
github.com/mattn/go-isatty v0.0.3 // indirect