Switch from fork bep/inflect to markbates/inflect
authorJorin Vogel <hi@jorin.me>
Tue, 1 Aug 2017 10:17:51 +0000 (12:17 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 1 Aug 2017 11:05:09 +0000 (13:05 +0200)
Original package has received updates the fork hasn't.
Without fork updates are easier to maintain.

hugolib/site.go
hugolib/site_test.go
tpl/inflect/inflect.go
vendor/vendor.json

index 62988185633670e6675da41e9fe383aa80472051..8bf37e17de8d7e52c39e1caa5a52181c419d6bc9 100644 (file)
@@ -32,7 +32,7 @@ import (
 
        "github.com/gohugoio/hugo/media"
 
-       "github.com/bep/inflect"
+       "github.com/markbates/inflect"
 
        "sync/atomic"
 
index 6bcfaa4415eb4181b82deb1930a8762d24849a83..bffdec1a9c8b928ff0d3875a557cf4bd25dad586 100644 (file)
@@ -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"
index e66aee72fca7fe1ebf2cb4e756240dcdf39770f1..31b22dbcc5cdc547f5ea484d4232c9c644189822 100644 (file)
@@ -16,7 +16,7 @@ package inflect
 import (
        "strconv"
 
-       _inflect "github.com/bep/inflect"
+       _inflect "github.com/markbates/inflect"
        "github.com/spf13/cast"
 )
 
index 8533e32d22c064b7f71a4aebcd1b8b4f9cf38084..0c828b9bab5e128f583c9620e742b0f9150e3d43 100644 (file)
                        "revision": "de8030ebafb76c6e84d50ee6d143382637c00598",
                        "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": "be5ece7dd465ab0765a9682137865547526d1dfb",
                        "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",