diff options
author | Alan Pearce | 2024-05-21 20:16:56 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-21 20:16:56 +0200 |
commit | 3e8f63bc06639d4ce2154b65da52c175fe31652f (patch) | |
tree | 6f3e39092d71951d12ed61271a8fa2812f755977 /go.mod | |
parent | 09fe381d0e2d36f87559cac8050fba75f9019af8 (diff) | |
download | website-3e8f63bc06639d4ce2154b65da52c175fe31652f.tar.lz website-3e8f63bc06639d4ce2154b65da52c175fe31652f.tar.zst website-3e8f63bc06639d4ce2154b65da52c175fe31652f.zip |
update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod index eb2611c..75e64b9 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/deckarep/golang-set/v2 v2.6.0 github.com/fatih/structtag v1.2.0 github.com/getsentry/sentry-go v0.27.0 - github.com/gohugoio/hugo v0.125.7 + github.com/gohugoio/hugo v0.126.1 github.com/otiai10/copy v1.14.0 github.com/pkg/errors v0.9.1 github.com/sykesm/zap-logfmt v0.0.4 @@ -36,7 +36,7 @@ require ( github.com/benpate/domain v0.2.1 // indirect github.com/benpate/exp v0.8.3 // indirect github.com/benpate/remote v0.15.0 // indirect - github.com/benpate/rosetta v0.20.0 // indirect + github.com/benpate/rosetta v0.21.0 // indirect github.com/bep/godartsass v1.2.0 // indirect github.com/bep/godartsass/v2 v2.0.0 // indirect github.com/bep/golibsass v1.1.1 // indirect |