Skip to content

Commit 09907d3

Browse files
jorinvobep
authored andcommitted
Switch from fork bep/inflect to markbates/inflect
Original package has received updates the fork hasn't. Without fork updates are easier to maintain.
1 parent 8fb594b commit 09907d3

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

‎hugolib/site.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232

3333
"github.com/gohugoio/hugo/media"
3434

35-
"github.com/bep/inflect"
35+
"github.com/markbates/inflect"
3636

3737
"sync/atomic"
3838

‎hugolib/site_test.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"strings"
2020
"testing"
2121

22-
"github.com/bep/inflect"
22+
"github.com/markbates/inflect"
2323
jww "github.com/spf13/jwalterweatherman"
2424

2525
"github.com/gohugoio/hugo/helpers"

‎tpl/inflect/inflect.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package inflect
1616
import (
1717
"strconv"
1818

19-
_inflect "github.com/bep/inflect"
19+
_inflect "github.com/markbates/inflect"
2020
"github.com/spf13/cast"
2121
)
2222

‎vendor/vendor.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@
2626
"revision": "de8030ebafb76c6e84d50ee6d143382637c00598",
2727
"revisionTime": "2017-06-13T14:57:45Z"
2828
},
29-
{
30-
"checksumSHA1": "K8wTIgrK5sl+LmQs8CD/orvKsAM=",
31-
"path": "github.com/bep/inflect",
32-
"revision": "b896c45f5af983b1f416bdf3bb89c4f1f0926f69",
33-
"revisionTime": "2016-04-08T19:03:23Z"
34-
},
3529
{
3630
"checksumSHA1": "NKoZRlZix5wzCfN0rTg29GtKZRU=",
3731
"path": "github.com/chaseadamsio/goorgeous",
@@ -189,6 +183,12 @@
189183
"revision": "be5ece7dd465ab0765a9682137865547526d1dfb",
190184
"revisionTime": "2017-07-10T12:48:59Z"
191185
},
186+
{
187+
"checksumSHA1": "qkfd5FEcNejotjbqr5GhIupw96w=",
188+
"path": "github.com/markbates/inflect",
189+
"revision": "6cacb66d100482ef7cc366289ccb156020e57e76",
190+
"revisionTime": "2017-04-11T19:10:01Z"
191+
},
192192
{
193193
"checksumSHA1": "Q0kIzeNiYBp4e336hnORWNTV80A=",
194194
"path": "github.com/miekg/mmark",

0 commit comments

Comments
 (0)