mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
d706529720
a393f4cf4Add a Spellcheck GitHub Action and config8b6b1c381netlify: Bump to Hugo 0.93.384515c183Delete deployment-with-nanobox.mddd45f9899Fix typos in docse69de81a9Update build-options.md7745b7891netlify: Hubo 0.93.2037d63364Clarify GitHub Pages Branches94660c34badd missing %s325de15e2fix link to latest release note since the release notes were moved to GitHub: https://gohugo.io/news/no-more-releasenotes-here/dbff41d01Update introduction.md0ecd627f7netlify: Hugo 0.93.1a74e16582Update diagrams.md33e310956Add Goat example to test stylingfa0100a5bUpdate diagrams.md64ac75367Adjust diagram docsf1d600044Update theme95bedff1anetlify: Bump to Hugo 0.93.0849a8437fMerge commit 'c1398b91a9f4c67876b31feb67516b252e654d3c'c0c60c43cdocs: Regenerate docs helper2c63fe518cod: Regen CLI docsf33ba4e5aCodeblockContext method renames979b47968Move the Goat template to the correct place2df37e9e8Add Markdown diagrams and render hooks for code blocksbd8037d43Allow images to be cropped without being resized8b2af4b49modules: Add modules.Workspace config for Go 1.1846b99dea1Add --printUnusedTemplates1285302c9commands: Rename --i18n-warnings to printI18nWarningsdea2242c6commands: Rename --path-warnings, --print-men to --printPathWarnings, --printMemoryUsagedb782ea46deps: Update github.com/alecthomas/chroma v0.9.4 => v0.10.0 git-subtree-dir: docs git-subtree-split:a393f4cf43
74 lines
2.6 KiB
Modula-2
74 lines
2.6 KiB
Modula-2
module github.com/gohugoio/hugo
|
|
|
|
require (
|
|
cloud.google.com/go/iam v0.2.0 // indirect
|
|
github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69
|
|
github.com/PuerkitoBio/purell v1.1.1
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
github.com/alecthomas/chroma v0.10.0
|
|
github.com/armon/go-radix v1.0.0
|
|
github.com/aws/aws-sdk-go v1.43.5
|
|
github.com/bep/debounce v1.2.0
|
|
github.com/bep/gitmap v1.1.2
|
|
github.com/bep/goat v0.5.0
|
|
github.com/bep/godartsass v0.12.0
|
|
github.com/bep/golibsass v1.0.0
|
|
github.com/bep/gowebp v0.1.0
|
|
github.com/bep/tmc v0.5.1
|
|
github.com/clbanning/mxj/v2 v2.5.5
|
|
github.com/cli/safeexec v1.0.0
|
|
github.com/disintegration/gift v1.2.1
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/evanw/esbuild v0.14.25
|
|
github.com/fortytw2/leaktest v1.3.0
|
|
github.com/frankban/quicktest v1.14.2
|
|
github.com/fsnotify/fsnotify v1.5.1
|
|
github.com/getkin/kin-openapi v0.91.0
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/gobuffalo/flect v0.2.4
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/gohugoio/go-i18n/v2 v2.1.3-0.20210430103248-4c28c89f8013
|
|
github.com/gohugoio/locales v0.14.0
|
|
github.com/gohugoio/localescompressed v0.15.0
|
|
github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95
|
|
github.com/google/go-cmp v0.5.7
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/hairyhenderson/go-codeowners v0.2.3-0.20201026200250-cdc7c0759690
|
|
github.com/jdkato/prose v1.2.1
|
|
github.com/kylelemons/godebug v1.1.0
|
|
github.com/kyokomi/emoji/v2 v2.2.9
|
|
github.com/magefile/mage v1.12.1
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/mitchellh/hashstructure v1.1.0
|
|
github.com/mitchellh/mapstructure v1.4.3
|
|
github.com/muesli/smartcrop v0.3.0
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
|
github.com/niklasfasching/go-org v1.6.2
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/pelletier/go-toml/v2 v2.0.0-beta.6
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rogpeppe/go-internal v1.8.1
|
|
github.com/russross/blackfriday v1.6.0
|
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
|
|
github.com/sanity-io/litter v1.5.2
|
|
github.com/spf13/afero v1.8.1
|
|
github.com/spf13/cast v1.4.1
|
|
github.com/spf13/cobra v1.3.0
|
|
github.com/spf13/fsync v0.9.0
|
|
github.com/spf13/jwalterweatherman v1.1.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/tdewolff/minify/v2 v2.10.0
|
|
github.com/yuin/goldmark v1.4.8
|
|
go.uber.org/atomic v1.9.0
|
|
gocloud.dev v0.20.0
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/text v0.3.7
|
|
golang.org/x/tools v0.1.9
|
|
google.golang.org/api v0.70.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
go 1.16
|