By creating a fork of the Bitbucket inflect repo. It hasn't changed since 2013,
so it must be considered pretty stable.
Fixes #2062
"path"
- "bitbucket.org/pkg/inflect"
+ "github.com/bep/inflect"
"github.com/spf13/afero"
"github.com/spf13/cast"
bp "github.com/spf13/hugo/bufferpool"
"testing"
"time"
- "bitbucket.org/pkg/inflect"
+ "github.com/bep/inflect"
"github.com/spf13/hugo/helpers"
"github.com/spf13/hugo/hugofs"
"encoding/json"
"errors"
"fmt"
- "github.com/spf13/afero"
- "github.com/spf13/hugo/hugofs"
"html"
"html/template"
"math/rand"
"time"
"unicode/utf8"
- "bitbucket.org/pkg/inflect"
+ "github.com/spf13/afero"
+ "github.com/spf13/hugo/hugofs"
+
+ "github.com/bep/inflect"
"github.com/spf13/cast"
"github.com/spf13/hugo/helpers"