summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorin Vogel <hi@jorin.me>2017-08-01 12:17:51 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-08-01 13:05:09 +0200
commit09907d36af586c5b29389312f2ecc2962c06313c (patch)
treebe91bed20ce9f484344133c36595a6c9ca667a3f
parent8fb594bfb090c017d4e5cbb2905780221e202c41 (diff)
Switch from fork bep/inflect to markbates/inflect
Original package has received updates the fork hasn't. Without fork updates are easier to maintain.
-rw-r--r--hugolib/site.go2
-rw-r--r--hugolib/site_test.go2
-rw-r--r--tpl/inflect/inflect.go2
-rw-r--r--vendor/vendor.json12
4 files changed, 9 insertions, 9 deletions
diff --git a/hugolib/site.go b/hugolib/site.go
index 629881856..8bf37e17d 100644
--- a/hugolib/site.go
+++ b/hugolib/site.go
@@ -32,7 +32,7 @@ import (
"github.com/gohugoio/hugo/media"
- "github.com/bep/inflect"
+ "github.com/markbates/inflect"
"sync/atomic"
diff --git a/hugolib/site_test.go b/hugolib/site_test.go
index 6bcfaa441..bffdec1a9 100644
--- a/hugolib/site_test.go
+++ b/hugolib/site_test.go
@@ -19,7 +19,7 @@ import (
"strings"
"testing"
- "github.com/bep/inflect"
+ "github.com/markbates/inflect"
jww "github.com/spf13/jwalterweatherman"
"github.com/gohugoio/hugo/helpers"
diff --git a/tpl/inflect/inflect.go b/tpl/inflect/inflect.go
index e66aee72f..31b22dbcc 100644
--- a/tpl/inflect/inflect.go
+++ b/tpl/inflect/inflect.go
@@ -16,7 +16,7 @@ package inflect
import (
"strconv"
- _inflect "github.com/bep/inflect"
+ _inflect "github.com/markbates/inflect"
"github.com/spf13/cast"
)
diff --git a/vendor/vendor.json b/vendor/vendor.json
index 8533e32d2..0c828b9ba 100644
--- a/vendor/vendor.json
+++ b/vendor/vendor.json
@@ -27,12 +27,6 @@
"revisionTime": "2017-06-13T14:57:45Z"
},
{
- "checksumSHA1": "K8wTIgrK5sl+LmQs8CD/orvKsAM=",
- "path": "github.com/bep/inflect",
- "revision": "b896c45f5af983b1f416bdf3bb89c4f1f0926f69",
- "revisionTime": "2016-04-08T19:03:23Z"
- },
- {
"checksumSHA1": "NKoZRlZix5wzCfN0rTg29GtKZRU=",
"path": "github.com/chaseadamsio/goorgeous",
"revision": "677defd0e024333503d8c946dd4ba3f32ad3e5d2",
@@ -190,6 +184,12 @@
"revisionTime": "2017-07-10T12:48:59Z"
},
{
+ "checksumSHA1": "qkfd5FEcNejotjbqr5GhIupw96w=",
+ "path": "github.com/markbates/inflect",
+ "revision": "6cacb66d100482ef7cc366289ccb156020e57e76",
+ "revisionTime": "2017-04-11T19:10:01Z"
+ },
+ {
"checksumSHA1": "Q0kIzeNiYBp4e336hnORWNTV80A=",
"path": "github.com/miekg/mmark",
"revision": "fd2f6c1403b37925bd7fe13af05853b8ae58ee5f",