summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorsusiwen8 <susiwen8@gmail.com>2021-02-15 01:30:59 +0800
committerGitHub <noreply@github.com>2021-02-14 18:30:59 +0100
commitbf55afd71f2fdb47272ebf1188c9cc87df47b233 (patch)
tree3509fcb64abe26736fb954f5b485dfbb411505e8 /go.mod
parent5f621df2570236a08cd21e8dd1c60502ec3db328 (diff)
Fix some humanize issues
Fixes #7912
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 14ec57c8a..c2f91ee3c 100644
--- a/go.mod
+++ b/go.mod
@@ -24,6 +24,7 @@ require (
github.com/fsnotify/fsnotify v1.4.9
github.com/getkin/kin-openapi v0.32.0
github.com/ghodss/yaml v1.0.0
+ github.com/gobuffalo/flect v0.2.2
github.com/gobwas/glob v0.2.3
github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95
github.com/google/go-cmp v0.5.3
@@ -32,7 +33,6 @@ require (
github.com/kylelemons/godebug v1.1.0
github.com/kyokomi/emoji/v2 v2.2.7
github.com/magefile/mage v1.10.0
- github.com/markbates/inflect v1.0.4
github.com/mattn/go-isatty v0.0.12
github.com/miekg/mmark v1.3.6
github.com/mitchellh/hashstructure v1.0.0
@@ -69,6 +69,4 @@ require (
gopkg.in/yaml.v2 v2.4.0
)
-replace github.com/markbates/inflect => github.com/markbates/inflect v0.0.0-20171215194931-a12c3aec81a6
-
go 1.12