mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
dec8cd4ada
a49697e53 Add private use subtag requirements to multilingual page a5c6bb4da Add INFINI Pizza search engine 45b732efa Fix template lookup order for AMP pages 30c672d0b netlify: Hugo 0.133.1 7c766e724 Update page resources documentation ca802fbec Document how to enable AsciiDoc syntax highlighting c3350f4cf Update definition of falsy to include zero time.Time values b0e5ab051 Fir typo 60f6cb63b Update migrations.md ec52c7ba1 Improve formatting of example code e5681ad01 Improve formatting of example code bdf3ffc73 Clarify the various next/prev methods b5505d22a Clarify template lookup order for shortcodes cf8dd7034 Improve embedded.md e5dee2651 Update transform.ToMath 4d419a128 Update pagination configuration to use new struct 05d4fd597 Update PrevInSection.md fd33370ed Add new-in 0.133.0 f9062042f Add the new page config section 205645e97 Remove out-dated new-in 3ed3673f7 Fix typo 41df91659 Document the 'else with' construct introduced with Go 1.23 9c4697ab3 netlify: Hugo 0.133.0 62506b052 Merge branch 'temp133' 877e1bfcd Add config options page.nextPrevSortOrder/nextPrevInSectionSortOrder eb159fe62 Update menu.md efa7795a0 Update theme dbe8911ad netlify: Hugo 0.132.2 2f793d328 Document passthrough render hooks a7ce9a5e8 netlify: Hugo 0.132.1 2c137cb48 Update blockquotes.md e0fa2f0d1 Add new-in badge to blockquote render hook page bf42bbe6b Update references to render hooks 85a3d9958 Update theme 2dae72128 Document blockquote render hooks 8f5afb55d Update plainify return type 160f22d0e netlify: Hugo 0.132.0 82b5586fb Document transform.ToMath 1efcbcddb tpl/transform: Make Plainify and ToMath return template.HTML 31727be2e docs: Regen docshelper 88a421426 Merge commit 'a6e635ca7d905d9ec3ffd708db2694f680b03aae' git-subtree-dir: docs git-subtree-split: a49697e536ee0d477ab4e552cfa8dc74debeff27
172 lines
7.7 KiB
Modula-2
172 lines
7.7 KiB
Modula-2
module github.com/gohugoio/hugo
|
|
|
|
require (
|
|
github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69
|
|
github.com/alecthomas/chroma/v2 v2.14.0
|
|
github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c
|
|
github.com/aws/aws-sdk-go-v2 v1.30.3
|
|
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.38.4
|
|
github.com/bep/clocks v0.5.0
|
|
github.com/bep/debounce v1.2.0
|
|
github.com/bep/gitmap v1.6.0
|
|
github.com/bep/goat v0.5.0
|
|
github.com/bep/godartsass v1.2.0
|
|
github.com/bep/godartsass/v2 v2.1.0
|
|
github.com/bep/golibsass v1.2.0
|
|
github.com/bep/gowebp v0.3.0
|
|
github.com/bep/helpers v0.4.0
|
|
github.com/bep/imagemeta v0.8.1
|
|
github.com/bep/lazycache v0.4.0
|
|
github.com/bep/logg v0.4.0
|
|
github.com/bep/mclib v1.20400.20402
|
|
github.com/bep/overlayfs v0.9.2
|
|
github.com/bep/simplecobra v0.4.0
|
|
github.com/bep/tmc v0.5.1
|
|
github.com/cespare/xxhash/v2 v2.3.0
|
|
github.com/clbanning/mxj/v2 v2.7.0
|
|
github.com/cli/safeexec v1.0.1
|
|
github.com/disintegration/gift v1.2.1
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/evanw/esbuild v0.23.1
|
|
github.com/fatih/color v1.17.0
|
|
github.com/fortytw2/leaktest v1.3.0
|
|
github.com/frankban/quicktest v1.14.6
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/getkin/kin-openapi v0.123.0
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/gobuffalo/flect v1.0.2
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/gohugoio/go-i18n/v2 v2.1.3-0.20230805085216-e63c13218d0e
|
|
github.com/gohugoio/hashstructure v0.1.0
|
|
github.com/gohugoio/httpcache v0.7.0
|
|
github.com/gohugoio/hugo-goldmark-extensions/extras v0.2.0
|
|
github.com/gohugoio/hugo-goldmark-extensions/passthrough v0.3.0
|
|
github.com/gohugoio/locales v0.14.0
|
|
github.com/gohugoio/localescompressed v1.0.1
|
|
github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/hairyhenderson/go-codeowners v0.5.0
|
|
github.com/jdkato/prose v1.2.1
|
|
github.com/kylelemons/godebug v1.1.0
|
|
github.com/kyokomi/emoji/v2 v2.2.13
|
|
github.com/magefile/mage v1.15.0
|
|
github.com/makeworld-the-better-one/dither/v2 v2.4.0
|
|
github.com/marekm4/color-extractor v1.2.1
|
|
github.com/mattn/go-isatty v0.0.20
|
|
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
|
|
github.com/muesli/smartcrop v0.3.0
|
|
github.com/niklasfasching/go-org v1.7.0
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
|
|
github.com/pelletier/go-toml/v2 v2.2.3
|
|
github.com/rogpeppe/go-internal v1.12.0
|
|
github.com/sanity-io/litter v1.5.5
|
|
github.com/spf13/afero v1.11.0
|
|
github.com/spf13/cast v1.7.0
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/spf13/fsync v0.10.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/tdewolff/minify/v2 v2.20.37
|
|
github.com/tdewolff/parse/v2 v2.7.15
|
|
github.com/tetratelabs/wazero v1.8.0
|
|
github.com/yuin/goldmark v1.7.4
|
|
github.com/yuin/goldmark-emoji v1.0.3
|
|
go.uber.org/automaxprocs v1.5.3
|
|
gocloud.dev v0.39.0
|
|
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326
|
|
golang.org/x/image v0.19.0
|
|
golang.org/x/mod v0.19.0
|
|
golang.org/x/net v0.28.0
|
|
golang.org/x/sync v0.8.0
|
|
golang.org/x/text v0.17.0
|
|
golang.org/x/tools v0.23.0
|
|
google.golang.org/api v0.191.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.115.0 // indirect
|
|
cloud.google.com/go/auth v0.8.1 // indirect
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
|
|
cloud.google.com/go/compute/metadata v0.5.0 // indirect
|
|
cloud.google.com/go/iam v1.1.13 // indirect
|
|
cloud.google.com/go/storage v1.43.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2 // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
|
|
github.com/aws/aws-sdk-go v1.55.5 // indirect
|
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.3 // indirect
|
|
github.com/aws/aws-sdk-go-v2/config v1.27.27 // indirect
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.17.27 // indirect
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 // indirect
|
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.10 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.15 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.17 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.15 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.58.3 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect
|
|
github.com/aws/smithy-go v1.20.3 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
|
github.com/dlclark/regexp2 v1.11.0 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-openapi/jsonpointer v0.20.2 // indirect
|
|
github.com/go-openapi/swag v0.22.8 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/google/s2a-go v0.1.8 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/google/wire v0.6.0 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/invopop/yaml v0.2.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
|
github.com/perimeterx/marshmallow v1.1.5 // indirect
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
|
|
go.opentelemetry.io/otel v1.28.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.28.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.28.0 // indirect
|
|
golang.org/x/crypto v0.26.0 // indirect
|
|
golang.org/x/oauth2 v0.22.0 // indirect
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
golang.org/x/time v0.6.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
|
|
google.golang.org/genproto v0.0.0-20240812133136-8ffd90a71988 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240812133136-8ffd90a71988 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240812133136-8ffd90a71988 // indirect
|
|
google.golang.org/grpc v1.65.0 // indirect
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
howett.net/plist v1.0.0 // indirect
|
|
software.sslmate.com/src/go-pkcs12 v0.2.0 // indirect
|
|
)
|
|
|
|
go 1.22.6
|