shithub: hugo

Download patch

ref: 719251c1af716e10f64db4bad251cd32f1f970b3
parent: 8b2ef83bb17b9ab4803a04a2d0ae2c8ec76d3f29
author: Bjørn Erik Pedersen <[email protected]>
date: Sun Apr 8 06:20:39 EDT 2018

Bump the debouncer dependency

No practical difference.

--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -60,8 +60,8 @@
 [[projects]]
   name = "github.com/bep/debounce"
   packages = ["."]
-  revision = "4d81ca71858e0119497d5d0a9972ea030c279c48"
-  version = "v1.0.0"
+  revision = "844797fa1dd9ba969d71b62797ff19d1e49d4eac"
+  version = "v1.1.0"
 
 [[projects]]
   branch = "master"
@@ -430,6 +430,6 @@
 [solve-meta]
   analyzer-name = "dep"
   analyzer-version = 1
-  inputs-digest = "9dbe78252ae637a71ec335bde396053bcb59ea97da8de5ad2b0ae6f03b559729"
+  inputs-digest = "fd36c6a8d8a616d5a0932d67c87f863eb95c7d02aeeaa25f81fd063428587518"
   solver-name = "gps-cdcl"
   solver-version = 1
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -148,4 +148,4 @@
 
 [[constraint]]
   name = "github.com/bep/debounce"
-  version = "^1.0.0"
+  version = "^1.1.0"
--- a/commands/commandeer.go
+++ b/commands/commandeer.go
@@ -103,7 +103,7 @@
 		// The time value used is tested with mass content replacements in a fairly big Hugo site.
 		// It is better to wait for some seconds in those cases rather than get flooded
 		// with rebuilds.
-		rebuildDebouncer, _ = debounce.New(4 * time.Second)
+		rebuildDebouncer, _, _ = debounce.New(4 * time.Second)
 	}
 
 	c := &commandeer{