hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit db1a5af15db75dbdf64697c5c31d919bac3acc41
parent 9ccc958ce7d563fe344c310da37284548ac3a70a
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Sat, 21 Oct 2017 17:43:47 +0200

Gopk.toml cleanup

See #3988

Diffstat:
MGopkg.lock | 2+-
MGopkg.toml | 25-------------------------
2 files changed, 1 insertion(+), 26 deletions(-)
diff --git a/Gopkg.lock b/Gopkg.lock
@@ -285,6 +285,6 @@
 [solve-meta]
   analyzer-name = "dep"
   analyzer-version = 1
-  inputs-digest = "9976dbdbbdc93a77efbf710fec19b50240c8cea185d20a7c3ed4579e4c06cb78"
+  inputs-digest = "d828d7645269ae1e20eeca6927d5aa7fbd53915df25a89179b7e04fb9993ac0a"
   solver-name = "gps-cdcl"
   solver-version = 1
diff --git a/Gopkg.toml b/Gopkg.toml
@@ -1,25 +1,4 @@
 
-# Gopkg.toml example
-#
-# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
-# for detailed Gopkg.toml documentation.
-#
-# required = ["github.com/user/thing/cmd/thing"]
-# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
-#
-# [[constraint]]
-#   name = "github.com/user/project"
-#   version = "1.0.0"
-#
-# [[constraint]]
-#   name = "github.com/user/project2"
-#   branch = "dev"
-#   source = "github.com/myfork/project2"
-#
-# [[override]]
-#  name = "github.com/x/y"
-#  version = "2.4.0"
-
 
 [[constraint]]
   name = "github.com/BurntSushi/toml"
@@ -78,10 +57,6 @@
   version = "1.5.0"
 
 [[constraint]]
-  name = "github.com/magefile/mage"
-  version = "2.0.0"
-
-[[constraint]]
   branch = "master"
   name = "github.com/markbates/inflect"