diff options
author | Khayyam Saleem <[email protected]> | 2024-09-21 11:47:37 -0400 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-09-21 19:10:34 +0200 |
commit | 1e690c0f2311ae657fa024eae3f3b8a111e2e4c3 (patch) | |
tree | 842fba5242b468d4497f54417f2c8697f8f6edd3 /go.mod | |
parent | a619deec1827ea2d601a9b3708d1375c1eca3c5c (diff) | |
download | hugo-1e690c0f2311ae657fa024eae3f3b8a111e2e4c3.tar.gz hugo-1e690c0f2311ae657fa024eae3f3b8a111e2e4c3.zip |
deps: Upgrade github.com/gobuffalo/flect v1.0.2 => v1.0.3
Closes #12827
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ require ( github.com/fsnotify/fsnotify v1.7.0 github.com/getkin/kin-openapi v0.123.0 github.com/ghodss/yaml v1.0.0 - github.com/gobuffalo/flect v1.0.2 + github.com/gobuffalo/flect v1.0.3 github.com/gobwas/glob v0.2.3 github.com/gohugoio/go-i18n/v2 v2.1.3-0.20230805085216-e63c13218d0e github.com/gohugoio/hashstructure v0.1.0 |