hugo

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

git clone git://git.shimmy1996.com/hugo.git
commit 904a3d9ddf523d452d04d0b5814503e0ff17bd2e
parent f0052b6d0f8e113a50aeb6cd7bd34555dbf34a00
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Mon, 19 Mar 2018 09:19:47 +0100

Update Chroma to get Go template support

Fixes #4515

Diffstat:
MGopkg.lock | 7++++---
MGopkg.toml | 2+-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/Gopkg.lock b/Gopkg.lock
@@ -20,6 +20,7 @@
   revision = "de5bf2ad457846296e2031421a34e2568e304e35"
 
 [[projects]]
+  branch = "master"
   name = "github.com/alecthomas/chroma"
   packages = [
     ".",
@@ -29,6 +30,7 @@
     "lexers/a",
     "lexers/b",
     "lexers/c",
+    "lexers/circular",
     "lexers/d",
     "lexers/e",
     "lexers/f",
@@ -53,8 +55,7 @@
     "lexers/y",
     "styles"
   ]
-  revision = "563aadc53c53292c4c1def1b0a547be498bba83e"
-  version = "v0.3.0"
+  revision = "5640f893f2d523db790586eac7baeef34752e1ad"
 
 [[projects]]
   branch = "master"
@@ -416,6 +417,6 @@
 [solve-meta]
   analyzer-name = "dep"
   analyzer-version = 1
-  inputs-digest = "960c7cc0b7d1739f5c1f116cc7fa31056b76cf16e63d865f31be875b8e674da7"
+  inputs-digest = "4657586103d844434bda6db23d03f30e2ae0db16dc48746b9559ce742902535a"
   solver-name = "gps-cdcl"
   solver-version = 1
diff --git a/Gopkg.toml b/Gopkg.toml
@@ -10,7 +10,7 @@
 
 [[constraint]]
   name = "github.com/alecthomas/chroma"
-  version = "0.3.0"
+  branch = "master"
 
 [[constraint]]
   branch = "master"