mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Switch from fork bep/inflect to markbates/inflect
Original package has received updates the fork hasn't. Without fork updates are easier to maintain.
This commit is contained in:
parent
8fb594bfb0
commit
09907d36af
4 changed files with 9 additions and 9 deletions
|
@ -32,7 +32,7 @@ import (
|
||||||
|
|
||||||
"github.com/gohugoio/hugo/media"
|
"github.com/gohugoio/hugo/media"
|
||||||
|
|
||||||
"github.com/bep/inflect"
|
"github.com/markbates/inflect"
|
||||||
|
|
||||||
"sync/atomic"
|
"sync/atomic"
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/bep/inflect"
|
"github.com/markbates/inflect"
|
||||||
jww "github.com/spf13/jwalterweatherman"
|
jww "github.com/spf13/jwalterweatherman"
|
||||||
|
|
||||||
"github.com/gohugoio/hugo/helpers"
|
"github.com/gohugoio/hugo/helpers"
|
||||||
|
|
|
@ -16,7 +16,7 @@ package inflect
|
||||||
import (
|
import (
|
||||||
"strconv"
|
"strconv"
|
||||||
|
|
||||||
_inflect "github.com/bep/inflect"
|
_inflect "github.com/markbates/inflect"
|
||||||
"github.com/spf13/cast"
|
"github.com/spf13/cast"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
12
vendor/vendor.json
vendored
12
vendor/vendor.json
vendored
|
@ -26,12 +26,6 @@
|
||||||
"revision": "de8030ebafb76c6e84d50ee6d143382637c00598",
|
"revision": "de8030ebafb76c6e84d50ee6d143382637c00598",
|
||||||
"revisionTime": "2017-06-13T14:57:45Z"
|
"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=",
|
"checksumSHA1": "NKoZRlZix5wzCfN0rTg29GtKZRU=",
|
||||||
"path": "github.com/chaseadamsio/goorgeous",
|
"path": "github.com/chaseadamsio/goorgeous",
|
||||||
|
@ -189,6 +183,12 @@
|
||||||
"revision": "be5ece7dd465ab0765a9682137865547526d1dfb",
|
"revision": "be5ece7dd465ab0765a9682137865547526d1dfb",
|
||||||
"revisionTime": "2017-07-10T12:48:59Z"
|
"revisionTime": "2017-07-10T12:48:59Z"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"checksumSHA1": "qkfd5FEcNejotjbqr5GhIupw96w=",
|
||||||
|
"path": "github.com/markbates/inflect",
|
||||||
|
"revision": "6cacb66d100482ef7cc366289ccb156020e57e76",
|
||||||
|
"revisionTime": "2017-04-11T19:10:01Z"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "Q0kIzeNiYBp4e336hnORWNTV80A=",
|
"checksumSHA1": "Q0kIzeNiYBp4e336hnORWNTV80A=",
|
||||||
"path": "github.com/miekg/mmark",
|
"path": "github.com/miekg/mmark",
|
||||||
|
|
Loading…
Reference in a new issue