mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
346b60358d
73a01565cRemove comment shortcode documentation0ca7ccd30Replace usage of comment shortcode with HTML commentsfe10d9899Remove expired new-in labels11e89dfcb[editorial] Link to proper render-hook page in relref.md11a581c2fnetlify: Hugo 0.142.01a4fcf7f7Miscellaneous edits2c7a3165fMarkdown linting and cleanup69d7a781bReplace links to glossary terms with custom render hook syntax441752d2dRefactor glossary lookup portion of link render hook80109a14fFix glossary term linking for plural formcd95f0f34Update link render hook to support glossary links53eadb430Remove the glossary template1d40a7f3bImprove transform.ToMath examples586970df2Misc edits6a06a8de7Add glossary link shortcode4171c0eb7Improve description of masking with non-transparent images41c8feb64Fix example of image.Mask filter704a81656Add alignx option to images.Text usage example7c03eb0ccClarify context in example of using the try statement56d9c9b71Refactor glossary of terms042a6846bAdd expiry dates to deprecated methods pages365ab345fRemove services key from instagram shortcode pageb7fe31e07Reorder options list for images.Text filter8051ff818Format directory names, file names, and file paths as coded09a14623Update version refs for Hugo and Dart Sass3bb006974Add NODE_VERSION to Netlify config examples3a0f2531eFix typo7e3198eafFix typocf56452a3Fix typoa9f51d13eFix typo82bfdd8c3Fix typoa5c41a053Fix typoabcfed7a5Fix typo8c1debf3aRemove outdated new-in badges809ddf9efUpdate theme63867d56fUse warnf instead of errorf in try-catch exampledee3e5f09Update theme9791f7057Remove TODO from comment shortcode examplesa346ca1fdElevate embedded shortcode documentation to its own section8fa19b50fhugoreleaser.toml => hugoreleaser.yaml575d60345Update docs for v0.141.0a0a442d62netlify: Hugo 0.141.06667cbcd8Merge commit '81a7b6390036138356773c87a886679c81c524e1'f36fc013edocs: Regen CLI docs365a47dedtpl/images: Change signature of images.QR to images.QR TEXT OPTIONSae8f8af0aimages.Text: Add "alignx" option for horizontal alignment8f45ccca6docs: Regen CLI docsf0e6304f4Merge commit 'e9fbadacc3f09191e2e19f112a49777eeb8df06c'cb9bec2b2tpl/images: Add images.QR function git-subtree-dir: docs git-subtree-split:73a01565c5
173 lines
7.7 KiB
Modula-2
173 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.15.0
|
|
github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c
|
|
github.com/aws/aws-sdk-go-v2 v1.32.4
|
|
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.41.0
|
|
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/v2 v2.3.2
|
|
github.com/bep/golibsass v1.2.0
|
|
github.com/bep/gowebp v0.3.0
|
|
github.com/bep/helpers v0.5.0
|
|
github.com/bep/imagemeta v0.8.3
|
|
github.com/bep/lazycache v0.7.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.24.2
|
|
github.com/fatih/color v1.18.0
|
|
github.com/fortytw2/leaktest v1.3.0
|
|
github.com/frankban/quicktest v1.14.6
|
|
github.com/fsnotify/fsnotify v1.8.0
|
|
github.com/getkin/kin-openapi v0.123.0
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/gobuffalo/flect v1.0.3
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/gohugoio/go-i18n/v2 v2.1.3-0.20230805085216-e63c13218d0e
|
|
github.com/gohugoio/hashstructure v0.3.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.7.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/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
|
|
github.com/rogpeppe/go-internal v1.13.1
|
|
github.com/sanity-io/litter v1.5.5
|
|
github.com/spf13/afero v1.11.0
|
|
github.com/spf13/cast v1.7.1
|
|
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.2
|
|
github.com/yuin/goldmark v1.7.8
|
|
github.com/yuin/goldmark-emoji v1.0.4
|
|
go.uber.org/automaxprocs v1.5.3
|
|
gocloud.dev v0.40.0
|
|
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326
|
|
golang.org/x/image v0.22.0
|
|
golang.org/x/mod v0.22.0
|
|
golang.org/x/net v0.34.0
|
|
golang.org/x/sync v0.10.0
|
|
golang.org/x/text v0.21.0
|
|
golang.org/x/tools v0.29.0
|
|
google.golang.org/api v0.206.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
rsc.io/qr v0.2.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.116.0 // indirect
|
|
cloud.google.com/go/auth v0.10.2 // indirect
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
|
|
cloud.google.com/go/compute/metadata v0.5.2 // indirect
|
|
cloud.google.com/go/iam v1.2.2 // 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.23 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.23 // 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.22.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
|
github.com/dlclark/regexp2 v1.11.4 // 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.4 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.14.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/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.54.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
|
|
go.opentelemetry.io/otel v1.29.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.29.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.29.0 // indirect
|
|
golang.org/x/crypto v0.32.0 // indirect
|
|
golang.org/x/oauth2 v0.24.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/time v0.8.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
|
|
google.golang.org/genproto v0.0.0-20241104194629-dd2ea8efbc28 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
|
|
google.golang.org/grpc v1.67.1 // indirect
|
|
google.golang.org/protobuf v1.35.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
|