From 639b528cd870cdd5b67f7f513cfc824d4745096e Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 30 Dec 2024 18:14:30 -0500 Subject: [PATCH] Add needed go dependencies for hugo --- golang-github-bep-imagemeta.spec | 94 ++++++++++++ golang-github-gep-gitmap.spec | 57 ++++++++ golang-github-gohugoio-hashstructure.spec | 66 +++++++++ golang-github-gohugoio-httpcache.spec | 67 +++++++++ ...hub-gohugoio-hugo-goldmark-extensions.spec | 50 +++++++ golang-github-tetratelabs-wazero.spec | 91 ++++++++++++ hugo/.build-0.140.2-1.fc42.log | 135 ------------------ 7 files changed, 425 insertions(+), 135 deletions(-) create mode 100644 golang-github-bep-imagemeta.spec create mode 100644 golang-github-gep-gitmap.spec create mode 100644 golang-github-gohugoio-hashstructure.spec create mode 100644 golang-github-gohugoio-httpcache.spec create mode 100644 golang-github-gohugoio-hugo-goldmark-extensions.spec create mode 100644 golang-github-tetratelabs-wazero.spec delete mode 100644 hugo/.build-0.140.2-1.fc42.log diff --git a/golang-github-bep-imagemeta.spec b/golang-github-bep-imagemeta.spec new file mode 100644 index 0000000..a1f1840 --- /dev/null +++ b/golang-github-bep-imagemeta.spec @@ -0,0 +1,94 @@ +# Generated by go2rpm 1.15.0 +%bcond check 1 +%bcond bootstrap 0 + +%if %{with bootstrap} +%global debug_package %{nil} +%endif + +%if %{with bootstrap} +%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$ +%endif + +# https://github.com/bep/imagemeta +%global goipath github.com/bep/imagemeta +Version: 0.8.3 + +# REMOVE BEFORE SUBMITTING THIS FOR REVIEW +# --- +# New Fedora packages should use %%gometa -f, which makes the package +# ExclusiveArch to %%golang_arches_future and thus excludes the package from +# %%ix86. If the new package is needed as a dependency for another package, +# please consider removing that package from %%ix86 in the same way, instead of +# building more go packages for i686. If your package is not a leaf package, +# you'll need to coordinate the removal of the package's dependents first. +# --- +# REMOVE BEFORE SUBMITTING THIS FOR REVIEW +%gometa -L -f + +%global common_description %{expand: +Go library for reading EXIF, IPTC and XMP image meta data from JPEG, TIFF, PNG, +and WebP files.} + +%global golicenses LICENSE +%global godocs README.md + +Name: golang-github-bep-imagemeta +Release: %autorelease +Summary: Go library for reading EXIF, IPTC and XMP image meta data from JPEG, TIFF, PNG, and WebP files + +License: MIT +URL: %{gourl} +Source: %{gosource} + +%description %{common_description} + +%gopkg + +%prep +%goprep -A +%autopatch -p1 + +%if %{without bootstrap} +%generate_buildrequires +%go_generate_buildrequires +%endif + +%if %{without bootstrap} +%build +for cmd in gen; do + %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd +done +%endif + +%install +%gopkginstall +%if %{without bootstrap} +install -m 0755 -vd %{buildroot}%{_bindir} +install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ +install -m 0775 -p %{gosourcedir}/metadecoder_iptc_fields.json %{buildroot}%{_datadir}/gocode/src/github.com/bep/imagemeta/metadecoder_iptc_fields.json +%endif + +%if %{without bootstrap} +%if %{with check} +%check +%gocheck +%endif +%endif + +%files +%license LICENSE +%doc README.md +# REMOVE BEFORE SUBMITTING THIS FOR REVIEW +# --- +# New Fedora packages should not use globs to avoid installing conflicting +# binaries. +# Write a _bindir line per each of the binaries the package will install. +# --- +# REMOVE BEFORE SUBMITTING THIS FOR REVIEW +%{_bindir}/* +%gopkgfiles +%{_datadir}/gocode/src/github.com/bep/imagemeta/metadecoder_iptc_fields.json + +%changelog +%autochangelog diff --git a/golang-github-gep-gitmap.spec b/golang-github-gep-gitmap.spec new file mode 100644 index 0000000..0c0171c --- /dev/null +++ b/golang-github-gep-gitmap.spec @@ -0,0 +1,57 @@ +# Generated by go2rpm +%bcond_without check + +%global debug_package %{nil} + +# https://github.com/bep/gitmap +%global goipath github.com/bep/gitmap +Version: 1.6.0 + +%gometa + +%global godevelheader %{expand: +Requires: git-core} + +%global common_description %{expand: +A fairly fast way to create a map from all the filenames to info objects for a +given revision of a Git repo. + +This library uses os/exec to talk to Git. There are faster ways to do this by +using some Go Git-lib or C bindings, but that adds dependencies I really don't +want or need.} + +%global golicenses LICENSE +%global godocs README.md + +Name: %{goname} +Release: %autorelease +Summary: Create map from filename to info object from revision of a repo + +License: MIT +URL: %{gourl} +Source0: %{gosource} + +BuildRequires: git-core + +%description +%{common_description} + +%gopkg + +%prep +%goprep + +%install +%gopkginstall + +%if %{with check} +%check +# .: Skip tests that require execution from Git repository. +%gocheck \ + -d . +%endif + +%gopkgfiles + +%changelog +%autochangelog diff --git a/golang-github-gohugoio-hashstructure.spec b/golang-github-gohugoio-hashstructure.spec new file mode 100644 index 0000000..a700e12 --- /dev/null +++ b/golang-github-gohugoio-hashstructure.spec @@ -0,0 +1,66 @@ +# Generated by go2rpm 1.15.0 +%bcond check 1 +%bcond bootstrap 0 + +%global debug_package %{nil} +%if %{with bootstrap} +%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$ +%endif + +# https://github.com/gohugoio/hashstructure +%global goipath github.com/gohugoio/hashstructure +Version: 0.1.0 + +# REMOVE BEFORE SUBMITTING THIS FOR REVIEW +# --- +# New Fedora packages should use %%gometa -f, which makes the package +# ExclusiveArch to %%golang_arches_future and thus excludes the package from +# %%ix86. If the new package is needed as a dependency for another package, +# please consider removing that package from %%ix86 in the same way, instead of +# building more go packages for i686. If your package is not a leaf package, +# you'll need to coordinate the removal of the package's dependents first. +# --- +# REMOVE BEFORE SUBMITTING THIS FOR REVIEW +%gometa -L -f + +%global common_description %{expand: +Get hash values for arbitrary values in Go (golang).} + +%global golicenses LICENSE +%global godocs README.md + +Name: golang-github-gohugoio-hashstructure +Release: %autorelease +Summary: Get hash values for arbitrary values in Go (golang) + +License: MIT +URL: %{gourl} +Source: %{gosource} + +%description %{common_description} + +%gopkg + +%prep +%goprep -A +%autopatch -p1 + +%if %{without bootstrap} +%generate_buildrequires +%go_generate_buildrequires +%endif + +%install +%gopkginstall + +%if %{without bootstrap} +%if %{with check} +%check +%gocheck +%endif +%endif + +%gopkgfiles + +%changelog +%autochangelog diff --git a/golang-github-gohugoio-httpcache.spec b/golang-github-gohugoio-httpcache.spec new file mode 100644 index 0000000..4dff06a --- /dev/null +++ b/golang-github-gohugoio-httpcache.spec @@ -0,0 +1,67 @@ +# Generated by go2rpm 1.15.0 +%bcond check 1 +%bcond bootstrap 0 + +%global debug_package %{nil} +%if %{with bootstrap} +%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$ +%endif + +# https://github.com/gohugoio/httpcache +%global goipath github.com/gohugoio/httpcache +Version: 0.7.0 + +# REMOVE BEFORE SUBMITTING THIS FOR REVIEW +# --- +# New Fedora packages should use %%gometa -f, which makes the package +# ExclusiveArch to %%golang_arches_future and thus excludes the package from +# %%ix86. If the new package is needed as a dependency for another package, +# please consider removing that package from %%ix86 in the same way, instead of +# building more go packages for i686. If your package is not a leaf package, +# you'll need to coordinate the removal of the package's dependents first. +# --- +# REMOVE BEFORE SUBMITTING THIS FOR REVIEW +%gometa -L -f + +%global common_description %{expand: +A Transport for http.Client that will cache responses according to the HTTP +RFC.} + +%global golicenses LICENSE.txt +%global godocs README.md + +Name: golang-github-gohugoio-httpcache +Release: %autorelease +Summary: A Transport for http.Client that will cache responses according to the HTTP RFC + +License: MIT +URL: %{gourl} +Source: %{gosource} + +%description %{common_description} + +%gopkg + +%prep +%goprep -A +%autopatch -p1 + +%if %{without bootstrap} +%generate_buildrequires +%go_generate_buildrequires +%endif + +%install +%gopkginstall + +%if %{without bootstrap} +%if %{with check} +%check +%gocheck +%endif +%endif + +%gopkgfiles + +%changelog +%autochangelog diff --git a/golang-github-gohugoio-hugo-goldmark-extensions.spec b/golang-github-gohugoio-hugo-goldmark-extensions.spec new file mode 100644 index 0000000..c5690eb --- /dev/null +++ b/golang-github-gohugoio-hugo-goldmark-extensions.spec @@ -0,0 +1,50 @@ +# Generated by go2rpm 1.10.0 +%bcond_without check +%global debug_package %{nil} + +# https://github.com/gohugoio/hugo-goldmark-extensions +%global goipath github.com/gohugoio/hugo-goldmark-extensions +Version: 0.3.0 +%global tag passthrough/v0.3.0 +%global distprefix %{nil} + +%gometa -L -f + +%global common_description %{expand: +A collection of Goldmark extensions created by the Hugo community.} + +%global golicenses LICENSE +%global godocs README.md + +Name: golang-github-gohugoio-hugo-goldmark-extensions +Release: %autorelease +Summary: A collection of Goldmark extensions created by the Hugo community + +License: Apache-2.0 +URL: %{gourl} +Source: %{gosource} + +%description %{common_description} + +%gopkg + +%prep +%goprep -A + +%generate_buildrequires +%go_generate_buildrequires + +%install +%gopkginstall + +%if %{with check} +%check +# passthrough: fails on Rawhide. +%gocheck \ + -d passthrough +%endif + +%gopkgfiles + +%changelog +%autochangelog diff --git a/golang-github-tetratelabs-wazero.spec b/golang-github-tetratelabs-wazero.spec new file mode 100644 index 0000000..6cf2f50 --- /dev/null +++ b/golang-github-tetratelabs-wazero.spec @@ -0,0 +1,91 @@ +# Generated by go2rpm 1.15.0 +%bcond check 1 +%bcond bootstrap 0 + +%if %{with bootstrap} +%global debug_package %{nil} +%endif + +%if %{with bootstrap} +%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$ +%endif + +# https://github.com/tetratelabs/wazero +%global goipath github.com/tetratelabs/wazero +Version: 1.8.2 + +# REMOVE BEFORE SUBMITTING THIS FOR REVIEW +# --- +# New Fedora packages should use %%gometa -f, which makes the package +# ExclusiveArch to %%golang_arches_future and thus excludes the package from +# %%ix86. If the new package is needed as a dependency for another package, +# please consider removing that package from %%ix86 in the same way, instead of +# building more go packages for i686. If your package is not a leaf package, +# you'll need to coordinate the removal of the package's dependents first. +# --- +# REMOVE BEFORE SUBMITTING THIS FOR REVIEW +%gometa -L -f + +%global common_description %{expand: +Wazero: the zero dependency WebAssembly runtime for Go developers.} + +%global golicenses LICENSE NOTICE + +Name: golang-github-tetratelabs-wazero +Release: %autorelease +Summary: Wazero: the zero dependency WebAssembly runtime for Go developers + +License: Apache-2.0 +URL: %{gourl} +Source: %{gosource} + +%description %{common_description} + +%gopkg + +%prep +%goprep -A +%autopatch -p1 + +%if %{without bootstrap} +%generate_buildrequires +%go_generate_buildrequires +%endif + +%if %{without bootstrap} +%build +for cmd in cmd/* ; do + %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd +done +%endif + +%install +%gopkginstall +%if %{without bootstrap} +install -m 0755 -vd %{buildroot}%{_bindir} +install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ +%endif + +%if %{without bootstrap} +%if %{with check} +%check +# check fials +%endif +%endif + +%if %{without bootstrap} +%files +# REMOVE BEFORE SUBMITTING THIS FOR REVIEW +# --- +# New Fedora packages should not use globs to avoid installing conflicting +# binaries. +# Write a _bindir line per each of the binaries the package will install. +# --- +# REMOVE BEFORE SUBMITTING THIS FOR REVIEW +%{_bindir}/* +%endif + +%gopkgfiles + +%changelog +%autochangelog diff --git a/hugo/.build-0.140.2-1.fc42.log b/hugo/.build-0.140.2-1.fc42.log deleted file mode 100644 index a585952..0000000 --- a/hugo/.build-0.140.2-1.fc42.log +++ /dev/null @@ -1,135 +0,0 @@ - - -setting SOURCE_DATE_EPOCH=1735516800 -Executing(%mkbuilddir): /bin/sh -e /var/tmp/rpm-tmp.NM5Obq -+ umask 022 -+ cd /home/josh/sources/copr/hugo/hugo-0.140.2-build -+ test -d /home/josh/sources/copr/hugo/hugo-0.140.2-build -+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/josh/sources/copr/hugo/hugo-0.140.2-build -+ /usr/bin/rm -rf /home/josh/sources/copr/hugo/hugo-0.140.2-build -+ /usr/bin/mkdir -p /home/josh/sources/copr/hugo/hugo-0.140.2-build -+ /usr/bin/mkdir -p /home/josh/sources/copr/hugo/hugo-0.140.2-build/SPECPARTS -+ RPM_EC=0 -++ jobs -p -+ exit 0 -Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.LV4J8S -+ umask 022 -+ cd /home/josh/sources/copr/hugo/hugo-0.140.2-build -+ cd /home/josh/sources/copr/hugo/hugo-0.140.2-build -+ rm -rf hugo-0.140.2 -+ /usr/lib/rpm/rpmuncompress -x /home/josh/sources/copr/hugo/hugo-0.140.2.tar.gz -+ STATUS=0 -+ '[' 0 -ne 0 ']' -+ cd hugo-0.140.2 -+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . -+ rm -fr /home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/vendor -+ [[ ! -e /home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/_build/bin ]] -+ install -m 0755 -vd /home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/_build/bin -install: creating directory '/home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/_build' -install: creating directory '/home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/_build/bin' -+ export GOPATH=/home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/_build:/home/josh/.local/share/go:/usr/share/gocode -+ GOPATH=/home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/_build:/home/josh/.local/share/go:/usr/share/gocode -+ [[ ! -e /home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/_build/src/github.com/gohugoio/hugo ]] -++ dirname /home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/_build/src/github.com/gohugoio/hugo -+ install -m 0755 -vd /home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/_build/src/github.com/gohugoio -install: creating directory '/home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/_build/src' -install: creating directory '/home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/_build/src/github.com' -install: creating directory '/home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/_build/src/github.com/gohugoio' -+ ln -fs /home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2 /home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/_build/src/github.com/gohugoio/hugo -+ cd /home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/_build/src/github.com/gohugoio/hugo -++ find . -iname '*.go' -type f -+ sed -i 's|github.com/clbanning/mxj/v2|github.com/clbanning/mxj|' ./bufferpool/bufpool.go ./bufferpool/bufpool_test.go ./cache/docs.go ./cache/dynacache/dynacache.go ./cache/dynacache/dynacache_test.go ./cache/filecache/filecache.go ./cache/filecache/filecache_config.go ./cache/filecache/filecache_config_test.go ./cache/filecache/filecache_integration_test.go ./cache/filecache/filecache_pruner.go ./cache/filecache/filecache_pruner_test.go ./cache/filecache/filecache_test.go ./cache/httpcache/httpcache.go ./cache/httpcache/httpcache_integration_test.go ./cache/httpcache/httpcache_test.go ./codegen/methods.go ./codegen/methods2_test.go ./codegen/methods_test.go ./commands/commandeer.go ./commands/commands.go ./commands/config.go ./commands/convert.go ./commands/deploy.go ./commands/deploy_flags.go ./commands/deploy_off.go ./commands/env.go ./commands/gen.go ./commands/helpers.go ./commands/hugo_windows.go ./commands/hugobuilder.go ./commands/import.go ./commands/list.go ./commands/mod.go ./commands/new.go ./commands/release.go ./commands/server.go ./common/collections/append.go ./common/collections/append_test.go ./common/collections/collections.go ./common/collections/order.go ./common/collections/slice.go ./common/collections/slice_test.go ./common/collections/stack.go ./common/constants/constants.go ./common/docs.go ./common/hashing/hashing.go ./common/hashing/hashing_test.go ./common/hcontext/context.go ./common/herrors/error_locator.go ./common/herrors/error_locator_test.go ./common/herrors/errors.go ./common/herrors/errors_test.go ./common/herrors/file_error.go ./common/herrors/file_error_test.go ./common/herrors/line_number_extractors.go ./common/hexec/exec.go ./common/hreflect/helpers.go ./common/hreflect/helpers_test.go ./common/hstrings/strings.go ./common/hstrings/strings_test.go ./common/htime/htime_integration_test.go ./common/htime/time.go ./common/htime/time_test.go ./common/hugio/copy.go ./common/hugio/hasBytesWriter.go ./common/hugio/hasBytesWriter_test.go ./common/hugio/readers.go ./common/hugio/writers.go ./common/hugo/hugo.go ./common/hugo/hugo_integration_test.go ./common/hugo/hugo_test.go ./common/hugo/vars_extended.go ./common/hugo/vars_regular.go ./common/hugo/vars_withdeploy.go ./common/hugo/vars_withdeploy_off.go ./common/hugo/version.go ./common/hugo/version_current.go ./common/hugo/version_test.go ./common/loggers/handlerdefault.go ./common/loggers/handlersmisc.go ./common/loggers/handlerterminal.go ./common/loggers/handlerterminal_test.go ./common/loggers/logger.go ./common/loggers/logger_test.go ./common/loggers/loggerglobal.go ./common/maps/cache.go ./common/maps/maps.go ./common/maps/maps_test.go ./common/maps/params.go ./common/maps/params_test.go ./common/maps/scratch.go ./common/maps/scratch_test.go ./common/math/math.go ./common/math/math_test.go ./common/para/para.go ./common/para/para_test.go ./common/paths/path.go ./common/paths/path_test.go ./common/paths/pathparser.go ./common/paths/pathparser_test.go ./common/paths/paths_integration_test.go ./common/paths/pathtype_string.go ./common/paths/url.go ./common/paths/url_test.go ./common/predicate/predicate.go ./common/predicate/predicate_test.go ./common/rungroup/rungroup.go ./common/rungroup/rungroup_test.go ./common/tasks/tasks.go ./common/terminal/colors.go ./common/text/position.go ./common/text/position_test.go ./common/text/transform.go ./common/text/transform_test.go ./common/types/closer.go ./common/types/convert.go ./common/types/convert_test.go ./common/types/css/csstypes.go ./common/types/evictingqueue.go ./common/types/evictingqueue_test.go ./common/types/hstring/stringtypes.go ./common/types/hstring/stringtypes_test.go ./common/types/types.go ./common/types/types_test.go ./common/urls/baseURL.go ./common/urls/baseURL_test.go ./common/urls/ref.go ./compare/compare.go ./compare/compare_strings.go ./compare/compare_strings_test.go ./config/allconfig/allconfig.go ./config/allconfig/allconfig_integration_test.go ./config/allconfig/alldecoders.go ./config/allconfig/configlanguage.go ./config/allconfig/docshelper.go ./config/allconfig/load.go ./config/allconfig/load_test.go ./config/commonConfig.go ./config/commonConfig_test.go ./config/configLoader.go ./config/configLoader_test.go ./config/configProvider.go ./config/configProvider_test.go ./config/defaultConfigProvider.go ./config/defaultConfigProvider_test.go ./config/env.go ./config/env_test.go ./config/namespace.go ./config/namespace_test.go ./config/privacy/privacyConfig.go ./config/privacy/privacyConfig_test.go ./config/security/securityConfig.go ./config/security/securityConfig_test.go ./config/security/whitelist.go ./config/security/whitelist_test.go ./config/services/servicesConfig.go ./config/services/servicesConfig_test.go ./config/testconfig/testconfig.go ./create/content.go ./create/content_test.go ./create/skeletons/skeletons.go ./deploy/cloudfront.go ./deploy/deploy.go ./deploy/deploy_azure.go ./deploy/deploy_test.go ./deploy/deployconfig/deployConfig.go ./deploy/deployconfig/deployConfig_test.go ./deploy/google.go ./deps/deps.go ./deps/deps_test.go ./docshelper/docs.go ./helpers/content.go ./helpers/content_test.go ./helpers/docshelper.go ./helpers/emoji.go ./helpers/emoji_test.go ./helpers/general.go ./helpers/general_test.go ./helpers/path.go ./helpers/path_test.go ./helpers/pathspec.go ./helpers/processing_stats.go ./helpers/testhelpers_test.go ./helpers/url.go ./helpers/url_test.go ./htesting/hqt/checkers.go ./htesting/test_helpers.go ./htesting/test_helpers_test.go ./hugofs/component_fs.go ./hugofs/createcounting_fs.go ./hugofs/decorators.go ./hugofs/dirsmerger.go ./hugofs/fileinfo.go ./hugofs/fileinfo_test.go ./hugofs/filename_filter_fs.go ./hugofs/filename_filter_fs_test.go ./hugofs/files/classifier.go ./hugofs/files/classifier_test.go ./hugofs/fs.go ./hugofs/fs_test.go ./hugofs/glob.go ./hugofs/glob/filename_filter.go ./hugofs/glob/filename_filter_test.go ./hugofs/glob/glob.go ./hugofs/glob/glob_test.go ./hugofs/glob_test.go ./hugofs/hasbytes_fs.go ./hugofs/hashing_fs.go ./hugofs/hashing_fs_test.go ./hugofs/noop_fs.go ./hugofs/openfiles_fs.go ./hugofs/rootmapping_fs.go ./hugofs/rootmapping_fs_test.go ./hugofs/stacktracer_fs.go ./hugofs/walk.go ./hugofs/walk_test.go ./hugolib/404_test.go ./hugolib/alias.go ./hugolib/alias_test.go ./hugolib/breaking_changes_test.go ./hugolib/cascade_test.go ./hugolib/codeowners.go ./hugolib/collections.go ./hugolib/collections_test.go ./hugolib/config.go ./hugolib/config_test.go ./hugolib/configdir_test.go ./hugolib/content_factory.go ./hugolib/content_factory_test.go ./hugolib/content_map.go ./hugolib/content_map_page.go ./hugolib/content_map_test.go ./hugolib/content_render_hooks_test.go ./hugolib/datafiles_test.go ./hugolib/dates_test.go ./hugolib/disableKinds_test.go ./hugolib/doctree/dimensions.go ./hugolib/doctree/dimensions_test.go ./hugolib/doctree/nodeshiftree_test.go ./hugolib/doctree/nodeshifttree.go ./hugolib/doctree/simpletree.go ./hugolib/doctree/support.go ./hugolib/doctree/treeshifttree.go ./hugolib/doctree/treeshifttree_test.go ./hugolib/embedded_shortcodes_test.go ./hugolib/embedded_templates_test.go ./hugolib/fileInfo.go ./hugolib/fileInfo_test.go ./hugolib/filesystems/basefs.go ./hugolib/filesystems/basefs_test.go ./hugolib/frontmatter_test.go ./hugolib/gitinfo.go ./hugolib/hugo_modules_test.go ./hugolib/hugo_sites.go ./hugolib/hugo_sites_build.go ./hugolib/hugo_sites_build_errors_test.go ./hugolib/hugo_sites_build_test.go ./hugolib/hugo_sites_multihost_test.go ./hugolib/hugo_sites_test.go ./hugolib/hugo_smoke_test.go ./hugolib/hugolib_integration_test.go ./hugolib/image_test.go ./hugolib/integrationtest_builder.go ./hugolib/language_content_dir_test.go ./hugolib/language_test.go ./hugolib/menu_test.go ./hugolib/minify_publisher_test.go ./hugolib/mount_filters_test.go ./hugolib/page.go ./hugolib/page__common.go ./hugolib/page__content.go ./hugolib/page__data.go ./hugolib/page__fragments_test.go ./hugolib/page__menus.go ./hugolib/page__meta.go ./hugolib/page__meta_test.go ./hugolib/page__new.go ./hugolib/page__output.go ./hugolib/page__paginator.go ./hugolib/page__paths.go ./hugolib/page__per_output.go ./hugolib/page__position.go ./hugolib/page__ref.go ./hugolib/page__tree.go ./hugolib/page_kinds.go ./hugolib/page_permalink_test.go ./hugolib/page_test.go ./hugolib/page_unwrap.go ./hugolib/page_unwrap_test.go ./hugolib/pagebundler_test.go ./hugolib/pagecollections.go ./hugolib/pagecollections_test.go ./hugolib/pages_capture.go ./hugolib/pages_language_merge_test.go ./hugolib/pages_test.go ./hugolib/pagesfromdata/pagesfromgotmpl.go ./hugolib/pagesfromdata/pagesfromgotmpl_integration_test.go ./hugolib/pagesfromdata/pagesfromgotmpl_test.go ./hugolib/paginator_test.go ./hugolib/params_test.go ./hugolib/paths/paths.go ./hugolib/permalinker.go ./hugolib/prune_resources.go ./hugolib/rebuild_test.go ./hugolib/rendershortcodes_test.go ./hugolib/renderstring_test.go ./hugolib/resource_chain_test.go ./hugolib/robotstxt_test.go ./hugolib/rss_test.go ./hugolib/securitypolicies_test.go ./hugolib/segments/segments.go ./hugolib/segments/segments_integration_test.go ./hugolib/segments/segments_test.go ./hugolib/shortcode.go ./hugolib/shortcode_page.go ./hugolib/shortcode_test.go ./hugolib/site.go ./hugolib/siteJSONEncode_test.go ./hugolib/site_benchmark_new_test.go ./hugolib/site_output.go ./hugolib/site_output_test.go ./hugolib/site_render.go ./hugolib/site_sections.go ./hugolib/site_sections_test.go ./hugolib/site_stats_test.go ./hugolib/site_test.go ./hugolib/site_url_test.go ./hugolib/sitemap_test.go ./hugolib/taxonomy_test.go ./hugolib/template_test.go ./hugolib/testhelpers_test.go ./identity/finder.go ./identity/finder_test.go ./identity/identity.go ./identity/identity_test.go ./identity/identitytesting/identitytesting.go ./identity/predicate_identity.go ./identity/predicate_identity_test.go ./identity/question.go ./identity/question_test.go ./internal/js/api.go ./internal/js/esbuild/batch.go ./internal/js/esbuild/batch_integration_test.go ./internal/js/esbuild/build.go ./internal/js/esbuild/helpers.go ./internal/js/esbuild/options.go ./internal/js/esbuild/options_test.go ./internal/js/esbuild/resolve.go ./internal/js/esbuild/resolve_test.go ./internal/js/esbuild/sourcemap.go ./internal/warpc/gen/main.go ./internal/warpc/katex.go ./internal/warpc/warpc.go ./internal/warpc/warpc_test.go ./langs/config.go ./langs/i18n/i18n.go ./langs/i18n/i18n_integration_test.go ./langs/i18n/i18n_test.go ./langs/i18n/translationProvider.go ./langs/language.go ./langs/language_test.go ./lazy/init.go ./lazy/init_test.go ./lazy/once.go ./livereload/connection.go ./livereload/gen/main.go ./livereload/hub.go ./livereload/livereload.go ./magefile.go ./main.go ./main_test.go ./main_withdeploy_off_test.go ./main_withdeploy_test.go ./markup/asciidocext/asciidocext_config/config.go ./markup/asciidocext/convert.go ./markup/asciidocext/convert_test.go ./markup/asciidocext/internal/converter.go ./markup/blackfriday/anchors.go ./markup/converter/converter.go ./markup/converter/hooks/hooks.go ./markup/goldmark/autoid.go ./markup/goldmark/autoid_test.go ./markup/goldmark/blockquotes/blockquotes.go ./markup/goldmark/blockquotes/blockquotes_integration_test.go ./markup/goldmark/blockquotes/blockquotes_test.go ./markup/goldmark/codeblocks/codeblocks_integration_test.go ./markup/goldmark/codeblocks/render.go ./markup/goldmark/convert.go ./markup/goldmark/convert_test.go ./markup/goldmark/goldmark_config/config.go ./markup/goldmark/goldmark_integration_test.go ./markup/goldmark/hugocontext/hugocontext.go ./markup/goldmark/hugocontext/hugocontext_test.go ./markup/goldmark/images/images_integration_test.go ./markup/goldmark/images/transform.go ./markup/goldmark/internal/extensions/attributes/attributes.go ./markup/goldmark/internal/render/context.go ./markup/goldmark/passthrough/passthrough.go ./markup/goldmark/passthrough/passthrough_integration_test.go ./markup/goldmark/render_hooks.go ./markup/goldmark/tables/tables.go ./markup/goldmark/tables/tables_integration_test.go ./markup/goldmark/toc.go ./markup/goldmark/toc_integration_test.go ./markup/highlight/chromalexers/chromalexers.go ./markup/highlight/config.go ./markup/highlight/config_test.go ./markup/highlight/highlight.go ./markup/highlight/highlight_integration_test.go ./markup/highlight/highlight_test.go ./markup/internal/attributes/attributes.go ./markup/internal/external.go ./markup/markup.go ./markup/markup_config/config.go ./markup/markup_config/config_test.go ./markup/markup_test.go ./markup/org/convert.go ./markup/org/convert_test.go ./markup/pandoc/convert.go ./markup/pandoc/convert_test.go ./markup/rst/convert.go ./markup/rst/convert_test.go ./markup/tableofcontents/tableofcontents.go ./markup/tableofcontents/tableofcontents_integration_test.go ./markup/tableofcontents/tableofcontents_test.go ./media/builtin.go ./media/config.go ./media/config_test.go ./media/mediaType.go ./media/mediaType_test.go ./metrics/metrics.go ./metrics/metrics_test.go ./minifiers/config.go ./minifiers/config_test.go ./minifiers/minifiers.go ./minifiers/minifiers_test.go ./modules/client.go ./modules/client_test.go ./modules/collect.go ./modules/collect_test.go ./modules/config.go ./modules/config_test.go ./modules/module.go ./modules/npm/package_builder.go ./modules/npm/package_builder_test.go ./navigation/menu.go ./navigation/menu_cache.go ./navigation/menu_cache_test.go ./navigation/pagemenus.go ./output/config.go ./output/config_test.go ./output/docshelper.go ./output/layouts/layout.go ./output/layouts/layout_test.go ./output/outputFormat.go ./output/outputFormat_test.go ./parser/frontmatter.go ./parser/frontmatter_test.go ./parser/lowercase_camel_json.go ./parser/lowercase_camel_json_test.go ./parser/metadecoders/decoder.go ./parser/metadecoders/decoder_test.go ./parser/metadecoders/format.go ./parser/metadecoders/format_test.go ./parser/pageparser/doc.go ./parser/pageparser/item.go ./parser/pageparser/item_test.go ./parser/pageparser/itemtype_string.go ./parser/pageparser/pagelexer.go ./parser/pageparser/pagelexer_intro.go ./parser/pageparser/pagelexer_intro_test.go ./parser/pageparser/pagelexer_shortcode.go ./parser/pageparser/pagelexer_test.go ./parser/pageparser/pageparser.go ./parser/pageparser/pageparser_intro_test.go ./parser/pageparser/pageparser_shortcode_test.go ./parser/pageparser/pageparser_test.go ./publisher/htmlElementsCollector.go ./publisher/htmlElementsCollector_test.go ./publisher/publisher.go ./related/inverted_index.go ./related/inverted_index_test.go ./related/related_integration_test.go ./releaser/releaser.go ./resources/docs.go ./resources/errorResource.go ./resources/image.go ./resources/image_cache.go ./resources/image_extended_test.go ./resources/image_test.go ./resources/images/auto_orient.go ./resources/images/color.go ./resources/images/color_test.go ./resources/images/config.go ./resources/images/config_test.go ./resources/images/dither.go ./resources/images/exif/exif.go ./resources/images/exif/exif_test.go ./resources/images/filters.go ./resources/images/filters_test.go ./resources/images/image.go ./resources/images/image_resource.go ./resources/images/images_integration_test.go ./resources/images/opacity.go ./resources/images/overlay.go ./resources/images/padding.go ./resources/images/process.go ./resources/images/resampling.go ./resources/images/smartcrop.go ./resources/images/text.go ./resources/images/webp/webp.go ./resources/images/webp/webp_notavailable.go ./resources/internal/key.go ./resources/internal/key_test.go ./resources/internal/resourcepaths.go ./resources/jsconfig/jsconfig.go ./resources/jsconfig/jsconfig_test.go ./resources/kinds/kinds.go ./resources/kinds/kinds_test.go ./resources/page/page.go ./resources/page/page_author.go ./resources/page/page_data.go ./resources/page/page_data_test.go ./resources/page/page_generate/generate_page_wrappers.go ./resources/page/page_integration_test.go ./resources/page/page_kinds.go ./resources/page/page_lazy_contentprovider.go ./resources/page/page_markup.go ./resources/page/page_markup_integration_test.go ./resources/page/page_markup_test.go ./resources/page/page_marshaljson.autogen.go ./resources/page/page_matcher.go ./resources/page/page_matcher_test.go ./resources/page/page_nop.go ./resources/page/page_outputformat.go ./resources/page/page_paths.go ./resources/page/page_wrappers.autogen.go ./resources/page/pagegroup.go ./resources/page/pagegroup_test.go ./resources/page/pagemeta/page_frontmatter.go ./resources/page/pagemeta/page_frontmatter_test.go ./resources/page/pagemeta/pagemeta.go ./resources/page/pagemeta/pagemeta_integration_test.go ./resources/page/pagemeta/pagemeta_test.go ./resources/page/pages.go ./resources/page/pages_cache.go ./resources/page/pages_cache_test.go ./resources/page/pages_language_merge.go ./resources/page/pages_prev_next.go ./resources/page/pages_prev_next_integration_test.go ./resources/page/pages_prev_next_test.go ./resources/page/pages_related.go ./resources/page/pages_related_test.go ./resources/page/pages_sort.go ./resources/page/pages_sort_search.go ./resources/page/pages_sort_search_test.go ./resources/page/pages_sort_test.go ./resources/page/pages_test.go ./resources/page/pagination.go ./resources/page/pagination_test.go ./resources/page/path_integration_test.go ./resources/page/permalinks.go ./resources/page/permalinks_integration_test.go ./resources/page/permalinks_test.go ./resources/page/site.go ./resources/page/site_integration_test.go ./resources/page/siteidentities/identities.go ./resources/page/taxonomy.go ./resources/page/taxonomy_integration_test.go ./resources/page/testhelpers_test.go ./resources/page/weighted.go ./resources/page/zero_file.autogen.go ./resources/post_publish.go ./resources/postpub/fields.go ./resources/postpub/fields_test.go ./resources/postpub/postpub.go ./resources/resource.go ./resources/resource/dates.go ./resources/resource/params.go ./resources/resource/resource_helpers.go ./resources/resource/resources.go ./resources/resource/resources_integration_test.go ./resources/resource/resources_test.go ./resources/resource/resourcetypes.go ./resources/resource_cache.go ./resources/resource_factories/bundler/bundler.go ./resources/resource_factories/bundler/bundler_test.go ./resources/resource_factories/create/create.go ./resources/resource_factories/create/create_integration_test.go ./resources/resource_factories/create/remote.go ./resources/resource_factories/create/remote_test.go ./resources/resource_metadata.go ./resources/resource_spec.go ./resources/resource_spec_test.go ./resources/resource_test.go ./resources/resource_transformers/babel/babel.go ./resources/resource_transformers/babel/babel_integration_test.go ./resources/resource_transformers/cssjs/inline_imports.go ./resources/resource_transformers/cssjs/inline_imports_test.go ./resources/resource_transformers/cssjs/postcss.go ./resources/resource_transformers/cssjs/postcss_integration_test.go ./resources/resource_transformers/cssjs/tailwindcss.go ./resources/resource_transformers/cssjs/tailwindcss_integration_test.go ./resources/resource_transformers/htesting/testhelpers.go ./resources/resource_transformers/integrity/integrity.go ./resources/resource_transformers/integrity/integrity_test.go ./resources/resource_transformers/js/build.go ./resources/resource_transformers/js/js_integration_test.go ./resources/resource_transformers/js/transform.go ./resources/resource_transformers/minifier/minifier_integration_test.go ./resources/resource_transformers/minifier/minify.go ./resources/resource_transformers/minifier/minify_test.go ./resources/resource_transformers/templates/execute_as_template.go ./resources/resource_transformers/templates/templates_integration_test.go ./resources/resource_transformers/tocss/dartsass/client.go ./resources/resource_transformers/tocss/dartsass/dartsass_integration_test.go ./resources/resource_transformers/tocss/dartsass/transform.go ./resources/resource_transformers/tocss/sass/helpers.go ./resources/resource_transformers/tocss/sass/helpers_test.go ./resources/resource_transformers/tocss/scss/client.go ./resources/resource_transformers/tocss/scss/client_extended.go ./resources/resource_transformers/tocss/scss/client_notavailable.go ./resources/resource_transformers/tocss/scss/client_test.go ./resources/resource_transformers/tocss/scss/scss_integration_test.go ./resources/resource_transformers/tocss/scss/tocss.go ./resources/resources_integration_test.go ./resources/testhelpers_test.go ./resources/transform.go ./resources/transform_integration_test.go ./resources/transform_test.go ./scripts/fork_go_templates/main.go ./source/content_directory_test.go ./source/fileInfo.go ./source/sourceSpec.go ./tpl/cast/cast.go ./tpl/cast/cast_test.go ./tpl/cast/docshelper.go ./tpl/cast/init.go ./tpl/collections/append.go ./tpl/collections/append_test.go ./tpl/collections/apply.go ./tpl/collections/apply_test.go ./tpl/collections/collections.go ./tpl/collections/collections_integration_test.go ./tpl/collections/collections_test.go ./tpl/collections/complement.go ./tpl/collections/complement_test.go ./tpl/collections/index.go ./tpl/collections/index_test.go ./tpl/collections/init.go ./tpl/collections/merge.go ./tpl/collections/merge_test.go ./tpl/collections/querify.go ./tpl/collections/querify_test.go ./tpl/collections/reflect_helpers.go ./tpl/collections/sort.go ./tpl/collections/sort_test.go ./tpl/collections/symdiff.go ./tpl/collections/symdiff_test.go ./tpl/collections/where.go ./tpl/collections/where_test.go ./tpl/compare/compare.go ./tpl/compare/compare_test.go ./tpl/compare/init.go ./tpl/crypto/crypto.go ./tpl/crypto/crypto_test.go ./tpl/crypto/init.go ./tpl/css/css.go ./tpl/data/data.go ./tpl/data/data_test.go ./tpl/data/init.go ./tpl/data/resources.go ./tpl/data/resources_test.go ./tpl/debug/debug.go ./tpl/debug/debug_integration_test.go ./tpl/debug/init.go ./tpl/diagrams/diagrams.go ./tpl/diagrams/goat.go ./tpl/diagrams/init.go ./tpl/encoding/encoding.go ./tpl/encoding/encoding_test.go ./tpl/encoding/init.go ./tpl/fmt/fmt.go ./tpl/fmt/fmt_integration_test.go ./tpl/fmt/init.go ./tpl/hash/hash.go ./tpl/hash/hash_test.go ./tpl/hugo/init.go ./tpl/images/images.go ./tpl/images/images_integration_test.go ./tpl/images/images_test.go ./tpl/images/init.go ./tpl/inflect/inflect.go ./tpl/inflect/inflect_test.go ./tpl/inflect/init.go ./tpl/internal/go_templates/cfg/cfg.go ./tpl/internal/go_templates/fmtsort/export_test.go ./tpl/internal/go_templates/fmtsort/sort.go ./tpl/internal/go_templates/fmtsort/sort_test.go ./tpl/internal/go_templates/htmltemplate/attr.go ./tpl/internal/go_templates/htmltemplate/attr_string.go ./tpl/internal/go_templates/htmltemplate/clone_test.go ./tpl/internal/go_templates/htmltemplate/content.go ./tpl/internal/go_templates/htmltemplate/content_test.go ./tpl/internal/go_templates/htmltemplate/context.go ./tpl/internal/go_templates/htmltemplate/css.go ./tpl/internal/go_templates/htmltemplate/css_test.go ./tpl/internal/go_templates/htmltemplate/delim_string.go ./tpl/internal/go_templates/htmltemplate/doc.go ./tpl/internal/go_templates/htmltemplate/element_string.go ./tpl/internal/go_templates/htmltemplate/error.go ./tpl/internal/go_templates/htmltemplate/escape.go ./tpl/internal/go_templates/htmltemplate/escape_test.go ./tpl/internal/go_templates/htmltemplate/example_test.go ./tpl/internal/go_templates/htmltemplate/examplefiles_test.go ./tpl/internal/go_templates/htmltemplate/exec_test.go ./tpl/internal/go_templates/htmltemplate/html.go ./tpl/internal/go_templates/htmltemplate/html_test.go ./tpl/internal/go_templates/htmltemplate/hugo_template.go ./tpl/internal/go_templates/htmltemplate/js.go ./tpl/internal/go_templates/htmltemplate/js_test.go ./tpl/internal/go_templates/htmltemplate/jsctx_string.go ./tpl/internal/go_templates/htmltemplate/multi_test.go ./tpl/internal/go_templates/htmltemplate/state_string.go ./tpl/internal/go_templates/htmltemplate/template.go ./tpl/internal/go_templates/htmltemplate/template_test.go ./tpl/internal/go_templates/htmltemplate/transition.go ./tpl/internal/go_templates/htmltemplate/transition_test.go ./tpl/internal/go_templates/htmltemplate/url.go ./tpl/internal/go_templates/htmltemplate/url_test.go ./tpl/internal/go_templates/htmltemplate/urlpart_string.go ./tpl/internal/go_templates/testenv/exec.go ./tpl/internal/go_templates/testenv/noopt.go ./tpl/internal/go_templates/testenv/opt.go ./tpl/internal/go_templates/testenv/testenv.go ./tpl/internal/go_templates/testenv/testenv_notunix.go ./tpl/internal/go_templates/testenv/testenv_notwin.go ./tpl/internal/go_templates/testenv/testenv_test.go ./tpl/internal/go_templates/testenv/testenv_unix.go ./tpl/internal/go_templates/testenv/testenv_windows.go ./tpl/internal/go_templates/texttemplate/doc.go ./tpl/internal/go_templates/texttemplate/example_test.go ./tpl/internal/go_templates/texttemplate/examplefiles_test.go ./tpl/internal/go_templates/texttemplate/examplefunc_test.go ./tpl/internal/go_templates/texttemplate/exec.go ./tpl/internal/go_templates/texttemplate/exec_test.go ./tpl/internal/go_templates/texttemplate/funcs.go ./tpl/internal/go_templates/texttemplate/helper.go ./tpl/internal/go_templates/texttemplate/hugo_template.go ./tpl/internal/go_templates/texttemplate/hugo_template_test.go ./tpl/internal/go_templates/texttemplate/link_test.go ./tpl/internal/go_templates/texttemplate/multi_test.go ./tpl/internal/go_templates/texttemplate/option.go ./tpl/internal/go_templates/texttemplate/parse/lex.go ./tpl/internal/go_templates/texttemplate/parse/lex_test.go ./tpl/internal/go_templates/texttemplate/parse/node.go ./tpl/internal/go_templates/texttemplate/parse/parse.go ./tpl/internal/go_templates/texttemplate/parse/parse_test.go ./tpl/internal/go_templates/texttemplate/template.go ./tpl/internal/resourcehelpers/helpers.go ./tpl/internal/templatefuncRegistry_test.go ./tpl/internal/templatefuncsRegistry.go ./tpl/js/init.go ./tpl/js/js.go ./tpl/lang/init.go ./tpl/lang/lang.go ./tpl/lang/lang_test.go ./tpl/math/init.go ./tpl/math/math.go ./tpl/math/math_test.go ./tpl/math/round.go ./tpl/openapi/docs.go ./tpl/openapi/openapi3/init.go ./tpl/openapi/openapi3/openapi3.go ./tpl/openapi/openapi3/openapi3_integration_test.go ./tpl/os/init.go ./tpl/os/os.go ./tpl/os/os_integration_test.go ./tpl/os/os_test.go ./tpl/page/init.go ./tpl/page/page_integration_test.go ./tpl/partials/init.go ./tpl/partials/partials.go ./tpl/partials/partials_integration_test.go ./tpl/path/init.go ./tpl/path/path.go ./tpl/path/path_test.go ./tpl/reflect/init.go ./tpl/reflect/reflect.go ./tpl/reflect/reflect_test.go ./tpl/resources/init.go ./tpl/resources/resources.go ./tpl/resources/resources_integration_test.go ./tpl/safe/init.go ./tpl/safe/safe.go ./tpl/safe/safe_test.go ./tpl/site/init.go ./tpl/strings/init.go ./tpl/strings/regexp.go ./tpl/strings/regexp_test.go ./tpl/strings/strings.go ./tpl/strings/strings_test.go ./tpl/strings/truncate.go ./tpl/strings/truncate_test.go ./tpl/template.go ./tpl/template_info.go ./tpl/template_test.go ./tpl/templates/defer_integration_test.go ./tpl/templates/init.go ./tpl/templates/templates.go ./tpl/templates/templates_integration_test.go ./tpl/time/init.go ./tpl/time/time.go ./tpl/time/time_test.go ./tpl/tplimpl/render_hook_integration_test.go ./tpl/tplimpl/shortcodes.go ./tpl/tplimpl/shortcodes_test.go ./tpl/tplimpl/template.go ./tpl/tplimpl/templateFuncster.go ./tpl/tplimpl/templateProvider.go ./tpl/tplimpl/template_ast_transformers.go ./tpl/tplimpl/template_ast_transformers_test.go ./tpl/tplimpl/template_errors.go ./tpl/tplimpl/template_funcs.go ./tpl/tplimpl/template_funcs_test.go ./tpl/tplimpl/template_test.go ./tpl/tplimpl/tplimpl_integration_test.go ./tpl/transform/init.go ./tpl/transform/remarshal.go ./tpl/transform/remarshal_test.go ./tpl/transform/transform.go ./tpl/transform/transform_integration_test.go ./tpl/transform/transform_test.go ./tpl/transform/unmarshal.go ./tpl/transform/unmarshal_test.go ./tpl/urls/init.go ./tpl/urls/urls.go ./tpl/urls/urls_test.go ./transform/chain.go ./transform/chain_test.go ./transform/livereloadinject/livereloadinject.go ./transform/livereloadinject/livereloadinject_test.go ./transform/metainject/hugogenerator.go ./transform/metainject/hugogenerator_test.go ./transform/urlreplacers/absurl.go ./transform/urlreplacers/absurlreplacer.go ./transform/urlreplacers/absurlreplacer_test.go ./watcher/batcher.go ./watcher/filenotify/filenotify.go ./watcher/filenotify/fsnotify.go ./watcher/filenotify/poller.go ./watcher/filenotify/poller_test.go -++ find . -iname '*.go' -type f -+ sed -i 's|github.com/gohugoio/go-i18n/v2|github.com/nicksnyder/go-i18n/v2|' ./bufferpool/bufpool.go ./bufferpool/bufpool_test.go ./cache/dynacache/dynacache.go ./cache/dynacache/dynacache_test.go ./cache/filecache/filecache.go ./cache/filecache/filecache_config.go ./cache/filecache/filecache_config_test.go ./cache/filecache/filecache_integration_test.go ./cache/filecache/filecache_pruner.go ./cache/filecache/filecache_pruner_test.go ./cache/filecache/filecache_test.go ./cache/httpcache/httpcache.go ./cache/httpcache/httpcache_integration_test.go ./cache/httpcache/httpcache_test.go ./cache/docs.go ./codegen/methods.go ./codegen/methods2_test.go ./codegen/methods_test.go ./commands/commandeer.go ./commands/commands.go ./commands/config.go ./commands/convert.go ./commands/deploy.go ./commands/deploy_flags.go ./commands/deploy_off.go ./commands/env.go ./commands/gen.go ./commands/helpers.go ./commands/hugo_windows.go ./commands/hugobuilder.go ./commands/import.go ./commands/list.go ./commands/mod.go ./commands/new.go ./commands/release.go ./commands/server.go ./common/collections/append.go ./common/collections/append_test.go ./common/collections/collections.go ./common/collections/order.go ./common/collections/slice.go ./common/collections/slice_test.go ./common/collections/stack.go ./common/constants/constants.go ./common/hashing/hashing.go ./common/hashing/hashing_test.go ./common/hcontext/context.go ./common/herrors/error_locator.go ./common/herrors/error_locator_test.go ./common/herrors/errors.go ./common/herrors/errors_test.go ./common/herrors/file_error.go ./common/herrors/file_error_test.go ./common/herrors/line_number_extractors.go ./common/hexec/exec.go ./common/hreflect/helpers.go ./common/hreflect/helpers_test.go ./common/hstrings/strings.go ./common/hstrings/strings_test.go ./common/htime/htime_integration_test.go ./common/htime/time.go ./common/htime/time_test.go ./common/hugio/copy.go ./common/hugio/hasBytesWriter.go ./common/hugio/hasBytesWriter_test.go ./common/hugio/readers.go ./common/hugio/writers.go ./common/hugo/hugo.go ./common/hugo/hugo_integration_test.go ./common/hugo/hugo_test.go ./common/hugo/vars_extended.go ./common/hugo/vars_regular.go ./common/hugo/vars_withdeploy.go ./common/hugo/vars_withdeploy_off.go ./common/hugo/version.go ./common/hugo/version_current.go ./common/hugo/version_test.go ./common/loggers/handlerdefault.go ./common/loggers/handlersmisc.go ./common/loggers/handlerterminal.go ./common/loggers/handlerterminal_test.go ./common/loggers/logger.go ./common/loggers/logger_test.go ./common/loggers/loggerglobal.go ./common/maps/cache.go ./common/maps/maps.go ./common/maps/maps_test.go ./common/maps/params.go ./common/maps/params_test.go ./common/maps/scratch.go ./common/maps/scratch_test.go ./common/math/math.go ./common/math/math_test.go ./common/para/para.go ./common/para/para_test.go ./common/paths/path.go ./common/paths/path_test.go ./common/paths/pathparser.go ./common/paths/pathparser_test.go ./common/paths/paths_integration_test.go ./common/paths/pathtype_string.go ./common/paths/url.go ./common/paths/url_test.go ./common/predicate/predicate.go ./common/predicate/predicate_test.go ./common/rungroup/rungroup.go ./common/rungroup/rungroup_test.go ./common/tasks/tasks.go ./common/terminal/colors.go ./common/text/position.go ./common/text/position_test.go ./common/text/transform.go ./common/text/transform_test.go ./common/types/css/csstypes.go ./common/types/hstring/stringtypes.go ./common/types/hstring/stringtypes_test.go ./common/types/closer.go ./common/types/convert.go ./common/types/convert_test.go ./common/types/evictingqueue.go ./common/types/evictingqueue_test.go ./common/types/types.go ./common/types/types_test.go ./common/urls/baseURL.go ./common/urls/baseURL_test.go ./common/urls/ref.go ./common/docs.go ./compare/compare.go ./compare/compare_strings.go ./compare/compare_strings_test.go ./config/allconfig/allconfig.go ./config/allconfig/allconfig_integration_test.go ./config/allconfig/alldecoders.go ./config/allconfig/configlanguage.go ./config/allconfig/docshelper.go ./config/allconfig/load.go ./config/allconfig/load_test.go ./config/privacy/privacyConfig.go ./config/privacy/privacyConfig_test.go ./config/security/securityConfig.go ./config/security/securityConfig_test.go ./config/security/whitelist.go ./config/security/whitelist_test.go ./config/services/servicesConfig.go ./config/services/servicesConfig_test.go ./config/testconfig/testconfig.go ./config/commonConfig.go ./config/commonConfig_test.go ./config/configLoader.go ./config/configLoader_test.go ./config/configProvider.go ./config/configProvider_test.go ./config/defaultConfigProvider.go ./config/defaultConfigProvider_test.go ./config/env.go ./config/env_test.go ./config/namespace.go ./config/namespace_test.go ./create/skeletons/skeletons.go ./create/content.go ./create/content_test.go ./deploy/deployconfig/deployConfig.go ./deploy/deployconfig/deployConfig_test.go ./deploy/cloudfront.go ./deploy/deploy.go ./deploy/deploy_azure.go ./deploy/deploy_test.go ./deploy/google.go ./deps/deps.go ./deps/deps_test.go ./docshelper/docs.go ./helpers/content.go ./helpers/content_test.go ./helpers/docshelper.go ./helpers/emoji.go ./helpers/emoji_test.go ./helpers/general.go ./helpers/general_test.go ./helpers/path.go ./helpers/path_test.go ./helpers/pathspec.go ./helpers/processing_stats.go ./helpers/testhelpers_test.go ./helpers/url.go ./helpers/url_test.go ./htesting/hqt/checkers.go ./htesting/test_helpers.go ./htesting/test_helpers_test.go ./hugofs/files/classifier.go ./hugofs/files/classifier_test.go ./hugofs/glob/filename_filter.go ./hugofs/glob/filename_filter_test.go ./hugofs/glob/glob.go ./hugofs/glob/glob_test.go ./hugofs/component_fs.go ./hugofs/createcounting_fs.go ./hugofs/decorators.go ./hugofs/dirsmerger.go ./hugofs/fileinfo.go ./hugofs/fileinfo_test.go ./hugofs/filename_filter_fs.go ./hugofs/filename_filter_fs_test.go ./hugofs/fs.go ./hugofs/fs_test.go ./hugofs/glob.go ./hugofs/glob_test.go ./hugofs/hasbytes_fs.go ./hugofs/hashing_fs.go ./hugofs/hashing_fs_test.go ./hugofs/noop_fs.go ./hugofs/openfiles_fs.go ./hugofs/rootmapping_fs.go ./hugofs/rootmapping_fs_test.go ./hugofs/stacktracer_fs.go ./hugofs/walk.go ./hugofs/walk_test.go ./hugolib/doctree/dimensions.go ./hugolib/doctree/dimensions_test.go ./hugolib/doctree/nodeshiftree_test.go ./hugolib/doctree/nodeshifttree.go ./hugolib/doctree/simpletree.go ./hugolib/doctree/support.go ./hugolib/doctree/treeshifttree.go ./hugolib/doctree/treeshifttree_test.go ./hugolib/filesystems/basefs.go ./hugolib/filesystems/basefs_test.go ./hugolib/pagesfromdata/pagesfromgotmpl.go ./hugolib/pagesfromdata/pagesfromgotmpl_integration_test.go ./hugolib/pagesfromdata/pagesfromgotmpl_test.go ./hugolib/paths/paths.go ./hugolib/segments/segments.go ./hugolib/segments/segments_integration_test.go ./hugolib/segments/segments_test.go ./hugolib/404_test.go ./hugolib/alias.go ./hugolib/alias_test.go ./hugolib/breaking_changes_test.go ./hugolib/cascade_test.go ./hugolib/codeowners.go ./hugolib/collections.go ./hugolib/collections_test.go ./hugolib/config.go ./hugolib/config_test.go ./hugolib/configdir_test.go ./hugolib/content_factory.go ./hugolib/content_factory_test.go ./hugolib/content_map.go ./hugolib/content_map_page.go ./hugolib/content_map_test.go ./hugolib/content_render_hooks_test.go ./hugolib/datafiles_test.go ./hugolib/dates_test.go ./hugolib/disableKinds_test.go ./hugolib/embedded_shortcodes_test.go ./hugolib/embedded_templates_test.go ./hugolib/fileInfo.go ./hugolib/fileInfo_test.go ./hugolib/frontmatter_test.go ./hugolib/gitinfo.go ./hugolib/hugo_modules_test.go ./hugolib/hugo_sites.go ./hugolib/hugo_sites_build.go ./hugolib/hugo_sites_build_errors_test.go ./hugolib/hugo_sites_build_test.go ./hugolib/hugo_sites_multihost_test.go ./hugolib/hugo_sites_test.go ./hugolib/hugo_smoke_test.go ./hugolib/hugolib_integration_test.go ./hugolib/image_test.go ./hugolib/integrationtest_builder.go ./hugolib/language_content_dir_test.go ./hugolib/language_test.go ./hugolib/menu_test.go ./hugolib/minify_publisher_test.go ./hugolib/mount_filters_test.go ./hugolib/page.go ./hugolib/page__common.go ./hugolib/page__content.go ./hugolib/page__data.go ./hugolib/page__fragments_test.go ./hugolib/page__menus.go ./hugolib/page__meta.go ./hugolib/page__meta_test.go ./hugolib/page__new.go ./hugolib/page__output.go ./hugolib/page__paginator.go ./hugolib/page__paths.go ./hugolib/page__per_output.go ./hugolib/page__position.go ./hugolib/page__ref.go ./hugolib/page__tree.go ./hugolib/page_kinds.go ./hugolib/page_permalink_test.go ./hugolib/page_test.go ./hugolib/page_unwrap.go ./hugolib/page_unwrap_test.go ./hugolib/pagebundler_test.go ./hugolib/pagecollections.go ./hugolib/pagecollections_test.go ./hugolib/pages_capture.go ./hugolib/pages_language_merge_test.go ./hugolib/pages_test.go ./hugolib/paginator_test.go ./hugolib/params_test.go ./hugolib/permalinker.go ./hugolib/prune_resources.go ./hugolib/rebuild_test.go ./hugolib/rendershortcodes_test.go ./hugolib/renderstring_test.go ./hugolib/resource_chain_test.go ./hugolib/robotstxt_test.go ./hugolib/rss_test.go ./hugolib/securitypolicies_test.go ./hugolib/shortcode.go ./hugolib/shortcode_page.go ./hugolib/shortcode_test.go ./hugolib/site.go ./hugolib/siteJSONEncode_test.go ./hugolib/site_benchmark_new_test.go ./hugolib/site_output.go ./hugolib/site_output_test.go ./hugolib/site_render.go ./hugolib/site_sections.go ./hugolib/site_sections_test.go ./hugolib/site_stats_test.go ./hugolib/site_test.go ./hugolib/site_url_test.go ./hugolib/sitemap_test.go ./hugolib/taxonomy_test.go ./hugolib/template_test.go ./hugolib/testhelpers_test.go ./identity/identitytesting/identitytesting.go ./identity/finder.go ./identity/finder_test.go ./identity/identity.go ./identity/identity_test.go ./identity/predicate_identity.go ./identity/predicate_identity_test.go ./identity/question.go ./identity/question_test.go ./internal/js/esbuild/batch.go ./internal/js/esbuild/batch_integration_test.go ./internal/js/esbuild/build.go ./internal/js/esbuild/helpers.go ./internal/js/esbuild/options.go ./internal/js/esbuild/options_test.go ./internal/js/esbuild/resolve.go ./internal/js/esbuild/resolve_test.go ./internal/js/esbuild/sourcemap.go ./internal/js/api.go ./internal/warpc/gen/main.go ./internal/warpc/katex.go ./internal/warpc/warpc.go ./internal/warpc/warpc_test.go ./langs/i18n/i18n.go ./langs/i18n/i18n_integration_test.go ./langs/i18n/i18n_test.go ./langs/i18n/translationProvider.go ./langs/config.go ./langs/language.go ./langs/language_test.go ./lazy/init.go ./lazy/init_test.go ./lazy/once.go ./livereload/gen/main.go ./livereload/connection.go ./livereload/hub.go ./livereload/livereload.go ./markup/asciidocext/asciidocext_config/config.go ./markup/asciidocext/internal/converter.go ./markup/asciidocext/convert.go ./markup/asciidocext/convert_test.go ./markup/blackfriday/anchors.go ./markup/converter/hooks/hooks.go ./markup/converter/converter.go ./markup/goldmark/blockquotes/blockquotes.go ./markup/goldmark/blockquotes/blockquotes_integration_test.go ./markup/goldmark/blockquotes/blockquotes_test.go ./markup/goldmark/codeblocks/codeblocks_integration_test.go ./markup/goldmark/codeblocks/render.go ./markup/goldmark/goldmark_config/config.go ./markup/goldmark/hugocontext/hugocontext.go ./markup/goldmark/hugocontext/hugocontext_test.go ./markup/goldmark/images/images_integration_test.go ./markup/goldmark/images/transform.go ./markup/goldmark/internal/extensions/attributes/attributes.go ./markup/goldmark/internal/render/context.go ./markup/goldmark/passthrough/passthrough.go ./markup/goldmark/passthrough/passthrough_integration_test.go ./markup/goldmark/tables/tables.go ./markup/goldmark/tables/tables_integration_test.go ./markup/goldmark/autoid.go ./markup/goldmark/autoid_test.go ./markup/goldmark/convert.go ./markup/goldmark/convert_test.go ./markup/goldmark/goldmark_integration_test.go ./markup/goldmark/render_hooks.go ./markup/goldmark/toc.go ./markup/goldmark/toc_integration_test.go ./markup/highlight/chromalexers/chromalexers.go ./markup/highlight/config.go ./markup/highlight/config_test.go ./markup/highlight/highlight.go ./markup/highlight/highlight_integration_test.go ./markup/highlight/highlight_test.go ./markup/internal/attributes/attributes.go ./markup/internal/external.go ./markup/markup_config/config.go ./markup/markup_config/config_test.go ./markup/org/convert.go ./markup/org/convert_test.go ./markup/pandoc/convert.go ./markup/pandoc/convert_test.go ./markup/rst/convert.go ./markup/rst/convert_test.go ./markup/tableofcontents/tableofcontents.go ./markup/tableofcontents/tableofcontents_integration_test.go ./markup/tableofcontents/tableofcontents_test.go ./markup/markup.go ./markup/markup_test.go ./media/builtin.go ./media/config.go ./media/config_test.go ./media/mediaType.go ./media/mediaType_test.go ./metrics/metrics.go ./metrics/metrics_test.go ./minifiers/config.go ./minifiers/config_test.go ./minifiers/minifiers.go ./minifiers/minifiers_test.go ./modules/npm/package_builder.go ./modules/npm/package_builder_test.go ./modules/client.go ./modules/client_test.go ./modules/collect.go ./modules/collect_test.go ./modules/config.go ./modules/config_test.go ./modules/module.go ./navigation/menu.go ./navigation/menu_cache.go ./navigation/menu_cache_test.go ./navigation/pagemenus.go ./output/layouts/layout.go ./output/layouts/layout_test.go ./output/config.go ./output/config_test.go ./output/docshelper.go ./output/outputFormat.go ./output/outputFormat_test.go ./parser/metadecoders/decoder.go ./parser/metadecoders/decoder_test.go ./parser/metadecoders/format.go ./parser/metadecoders/format_test.go ./parser/pageparser/doc.go ./parser/pageparser/item.go ./parser/pageparser/item_test.go ./parser/pageparser/itemtype_string.go ./parser/pageparser/pagelexer.go ./parser/pageparser/pagelexer_intro.go ./parser/pageparser/pagelexer_intro_test.go ./parser/pageparser/pagelexer_shortcode.go ./parser/pageparser/pagelexer_test.go ./parser/pageparser/pageparser.go ./parser/pageparser/pageparser_intro_test.go ./parser/pageparser/pageparser_shortcode_test.go ./parser/pageparser/pageparser_test.go ./parser/frontmatter.go ./parser/frontmatter_test.go ./parser/lowercase_camel_json.go ./parser/lowercase_camel_json_test.go ./publisher/htmlElementsCollector.go ./publisher/htmlElementsCollector_test.go ./publisher/publisher.go ./related/inverted_index.go ./related/inverted_index_test.go ./related/related_integration_test.go ./releaser/releaser.go ./resources/images/exif/exif.go ./resources/images/exif/exif_test.go ./resources/images/webp/webp.go ./resources/images/webp/webp_notavailable.go ./resources/images/auto_orient.go ./resources/images/color.go ./resources/images/color_test.go ./resources/images/config.go ./resources/images/config_test.go ./resources/images/dither.go ./resources/images/filters.go ./resources/images/filters_test.go ./resources/images/image.go ./resources/images/image_resource.go ./resources/images/images_integration_test.go ./resources/images/opacity.go ./resources/images/overlay.go ./resources/images/padding.go ./resources/images/process.go ./resources/images/resampling.go ./resources/images/smartcrop.go ./resources/images/text.go ./resources/internal/key.go ./resources/internal/key_test.go ./resources/internal/resourcepaths.go ./resources/jsconfig/jsconfig.go ./resources/jsconfig/jsconfig_test.go ./resources/kinds/kinds.go ./resources/kinds/kinds_test.go ./resources/page/page_generate/generate_page_wrappers.go ./resources/page/pagemeta/page_frontmatter.go ./resources/page/pagemeta/page_frontmatter_test.go ./resources/page/pagemeta/pagemeta.go ./resources/page/pagemeta/pagemeta_integration_test.go ./resources/page/pagemeta/pagemeta_test.go ./resources/page/siteidentities/identities.go ./resources/page/page.go ./resources/page/page_author.go ./resources/page/page_data.go ./resources/page/page_data_test.go ./resources/page/page_integration_test.go ./resources/page/page_kinds.go ./resources/page/page_lazy_contentprovider.go ./resources/page/page_markup.go ./resources/page/page_markup_integration_test.go ./resources/page/page_markup_test.go ./resources/page/page_marshaljson.autogen.go ./resources/page/page_matcher.go ./resources/page/page_matcher_test.go ./resources/page/page_nop.go ./resources/page/page_outputformat.go ./resources/page/page_paths.go ./resources/page/page_wrappers.autogen.go ./resources/page/pagegroup.go ./resources/page/pagegroup_test.go ./resources/page/pages.go ./resources/page/pages_cache.go ./resources/page/pages_cache_test.go ./resources/page/pages_language_merge.go ./resources/page/pages_prev_next.go ./resources/page/pages_prev_next_integration_test.go ./resources/page/pages_prev_next_test.go ./resources/page/pages_related.go ./resources/page/pages_related_test.go ./resources/page/pages_sort.go ./resources/page/pages_sort_search.go ./resources/page/pages_sort_search_test.go ./resources/page/pages_sort_test.go ./resources/page/pages_test.go ./resources/page/pagination.go ./resources/page/pagination_test.go ./resources/page/path_integration_test.go ./resources/page/permalinks.go ./resources/page/permalinks_integration_test.go ./resources/page/permalinks_test.go ./resources/page/site.go ./resources/page/site_integration_test.go ./resources/page/taxonomy.go ./resources/page/taxonomy_integration_test.go ./resources/page/testhelpers_test.go ./resources/page/weighted.go ./resources/page/zero_file.autogen.go ./resources/postpub/fields.go ./resources/postpub/fields_test.go ./resources/postpub/postpub.go ./resources/resource/dates.go ./resources/resource/params.go ./resources/resource/resource_helpers.go ./resources/resource/resources.go ./resources/resource/resources_integration_test.go ./resources/resource/resources_test.go ./resources/resource/resourcetypes.go ./resources/resource_factories/bundler/bundler.go ./resources/resource_factories/bundler/bundler_test.go ./resources/resource_factories/create/create.go ./resources/resource_factories/create/create_integration_test.go ./resources/resource_factories/create/remote.go ./resources/resource_factories/create/remote_test.go ./resources/resource_transformers/babel/babel.go ./resources/resource_transformers/babel/babel_integration_test.go ./resources/resource_transformers/cssjs/inline_imports.go ./resources/resource_transformers/cssjs/inline_imports_test.go ./resources/resource_transformers/cssjs/postcss.go ./resources/resource_transformers/cssjs/postcss_integration_test.go ./resources/resource_transformers/cssjs/tailwindcss.go ./resources/resource_transformers/cssjs/tailwindcss_integration_test.go ./resources/resource_transformers/htesting/testhelpers.go ./resources/resource_transformers/integrity/integrity.go ./resources/resource_transformers/integrity/integrity_test.go ./resources/resource_transformers/js/build.go ./resources/resource_transformers/js/js_integration_test.go ./resources/resource_transformers/js/transform.go ./resources/resource_transformers/minifier/minifier_integration_test.go ./resources/resource_transformers/minifier/minify.go ./resources/resource_transformers/minifier/minify_test.go ./resources/resource_transformers/templates/execute_as_template.go ./resources/resource_transformers/templates/templates_integration_test.go ./resources/resource_transformers/tocss/dartsass/client.go ./resources/resource_transformers/tocss/dartsass/dartsass_integration_test.go ./resources/resource_transformers/tocss/dartsass/transform.go ./resources/resource_transformers/tocss/sass/helpers.go ./resources/resource_transformers/tocss/sass/helpers_test.go ./resources/resource_transformers/tocss/scss/client.go ./resources/resource_transformers/tocss/scss/client_extended.go ./resources/resource_transformers/tocss/scss/client_notavailable.go ./resources/resource_transformers/tocss/scss/client_test.go ./resources/resource_transformers/tocss/scss/scss_integration_test.go ./resources/resource_transformers/tocss/scss/tocss.go ./resources/docs.go ./resources/errorResource.go ./resources/image.go ./resources/image_cache.go ./resources/image_extended_test.go ./resources/image_test.go ./resources/post_publish.go ./resources/resource.go ./resources/resource_cache.go ./resources/resource_metadata.go ./resources/resource_spec.go ./resources/resource_spec_test.go ./resources/resource_test.go ./resources/resources_integration_test.go ./resources/testhelpers_test.go ./resources/transform.go ./resources/transform_integration_test.go ./resources/transform_test.go ./scripts/fork_go_templates/main.go ./source/content_directory_test.go ./source/fileInfo.go ./source/sourceSpec.go ./tpl/cast/cast.go ./tpl/cast/cast_test.go ./tpl/cast/docshelper.go ./tpl/cast/init.go ./tpl/collections/append.go ./tpl/collections/append_test.go ./tpl/collections/apply.go ./tpl/collections/apply_test.go ./tpl/collections/collections.go ./tpl/collections/collections_integration_test.go ./tpl/collections/collections_test.go ./tpl/collections/complement.go ./tpl/collections/complement_test.go ./tpl/collections/index.go ./tpl/collections/index_test.go ./tpl/collections/init.go ./tpl/collections/merge.go ./tpl/collections/merge_test.go ./tpl/collections/querify.go ./tpl/collections/querify_test.go ./tpl/collections/reflect_helpers.go ./tpl/collections/sort.go ./tpl/collections/sort_test.go ./tpl/collections/symdiff.go ./tpl/collections/symdiff_test.go ./tpl/collections/where.go ./tpl/collections/where_test.go ./tpl/compare/compare.go ./tpl/compare/compare_test.go ./tpl/compare/init.go ./tpl/crypto/crypto.go ./tpl/crypto/crypto_test.go ./tpl/crypto/init.go ./tpl/css/css.go ./tpl/data/data.go ./tpl/data/data_test.go ./tpl/data/init.go ./tpl/data/resources.go ./tpl/data/resources_test.go ./tpl/debug/debug.go ./tpl/debug/debug_integration_test.go ./tpl/debug/init.go ./tpl/diagrams/diagrams.go ./tpl/diagrams/goat.go ./tpl/diagrams/init.go ./tpl/encoding/encoding.go ./tpl/encoding/encoding_test.go ./tpl/encoding/init.go ./tpl/fmt/fmt.go ./tpl/fmt/fmt_integration_test.go ./tpl/fmt/init.go ./tpl/hash/hash.go ./tpl/hash/hash_test.go ./tpl/hugo/init.go ./tpl/images/images.go ./tpl/images/images_integration_test.go ./tpl/images/images_test.go ./tpl/images/init.go ./tpl/inflect/inflect.go ./tpl/inflect/inflect_test.go ./tpl/inflect/init.go ./tpl/internal/go_templates/cfg/cfg.go ./tpl/internal/go_templates/fmtsort/export_test.go ./tpl/internal/go_templates/fmtsort/sort.go ./tpl/internal/go_templates/fmtsort/sort_test.go ./tpl/internal/go_templates/htmltemplate/attr.go ./tpl/internal/go_templates/htmltemplate/attr_string.go ./tpl/internal/go_templates/htmltemplate/clone_test.go ./tpl/internal/go_templates/htmltemplate/content.go ./tpl/internal/go_templates/htmltemplate/content_test.go ./tpl/internal/go_templates/htmltemplate/context.go ./tpl/internal/go_templates/htmltemplate/css.go ./tpl/internal/go_templates/htmltemplate/css_test.go ./tpl/internal/go_templates/htmltemplate/delim_string.go ./tpl/internal/go_templates/htmltemplate/doc.go ./tpl/internal/go_templates/htmltemplate/element_string.go ./tpl/internal/go_templates/htmltemplate/error.go ./tpl/internal/go_templates/htmltemplate/escape.go ./tpl/internal/go_templates/htmltemplate/escape_test.go ./tpl/internal/go_templates/htmltemplate/example_test.go ./tpl/internal/go_templates/htmltemplate/examplefiles_test.go ./tpl/internal/go_templates/htmltemplate/exec_test.go ./tpl/internal/go_templates/htmltemplate/html.go ./tpl/internal/go_templates/htmltemplate/html_test.go ./tpl/internal/go_templates/htmltemplate/hugo_template.go ./tpl/internal/go_templates/htmltemplate/js.go ./tpl/internal/go_templates/htmltemplate/js_test.go ./tpl/internal/go_templates/htmltemplate/jsctx_string.go ./tpl/internal/go_templates/htmltemplate/multi_test.go ./tpl/internal/go_templates/htmltemplate/state_string.go ./tpl/internal/go_templates/htmltemplate/template.go ./tpl/internal/go_templates/htmltemplate/template_test.go ./tpl/internal/go_templates/htmltemplate/transition.go ./tpl/internal/go_templates/htmltemplate/transition_test.go ./tpl/internal/go_templates/htmltemplate/url.go ./tpl/internal/go_templates/htmltemplate/url_test.go ./tpl/internal/go_templates/htmltemplate/urlpart_string.go ./tpl/internal/go_templates/testenv/exec.go ./tpl/internal/go_templates/testenv/noopt.go ./tpl/internal/go_templates/testenv/opt.go ./tpl/internal/go_templates/testenv/testenv.go ./tpl/internal/go_templates/testenv/testenv_notunix.go ./tpl/internal/go_templates/testenv/testenv_notwin.go ./tpl/internal/go_templates/testenv/testenv_test.go ./tpl/internal/go_templates/testenv/testenv_unix.go ./tpl/internal/go_templates/testenv/testenv_windows.go ./tpl/internal/go_templates/texttemplate/parse/lex.go ./tpl/internal/go_templates/texttemplate/parse/lex_test.go ./tpl/internal/go_templates/texttemplate/parse/node.go ./tpl/internal/go_templates/texttemplate/parse/parse.go ./tpl/internal/go_templates/texttemplate/parse/parse_test.go ./tpl/internal/go_templates/texttemplate/doc.go ./tpl/internal/go_templates/texttemplate/example_test.go ./tpl/internal/go_templates/texttemplate/examplefiles_test.go ./tpl/internal/go_templates/texttemplate/examplefunc_test.go ./tpl/internal/go_templates/texttemplate/exec.go ./tpl/internal/go_templates/texttemplate/exec_test.go ./tpl/internal/go_templates/texttemplate/funcs.go ./tpl/internal/go_templates/texttemplate/helper.go ./tpl/internal/go_templates/texttemplate/hugo_template.go ./tpl/internal/go_templates/texttemplate/hugo_template_test.go ./tpl/internal/go_templates/texttemplate/link_test.go ./tpl/internal/go_templates/texttemplate/multi_test.go ./tpl/internal/go_templates/texttemplate/option.go ./tpl/internal/go_templates/texttemplate/template.go ./tpl/internal/resourcehelpers/helpers.go ./tpl/internal/templatefuncRegistry_test.go ./tpl/internal/templatefuncsRegistry.go ./tpl/js/init.go ./tpl/js/js.go ./tpl/lang/init.go ./tpl/lang/lang.go ./tpl/lang/lang_test.go ./tpl/math/init.go ./tpl/math/math.go ./tpl/math/math_test.go ./tpl/math/round.go ./tpl/openapi/openapi3/init.go ./tpl/openapi/openapi3/openapi3.go ./tpl/openapi/openapi3/openapi3_integration_test.go ./tpl/openapi/docs.go ./tpl/os/init.go ./tpl/os/os.go ./tpl/os/os_integration_test.go ./tpl/os/os_test.go ./tpl/page/init.go ./tpl/page/page_integration_test.go ./tpl/partials/init.go ./tpl/partials/partials.go ./tpl/partials/partials_integration_test.go ./tpl/path/init.go ./tpl/path/path.go ./tpl/path/path_test.go ./tpl/reflect/init.go ./tpl/reflect/reflect.go ./tpl/reflect/reflect_test.go ./tpl/resources/init.go ./tpl/resources/resources.go ./tpl/resources/resources_integration_test.go ./tpl/safe/init.go ./tpl/safe/safe.go ./tpl/safe/safe_test.go ./tpl/site/init.go ./tpl/strings/init.go ./tpl/strings/regexp.go ./tpl/strings/regexp_test.go ./tpl/strings/strings.go ./tpl/strings/strings_test.go ./tpl/strings/truncate.go ./tpl/strings/truncate_test.go ./tpl/templates/defer_integration_test.go ./tpl/templates/init.go ./tpl/templates/templates.go ./tpl/templates/templates_integration_test.go ./tpl/time/init.go ./tpl/time/time.go ./tpl/time/time_test.go ./tpl/tplimpl/render_hook_integration_test.go ./tpl/tplimpl/shortcodes.go ./tpl/tplimpl/shortcodes_test.go ./tpl/tplimpl/template.go ./tpl/tplimpl/templateFuncster.go ./tpl/tplimpl/templateProvider.go ./tpl/tplimpl/template_ast_transformers.go ./tpl/tplimpl/template_ast_transformers_test.go ./tpl/tplimpl/template_errors.go ./tpl/tplimpl/template_funcs.go ./tpl/tplimpl/template_funcs_test.go ./tpl/tplimpl/template_test.go ./tpl/tplimpl/tplimpl_integration_test.go ./tpl/transform/init.go ./tpl/transform/remarshal.go ./tpl/transform/remarshal_test.go ./tpl/transform/transform.go ./tpl/transform/transform_integration_test.go ./tpl/transform/transform_test.go ./tpl/transform/unmarshal.go ./tpl/transform/unmarshal_test.go ./tpl/urls/init.go ./tpl/urls/urls.go ./tpl/urls/urls_test.go ./tpl/template.go ./tpl/template_info.go ./tpl/template_test.go ./transform/livereloadinject/livereloadinject.go ./transform/livereloadinject/livereloadinject_test.go ./transform/metainject/hugogenerator.go ./transform/metainject/hugogenerator_test.go ./transform/urlreplacers/absurl.go ./transform/urlreplacers/absurlreplacer.go ./transform/urlreplacers/absurlreplacer_test.go ./transform/chain.go ./transform/chain_test.go ./watcher/filenotify/filenotify.go ./watcher/filenotify/fsnotify.go ./watcher/filenotify/poller.go ./watcher/filenotify/poller_test.go ./watcher/batcher.go ./magefile.go ./main.go ./main_test.go ./main_withdeploy_off_test.go ./main_withdeploy_test.go -+ /usr/lib/rpm/rpmuncompress /home/josh/sources/copr/hugo/0010-skip-modules-TestClient.patch -+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f -++ find . -name '*.go' -+ sed -i -e 's|"github.com/russross/blackfriday|"gopkg.in/russross/blackfriday.v1|' ./bufferpool/bufpool.go ./bufferpool/bufpool_test.go ./cache/dynacache/dynacache.go ./cache/dynacache/dynacache_test.go ./cache/filecache/filecache.go ./cache/filecache/filecache_config.go ./cache/filecache/filecache_config_test.go ./cache/filecache/filecache_integration_test.go ./cache/filecache/filecache_pruner.go ./cache/filecache/filecache_pruner_test.go ./cache/filecache/filecache_test.go ./cache/httpcache/httpcache.go ./cache/httpcache/httpcache_integration_test.go ./cache/httpcache/httpcache_test.go ./cache/docs.go ./codegen/methods.go ./codegen/methods2_test.go ./codegen/methods_test.go ./commands/commandeer.go ./commands/commands.go ./commands/config.go ./commands/convert.go ./commands/deploy.go ./commands/deploy_flags.go ./commands/deploy_off.go ./commands/env.go ./commands/gen.go ./commands/helpers.go ./commands/hugo_windows.go ./commands/hugobuilder.go ./commands/import.go ./commands/list.go ./commands/mod.go ./commands/new.go ./commands/release.go ./commands/server.go ./common/collections/append.go ./common/collections/append_test.go ./common/collections/collections.go ./common/collections/order.go ./common/collections/slice.go ./common/collections/slice_test.go ./common/collections/stack.go ./common/constants/constants.go ./common/hashing/hashing.go ./common/hashing/hashing_test.go ./common/hcontext/context.go ./common/herrors/error_locator.go ./common/herrors/error_locator_test.go ./common/herrors/errors.go ./common/herrors/errors_test.go ./common/herrors/file_error.go ./common/herrors/file_error_test.go ./common/herrors/line_number_extractors.go ./common/hexec/exec.go ./common/hreflect/helpers.go ./common/hreflect/helpers_test.go ./common/hstrings/strings.go ./common/hstrings/strings_test.go ./common/htime/htime_integration_test.go ./common/htime/time.go ./common/htime/time_test.go ./common/hugio/copy.go ./common/hugio/hasBytesWriter.go ./common/hugio/hasBytesWriter_test.go ./common/hugio/readers.go ./common/hugio/writers.go ./common/hugo/hugo.go ./common/hugo/hugo_integration_test.go ./common/hugo/hugo_test.go ./common/hugo/vars_extended.go ./common/hugo/vars_regular.go ./common/hugo/vars_withdeploy.go ./common/hugo/vars_withdeploy_off.go ./common/hugo/version.go ./common/hugo/version_current.go ./common/hugo/version_test.go ./common/loggers/handlerdefault.go ./common/loggers/handlersmisc.go ./common/loggers/handlerterminal.go ./common/loggers/handlerterminal_test.go ./common/loggers/logger.go ./common/loggers/logger_test.go ./common/loggers/loggerglobal.go ./common/maps/cache.go ./common/maps/maps.go ./common/maps/maps_test.go ./common/maps/params.go ./common/maps/params_test.go ./common/maps/scratch.go ./common/maps/scratch_test.go ./common/math/math.go ./common/math/math_test.go ./common/para/para.go ./common/para/para_test.go ./common/paths/path.go ./common/paths/path_test.go ./common/paths/pathparser.go ./common/paths/pathparser_test.go ./common/paths/paths_integration_test.go ./common/paths/pathtype_string.go ./common/paths/url.go ./common/paths/url_test.go ./common/predicate/predicate.go ./common/predicate/predicate_test.go ./common/rungroup/rungroup.go ./common/rungroup/rungroup_test.go ./common/tasks/tasks.go ./common/terminal/colors.go ./common/text/position.go ./common/text/position_test.go ./common/text/transform.go ./common/text/transform_test.go ./common/types/css/csstypes.go ./common/types/hstring/stringtypes.go ./common/types/hstring/stringtypes_test.go ./common/types/closer.go ./common/types/convert.go ./common/types/convert_test.go ./common/types/evictingqueue.go ./common/types/evictingqueue_test.go ./common/types/types.go ./common/types/types_test.go ./common/urls/baseURL.go ./common/urls/baseURL_test.go ./common/urls/ref.go ./common/docs.go ./compare/compare.go ./compare/compare_strings.go ./compare/compare_strings_test.go ./config/allconfig/allconfig.go ./config/allconfig/allconfig_integration_test.go ./config/allconfig/alldecoders.go ./config/allconfig/configlanguage.go ./config/allconfig/docshelper.go ./config/allconfig/load.go ./config/allconfig/load_test.go ./config/privacy/privacyConfig.go ./config/privacy/privacyConfig_test.go ./config/security/securityConfig.go ./config/security/securityConfig_test.go ./config/security/whitelist.go ./config/security/whitelist_test.go ./config/services/servicesConfig.go ./config/services/servicesConfig_test.go ./config/testconfig/testconfig.go ./config/commonConfig.go ./config/commonConfig_test.go ./config/configLoader.go ./config/configLoader_test.go ./config/configProvider.go ./config/configProvider_test.go ./config/defaultConfigProvider.go ./config/defaultConfigProvider_test.go ./config/env.go ./config/env_test.go ./config/namespace.go ./config/namespace_test.go ./create/skeletons/skeletons.go ./create/content.go ./create/content_test.go ./deploy/deployconfig/deployConfig.go ./deploy/deployconfig/deployConfig_test.go ./deploy/cloudfront.go ./deploy/deploy.go ./deploy/deploy_azure.go ./deploy/deploy_test.go ./deploy/google.go ./deps/deps.go ./deps/deps_test.go ./docshelper/docs.go ./helpers/content.go ./helpers/content_test.go ./helpers/docshelper.go ./helpers/emoji.go ./helpers/emoji_test.go ./helpers/general.go ./helpers/general_test.go ./helpers/path.go ./helpers/path_test.go ./helpers/pathspec.go ./helpers/processing_stats.go ./helpers/testhelpers_test.go ./helpers/url.go ./helpers/url_test.go ./htesting/hqt/checkers.go ./htesting/test_helpers.go ./htesting/test_helpers_test.go ./hugofs/files/classifier.go ./hugofs/files/classifier_test.go ./hugofs/glob/filename_filter.go ./hugofs/glob/filename_filter_test.go ./hugofs/glob/glob.go ./hugofs/glob/glob_test.go ./hugofs/component_fs.go ./hugofs/createcounting_fs.go ./hugofs/decorators.go ./hugofs/dirsmerger.go ./hugofs/fileinfo.go ./hugofs/fileinfo_test.go ./hugofs/filename_filter_fs.go ./hugofs/filename_filter_fs_test.go ./hugofs/fs.go ./hugofs/fs_test.go ./hugofs/glob.go ./hugofs/glob_test.go ./hugofs/hasbytes_fs.go ./hugofs/hashing_fs.go ./hugofs/hashing_fs_test.go ./hugofs/noop_fs.go ./hugofs/openfiles_fs.go ./hugofs/rootmapping_fs.go ./hugofs/rootmapping_fs_test.go ./hugofs/stacktracer_fs.go ./hugofs/walk.go ./hugofs/walk_test.go ./hugolib/doctree/dimensions.go ./hugolib/doctree/dimensions_test.go ./hugolib/doctree/nodeshiftree_test.go ./hugolib/doctree/nodeshifttree.go ./hugolib/doctree/simpletree.go ./hugolib/doctree/support.go ./hugolib/doctree/treeshifttree.go ./hugolib/doctree/treeshifttree_test.go ./hugolib/filesystems/basefs.go ./hugolib/filesystems/basefs_test.go ./hugolib/pagesfromdata/pagesfromgotmpl.go ./hugolib/pagesfromdata/pagesfromgotmpl_integration_test.go ./hugolib/pagesfromdata/pagesfromgotmpl_test.go ./hugolib/paths/paths.go ./hugolib/segments/segments.go ./hugolib/segments/segments_integration_test.go ./hugolib/segments/segments_test.go ./hugolib/404_test.go ./hugolib/alias.go ./hugolib/alias_test.go ./hugolib/breaking_changes_test.go ./hugolib/cascade_test.go ./hugolib/codeowners.go ./hugolib/collections.go ./hugolib/collections_test.go ./hugolib/config.go ./hugolib/config_test.go ./hugolib/configdir_test.go ./hugolib/content_factory.go ./hugolib/content_factory_test.go ./hugolib/content_map.go ./hugolib/content_map_page.go ./hugolib/content_map_test.go ./hugolib/content_render_hooks_test.go ./hugolib/datafiles_test.go ./hugolib/dates_test.go ./hugolib/disableKinds_test.go ./hugolib/embedded_shortcodes_test.go ./hugolib/embedded_templates_test.go ./hugolib/fileInfo.go ./hugolib/fileInfo_test.go ./hugolib/frontmatter_test.go ./hugolib/gitinfo.go ./hugolib/hugo_modules_test.go ./hugolib/hugo_sites.go ./hugolib/hugo_sites_build.go ./hugolib/hugo_sites_build_errors_test.go ./hugolib/hugo_sites_build_test.go ./hugolib/hugo_sites_multihost_test.go ./hugolib/hugo_sites_test.go ./hugolib/hugo_smoke_test.go ./hugolib/hugolib_integration_test.go ./hugolib/image_test.go ./hugolib/integrationtest_builder.go ./hugolib/language_content_dir_test.go ./hugolib/language_test.go ./hugolib/menu_test.go ./hugolib/minify_publisher_test.go ./hugolib/mount_filters_test.go ./hugolib/page.go ./hugolib/page__common.go ./hugolib/page__content.go ./hugolib/page__data.go ./hugolib/page__fragments_test.go ./hugolib/page__menus.go ./hugolib/page__meta.go ./hugolib/page__meta_test.go ./hugolib/page__new.go ./hugolib/page__output.go ./hugolib/page__paginator.go ./hugolib/page__paths.go ./hugolib/page__per_output.go ./hugolib/page__position.go ./hugolib/page__ref.go ./hugolib/page__tree.go ./hugolib/page_kinds.go ./hugolib/page_permalink_test.go ./hugolib/page_test.go ./hugolib/page_unwrap.go ./hugolib/page_unwrap_test.go ./hugolib/pagebundler_test.go ./hugolib/pagecollections.go ./hugolib/pagecollections_test.go ./hugolib/pages_capture.go ./hugolib/pages_language_merge_test.go ./hugolib/pages_test.go ./hugolib/paginator_test.go ./hugolib/params_test.go ./hugolib/permalinker.go ./hugolib/prune_resources.go ./hugolib/rebuild_test.go ./hugolib/rendershortcodes_test.go ./hugolib/renderstring_test.go ./hugolib/resource_chain_test.go ./hugolib/robotstxt_test.go ./hugolib/rss_test.go ./hugolib/securitypolicies_test.go ./hugolib/shortcode.go ./hugolib/shortcode_page.go ./hugolib/shortcode_test.go ./hugolib/site.go ./hugolib/siteJSONEncode_test.go ./hugolib/site_benchmark_new_test.go ./hugolib/site_output.go ./hugolib/site_output_test.go ./hugolib/site_render.go ./hugolib/site_sections.go ./hugolib/site_sections_test.go ./hugolib/site_stats_test.go ./hugolib/site_test.go ./hugolib/site_url_test.go ./hugolib/sitemap_test.go ./hugolib/taxonomy_test.go ./hugolib/template_test.go ./hugolib/testhelpers_test.go ./identity/identitytesting/identitytesting.go ./identity/finder.go ./identity/finder_test.go ./identity/identity.go ./identity/identity_test.go ./identity/predicate_identity.go ./identity/predicate_identity_test.go ./identity/question.go ./identity/question_test.go ./internal/js/esbuild/batch.go ./internal/js/esbuild/batch_integration_test.go ./internal/js/esbuild/build.go ./internal/js/esbuild/helpers.go ./internal/js/esbuild/options.go ./internal/js/esbuild/options_test.go ./internal/js/esbuild/resolve.go ./internal/js/esbuild/resolve_test.go ./internal/js/esbuild/sourcemap.go ./internal/js/api.go ./internal/warpc/gen/main.go ./internal/warpc/katex.go ./internal/warpc/warpc.go ./internal/warpc/warpc_test.go ./langs/i18n/i18n.go ./langs/i18n/i18n_integration_test.go ./langs/i18n/i18n_test.go ./langs/i18n/translationProvider.go ./langs/config.go ./langs/language.go ./langs/language_test.go ./lazy/init.go ./lazy/init_test.go ./lazy/once.go ./livereload/gen/main.go ./livereload/connection.go ./livereload/hub.go ./livereload/livereload.go ./markup/asciidocext/asciidocext_config/config.go ./markup/asciidocext/internal/converter.go ./markup/asciidocext/convert.go ./markup/asciidocext/convert_test.go ./markup/blackfriday/anchors.go ./markup/converter/hooks/hooks.go ./markup/converter/converter.go ./markup/goldmark/blockquotes/blockquotes.go ./markup/goldmark/blockquotes/blockquotes_integration_test.go ./markup/goldmark/blockquotes/blockquotes_test.go ./markup/goldmark/codeblocks/codeblocks_integration_test.go ./markup/goldmark/codeblocks/render.go ./markup/goldmark/goldmark_config/config.go ./markup/goldmark/hugocontext/hugocontext.go ./markup/goldmark/hugocontext/hugocontext_test.go ./markup/goldmark/images/images_integration_test.go ./markup/goldmark/images/transform.go ./markup/goldmark/internal/extensions/attributes/attributes.go ./markup/goldmark/internal/render/context.go ./markup/goldmark/passthrough/passthrough.go ./markup/goldmark/passthrough/passthrough_integration_test.go ./markup/goldmark/tables/tables.go ./markup/goldmark/tables/tables_integration_test.go ./markup/goldmark/autoid.go ./markup/goldmark/autoid_test.go ./markup/goldmark/convert.go ./markup/goldmark/convert_test.go ./markup/goldmark/goldmark_integration_test.go ./markup/goldmark/render_hooks.go ./markup/goldmark/toc.go ./markup/goldmark/toc_integration_test.go ./markup/highlight/chromalexers/chromalexers.go ./markup/highlight/config.go ./markup/highlight/config_test.go ./markup/highlight/highlight.go ./markup/highlight/highlight_integration_test.go ./markup/highlight/highlight_test.go ./markup/internal/attributes/attributes.go ./markup/internal/external.go ./markup/markup_config/config.go ./markup/markup_config/config_test.go ./markup/org/convert.go ./markup/org/convert_test.go ./markup/pandoc/convert.go ./markup/pandoc/convert_test.go ./markup/rst/convert.go ./markup/rst/convert_test.go ./markup/tableofcontents/tableofcontents.go ./markup/tableofcontents/tableofcontents_integration_test.go ./markup/tableofcontents/tableofcontents_test.go ./markup/markup.go ./markup/markup_test.go ./media/builtin.go ./media/config.go ./media/config_test.go ./media/mediaType.go ./media/mediaType_test.go ./metrics/metrics.go ./metrics/metrics_test.go ./minifiers/config.go ./minifiers/config_test.go ./minifiers/minifiers.go ./minifiers/minifiers_test.go ./modules/npm/package_builder.go ./modules/npm/package_builder_test.go ./modules/client.go ./modules/collect.go ./modules/collect_test.go ./modules/config.go ./modules/config_test.go ./modules/module.go ./modules/client_test.go ./navigation/menu.go ./navigation/menu_cache.go ./navigation/menu_cache_test.go ./navigation/pagemenus.go ./output/layouts/layout.go ./output/layouts/layout_test.go ./output/config.go ./output/config_test.go ./output/docshelper.go ./output/outputFormat.go ./output/outputFormat_test.go ./parser/metadecoders/decoder.go ./parser/metadecoders/decoder_test.go ./parser/metadecoders/format.go ./parser/metadecoders/format_test.go ./parser/pageparser/doc.go ./parser/pageparser/item.go ./parser/pageparser/item_test.go ./parser/pageparser/itemtype_string.go ./parser/pageparser/pagelexer.go ./parser/pageparser/pagelexer_intro.go ./parser/pageparser/pagelexer_intro_test.go ./parser/pageparser/pagelexer_shortcode.go ./parser/pageparser/pagelexer_test.go ./parser/pageparser/pageparser.go ./parser/pageparser/pageparser_intro_test.go ./parser/pageparser/pageparser_shortcode_test.go ./parser/pageparser/pageparser_test.go ./parser/frontmatter.go ./parser/frontmatter_test.go ./parser/lowercase_camel_json.go ./parser/lowercase_camel_json_test.go ./publisher/htmlElementsCollector.go ./publisher/htmlElementsCollector_test.go ./publisher/publisher.go ./related/inverted_index.go ./related/inverted_index_test.go ./related/related_integration_test.go ./releaser/releaser.go ./resources/images/exif/exif.go ./resources/images/exif/exif_test.go ./resources/images/webp/webp.go ./resources/images/webp/webp_notavailable.go ./resources/images/auto_orient.go ./resources/images/color.go ./resources/images/color_test.go ./resources/images/config.go ./resources/images/config_test.go ./resources/images/dither.go ./resources/images/filters.go ./resources/images/filters_test.go ./resources/images/image.go ./resources/images/image_resource.go ./resources/images/images_integration_test.go ./resources/images/opacity.go ./resources/images/overlay.go ./resources/images/padding.go ./resources/images/process.go ./resources/images/resampling.go ./resources/images/smartcrop.go ./resources/images/text.go ./resources/internal/key.go ./resources/internal/key_test.go ./resources/internal/resourcepaths.go ./resources/jsconfig/jsconfig.go ./resources/jsconfig/jsconfig_test.go ./resources/kinds/kinds.go ./resources/kinds/kinds_test.go ./resources/page/page_generate/generate_page_wrappers.go ./resources/page/pagemeta/page_frontmatter.go ./resources/page/pagemeta/page_frontmatter_test.go ./resources/page/pagemeta/pagemeta.go ./resources/page/pagemeta/pagemeta_integration_test.go ./resources/page/pagemeta/pagemeta_test.go ./resources/page/siteidentities/identities.go ./resources/page/page.go ./resources/page/page_author.go ./resources/page/page_data.go ./resources/page/page_data_test.go ./resources/page/page_integration_test.go ./resources/page/page_kinds.go ./resources/page/page_lazy_contentprovider.go ./resources/page/page_markup.go ./resources/page/page_markup_integration_test.go ./resources/page/page_markup_test.go ./resources/page/page_marshaljson.autogen.go ./resources/page/page_matcher.go ./resources/page/page_matcher_test.go ./resources/page/page_nop.go ./resources/page/page_outputformat.go ./resources/page/page_paths.go ./resources/page/page_wrappers.autogen.go ./resources/page/pagegroup.go ./resources/page/pagegroup_test.go ./resources/page/pages.go ./resources/page/pages_cache.go ./resources/page/pages_cache_test.go ./resources/page/pages_language_merge.go ./resources/page/pages_prev_next.go ./resources/page/pages_prev_next_integration_test.go ./resources/page/pages_prev_next_test.go ./resources/page/pages_related.go ./resources/page/pages_related_test.go ./resources/page/pages_sort.go ./resources/page/pages_sort_search.go ./resources/page/pages_sort_search_test.go ./resources/page/pages_sort_test.go ./resources/page/pages_test.go ./resources/page/pagination.go ./resources/page/pagination_test.go ./resources/page/path_integration_test.go ./resources/page/permalinks.go ./resources/page/permalinks_integration_test.go ./resources/page/permalinks_test.go ./resources/page/site.go ./resources/page/site_integration_test.go ./resources/page/taxonomy.go ./resources/page/taxonomy_integration_test.go ./resources/page/testhelpers_test.go ./resources/page/weighted.go ./resources/page/zero_file.autogen.go ./resources/postpub/fields.go ./resources/postpub/fields_test.go ./resources/postpub/postpub.go ./resources/resource/dates.go ./resources/resource/params.go ./resources/resource/resource_helpers.go ./resources/resource/resources.go ./resources/resource/resources_integration_test.go ./resources/resource/resources_test.go ./resources/resource/resourcetypes.go ./resources/resource_factories/bundler/bundler.go ./resources/resource_factories/bundler/bundler_test.go ./resources/resource_factories/create/create.go ./resources/resource_factories/create/create_integration_test.go ./resources/resource_factories/create/remote.go ./resources/resource_factories/create/remote_test.go ./resources/resource_transformers/babel/babel.go ./resources/resource_transformers/babel/babel_integration_test.go ./resources/resource_transformers/cssjs/inline_imports.go ./resources/resource_transformers/cssjs/inline_imports_test.go ./resources/resource_transformers/cssjs/postcss.go ./resources/resource_transformers/cssjs/postcss_integration_test.go ./resources/resource_transformers/cssjs/tailwindcss.go ./resources/resource_transformers/cssjs/tailwindcss_integration_test.go ./resources/resource_transformers/htesting/testhelpers.go ./resources/resource_transformers/integrity/integrity.go ./resources/resource_transformers/integrity/integrity_test.go ./resources/resource_transformers/js/build.go ./resources/resource_transformers/js/js_integration_test.go ./resources/resource_transformers/js/transform.go ./resources/resource_transformers/minifier/minifier_integration_test.go ./resources/resource_transformers/minifier/minify.go ./resources/resource_transformers/minifier/minify_test.go ./resources/resource_transformers/templates/execute_as_template.go ./resources/resource_transformers/templates/templates_integration_test.go ./resources/resource_transformers/tocss/dartsass/client.go ./resources/resource_transformers/tocss/dartsass/dartsass_integration_test.go ./resources/resource_transformers/tocss/dartsass/transform.go ./resources/resource_transformers/tocss/sass/helpers.go ./resources/resource_transformers/tocss/sass/helpers_test.go ./resources/resource_transformers/tocss/scss/client.go ./resources/resource_transformers/tocss/scss/client_extended.go ./resources/resource_transformers/tocss/scss/client_notavailable.go ./resources/resource_transformers/tocss/scss/client_test.go ./resources/resource_transformers/tocss/scss/scss_integration_test.go ./resources/resource_transformers/tocss/scss/tocss.go ./resources/docs.go ./resources/errorResource.go ./resources/image.go ./resources/image_cache.go ./resources/image_extended_test.go ./resources/image_test.go ./resources/post_publish.go ./resources/resource.go ./resources/resource_cache.go ./resources/resource_metadata.go ./resources/resource_spec.go ./resources/resource_spec_test.go ./resources/resource_test.go ./resources/resources_integration_test.go ./resources/testhelpers_test.go ./resources/transform.go ./resources/transform_integration_test.go ./resources/transform_test.go ./scripts/fork_go_templates/main.go ./source/content_directory_test.go ./source/fileInfo.go ./source/sourceSpec.go ./tpl/cast/cast.go ./tpl/cast/cast_test.go ./tpl/cast/docshelper.go ./tpl/cast/init.go ./tpl/collections/append.go ./tpl/collections/append_test.go ./tpl/collections/apply.go ./tpl/collections/apply_test.go ./tpl/collections/collections.go ./tpl/collections/collections_integration_test.go ./tpl/collections/collections_test.go ./tpl/collections/complement.go ./tpl/collections/complement_test.go ./tpl/collections/index.go ./tpl/collections/index_test.go ./tpl/collections/init.go ./tpl/collections/merge.go ./tpl/collections/merge_test.go ./tpl/collections/querify.go ./tpl/collections/querify_test.go ./tpl/collections/reflect_helpers.go ./tpl/collections/sort.go ./tpl/collections/sort_test.go ./tpl/collections/symdiff.go ./tpl/collections/symdiff_test.go ./tpl/collections/where.go ./tpl/collections/where_test.go ./tpl/compare/compare.go ./tpl/compare/compare_test.go ./tpl/compare/init.go ./tpl/crypto/crypto.go ./tpl/crypto/crypto_test.go ./tpl/crypto/init.go ./tpl/css/css.go ./tpl/data/data.go ./tpl/data/data_test.go ./tpl/data/init.go ./tpl/data/resources.go ./tpl/data/resources_test.go ./tpl/debug/debug.go ./tpl/debug/debug_integration_test.go ./tpl/debug/init.go ./tpl/diagrams/diagrams.go ./tpl/diagrams/goat.go ./tpl/diagrams/init.go ./tpl/encoding/encoding.go ./tpl/encoding/encoding_test.go ./tpl/encoding/init.go ./tpl/fmt/fmt.go ./tpl/fmt/fmt_integration_test.go ./tpl/fmt/init.go ./tpl/hash/hash.go ./tpl/hash/hash_test.go ./tpl/hugo/init.go ./tpl/images/images.go ./tpl/images/images_integration_test.go ./tpl/images/images_test.go ./tpl/images/init.go ./tpl/inflect/inflect.go ./tpl/inflect/inflect_test.go ./tpl/inflect/init.go ./tpl/internal/go_templates/cfg/cfg.go ./tpl/internal/go_templates/fmtsort/export_test.go ./tpl/internal/go_templates/fmtsort/sort.go ./tpl/internal/go_templates/fmtsort/sort_test.go ./tpl/internal/go_templates/htmltemplate/attr.go ./tpl/internal/go_templates/htmltemplate/attr_string.go ./tpl/internal/go_templates/htmltemplate/clone_test.go ./tpl/internal/go_templates/htmltemplate/content.go ./tpl/internal/go_templates/htmltemplate/content_test.go ./tpl/internal/go_templates/htmltemplate/context.go ./tpl/internal/go_templates/htmltemplate/css.go ./tpl/internal/go_templates/htmltemplate/css_test.go ./tpl/internal/go_templates/htmltemplate/delim_string.go ./tpl/internal/go_templates/htmltemplate/doc.go ./tpl/internal/go_templates/htmltemplate/element_string.go ./tpl/internal/go_templates/htmltemplate/error.go ./tpl/internal/go_templates/htmltemplate/escape.go ./tpl/internal/go_templates/htmltemplate/escape_test.go ./tpl/internal/go_templates/htmltemplate/example_test.go ./tpl/internal/go_templates/htmltemplate/examplefiles_test.go ./tpl/internal/go_templates/htmltemplate/exec_test.go ./tpl/internal/go_templates/htmltemplate/html.go ./tpl/internal/go_templates/htmltemplate/html_test.go ./tpl/internal/go_templates/htmltemplate/hugo_template.go ./tpl/internal/go_templates/htmltemplate/js.go ./tpl/internal/go_templates/htmltemplate/js_test.go ./tpl/internal/go_templates/htmltemplate/jsctx_string.go ./tpl/internal/go_templates/htmltemplate/multi_test.go ./tpl/internal/go_templates/htmltemplate/state_string.go ./tpl/internal/go_templates/htmltemplate/template.go ./tpl/internal/go_templates/htmltemplate/template_test.go ./tpl/internal/go_templates/htmltemplate/transition.go ./tpl/internal/go_templates/htmltemplate/transition_test.go ./tpl/internal/go_templates/htmltemplate/url.go ./tpl/internal/go_templates/htmltemplate/url_test.go ./tpl/internal/go_templates/htmltemplate/urlpart_string.go ./tpl/internal/go_templates/testenv/exec.go ./tpl/internal/go_templates/testenv/noopt.go ./tpl/internal/go_templates/testenv/opt.go ./tpl/internal/go_templates/testenv/testenv.go ./tpl/internal/go_templates/testenv/testenv_notunix.go ./tpl/internal/go_templates/testenv/testenv_notwin.go ./tpl/internal/go_templates/testenv/testenv_test.go ./tpl/internal/go_templates/testenv/testenv_unix.go ./tpl/internal/go_templates/testenv/testenv_windows.go ./tpl/internal/go_templates/texttemplate/parse/lex.go ./tpl/internal/go_templates/texttemplate/parse/lex_test.go ./tpl/internal/go_templates/texttemplate/parse/node.go ./tpl/internal/go_templates/texttemplate/parse/parse.go ./tpl/internal/go_templates/texttemplate/parse/parse_test.go ./tpl/internal/go_templates/texttemplate/doc.go ./tpl/internal/go_templates/texttemplate/example_test.go ./tpl/internal/go_templates/texttemplate/examplefiles_test.go ./tpl/internal/go_templates/texttemplate/examplefunc_test.go ./tpl/internal/go_templates/texttemplate/exec.go ./tpl/internal/go_templates/texttemplate/exec_test.go ./tpl/internal/go_templates/texttemplate/funcs.go ./tpl/internal/go_templates/texttemplate/helper.go ./tpl/internal/go_templates/texttemplate/hugo_template.go ./tpl/internal/go_templates/texttemplate/hugo_template_test.go ./tpl/internal/go_templates/texttemplate/link_test.go ./tpl/internal/go_templates/texttemplate/multi_test.go ./tpl/internal/go_templates/texttemplate/option.go ./tpl/internal/go_templates/texttemplate/template.go ./tpl/internal/resourcehelpers/helpers.go ./tpl/internal/templatefuncRegistry_test.go ./tpl/internal/templatefuncsRegistry.go ./tpl/js/init.go ./tpl/js/js.go ./tpl/lang/init.go ./tpl/lang/lang.go ./tpl/lang/lang_test.go ./tpl/math/init.go ./tpl/math/math.go ./tpl/math/math_test.go ./tpl/math/round.go ./tpl/openapi/openapi3/init.go ./tpl/openapi/openapi3/openapi3.go ./tpl/openapi/openapi3/openapi3_integration_test.go ./tpl/openapi/docs.go ./tpl/os/init.go ./tpl/os/os.go ./tpl/os/os_integration_test.go ./tpl/os/os_test.go ./tpl/page/init.go ./tpl/page/page_integration_test.go ./tpl/partials/init.go ./tpl/partials/partials.go ./tpl/partials/partials_integration_test.go ./tpl/path/init.go ./tpl/path/path.go ./tpl/path/path_test.go ./tpl/reflect/init.go ./tpl/reflect/reflect.go ./tpl/reflect/reflect_test.go ./tpl/resources/init.go ./tpl/resources/resources.go ./tpl/resources/resources_integration_test.go ./tpl/safe/init.go ./tpl/safe/safe.go ./tpl/safe/safe_test.go ./tpl/site/init.go ./tpl/strings/init.go ./tpl/strings/regexp.go ./tpl/strings/regexp_test.go ./tpl/strings/strings.go ./tpl/strings/strings_test.go ./tpl/strings/truncate.go ./tpl/strings/truncate_test.go ./tpl/templates/defer_integration_test.go ./tpl/templates/init.go ./tpl/templates/templates.go ./tpl/templates/templates_integration_test.go ./tpl/time/init.go ./tpl/time/time.go ./tpl/time/time_test.go ./tpl/tplimpl/render_hook_integration_test.go ./tpl/tplimpl/shortcodes.go ./tpl/tplimpl/shortcodes_test.go ./tpl/tplimpl/template.go ./tpl/tplimpl/templateFuncster.go ./tpl/tplimpl/templateProvider.go ./tpl/tplimpl/template_ast_transformers.go ./tpl/tplimpl/template_ast_transformers_test.go ./tpl/tplimpl/template_errors.go ./tpl/tplimpl/template_funcs.go ./tpl/tplimpl/template_funcs_test.go ./tpl/tplimpl/template_test.go ./tpl/tplimpl/tplimpl_integration_test.go ./tpl/transform/init.go ./tpl/transform/remarshal.go ./tpl/transform/remarshal_test.go ./tpl/transform/transform.go ./tpl/transform/transform_integration_test.go ./tpl/transform/transform_test.go ./tpl/transform/unmarshal.go ./tpl/transform/unmarshal_test.go ./tpl/urls/init.go ./tpl/urls/urls.go ./tpl/urls/urls_test.go ./tpl/template.go ./tpl/template_info.go ./tpl/template_test.go ./transform/livereloadinject/livereloadinject.go ./transform/livereloadinject/livereloadinject_test.go ./transform/metainject/hugogenerator.go ./transform/metainject/hugogenerator_test.go ./transform/urlreplacers/absurl.go ./transform/urlreplacers/absurlreplacer.go ./transform/urlreplacers/absurlreplacer_test.go ./transform/chain.go ./transform/chain_test.go ./watcher/filenotify/filenotify.go ./watcher/filenotify/fsnotify.go ./watcher/filenotify/poller.go ./watcher/filenotify/poller_test.go ./watcher/batcher.go ./magefile.go ./main.go ./main_test.go ./main_withdeploy_off_test.go ./main_withdeploy_test.go -+ sed -i '/TestPageWithLastmodFromGitInfo/a t.Skip()' hugolib/page_test.go -+ RPM_EC=0 -++ jobs -p -+ exit 0 -Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.ElwTli -+ umask 022 -+ cd /home/josh/sources/copr/hugo/hugo-0.140.2-build -+ cd hugo-0.140.2 -+ GOPATH=/home/josh/sources/copr/hugo/hugo-0.140.2-build/hugo-0.140.2/_build:/home/josh/.local/share/go:/usr/share/gocode -+ GO111MODULE=off -+ golist --imported --package-path github.com/gohugoio/hugo --template 'golang({{.}})\n' --with-tests --skip-self -+ RPM_EC=0 -++ jobs -p -+ exit 0 -error: Failed build dependencies: - golang(github.com/BurntSushi/locker) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/alecthomas/chroma/v2) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/alecthomas/chroma/v2/formatters/html) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/alecthomas/chroma/v2/lexers) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/alecthomas/chroma/v2/styles) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/armon/go-radix) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/bep/clocks) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/bep/debounce) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/bep/gitmap) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/bep/goat) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/bep/godartsass/v2) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/bep/gowebp/libwebp/webpoptions) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/bep/helpers/envhelpers) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/bep/imagemeta) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/bep/lazycache) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/bep/logg) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/bep/logg/handlers/multi) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/bep/mclib) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/bep/overlayfs) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/bep/simplecobra) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/bep/tmc) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/clbanning/mxj) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/cli/safeexec) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/disintegration/gift) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/fatih/color) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/fortytw2/leaktest) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/frankban/quicktest) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/getkin/kin-openapi/openapi3) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/gobuffalo/flect) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/gobwas/glob) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/gobwas/glob/syntax) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/gohugoio/hashstructure) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/gohugoio/httpcache) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/gohugoio/locales) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/gohugoio/localescompressed) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/gohugoio/testmodBuilder/mods) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/hairyhenderson/go-codeowners) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/jdkato/prose/transform) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/kylelemons/godebug/diff) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/kyokomi/emoji/v2) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/makeworld-the-better-one/dither/v2) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/marekm4/color-extractor) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/muesli/smartcrop) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/nicksnyder/go-i18n/v2/i18n) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/niklasfasching/go-org/org) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/pbnjay/memory) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/pkg/browser) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/sanity-io/litter) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/spf13/cast) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/spf13/fsync) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/tdewolff/minify/v2) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/tdewolff/minify/v2/css) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/tdewolff/minify/v2/html) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/tdewolff/minify/v2/js) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/tdewolff/minify/v2/json) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/tdewolff/minify/v2/svg) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/tdewolff/minify/v2/xml) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/tdewolff/parse/v2) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/tetratelabs/wazero) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/tetratelabs/wazero/api) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/tetratelabs/wazero/experimental) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/yuin/goldmark-emoji) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(github.com/yuin/goldmark-emoji/ast) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(go.uber.org/automaxprocs/maxprocs) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(golang.org/x/image/bmp) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(golang.org/x/image/font) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(golang.org/x/image/font/gofont/goregular) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(golang.org/x/image/font/opentype) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(golang.org/x/image/math/fixed) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(golang.org/x/image/tiff) is needed by hugo-0.140.2-1.fc42.x86_64 - golang(golang.org/x/image/webp) is needed by hugo-0.140.2-1.fc42.x86_64 -Wrote: /home/josh/sources/copr/hugo/hugo-0.140.2-1.fc42.buildreqs.nosrc.rpm