mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
d706529720
a393f4cf4 Add a Spellcheck GitHub Action and config 8b6b1c381 netlify: Bump to Hugo 0.93.3 84515c183 Delete deployment-with-nanobox.md dd45f9899 Fix typos in docs e69de81a9 Update build-options.md 7745b7891 netlify: Hubo 0.93.2 037d63364 Clarify GitHub Pages Branches 94660c34b add missing %s 325de15e2 fix link to latest release note since the release notes were moved to GitHub: https://gohugo.io/news/no-more-releasenotes-here/ dbff41d01 Update introduction.md 0ecd627f7 netlify: Hugo 0.93.1 a74e16582 Update diagrams.md 33e310956 Add Goat example to test styling fa0100a5b Update diagrams.md 64ac75367 Adjust diagram docs f1d600044 Update theme 95bedff1a netlify: Bump to Hugo 0.93.0 849a8437f Merge commit 'c1398b91a9f4c67876b31feb67516b252e654d3c' c0c60c43c docs: Regenerate docs helper 2c63fe518 cod: Regen CLI docs f33ba4e5a CodeblockContext method renames 979b47968 Move the Goat template to the correct place 2df37e9e8 Add Markdown diagrams and render hooks for code blocks bd8037d43 Allow images to be cropped without being resized 8b2af4b49 modules: Add modules.Workspace config for Go 1.18 46b99dea1 Add --printUnusedTemplates 1285302c9 commands: Rename --i18n-warnings to printI18nWarnings dea2242c6 commands: Rename --path-warnings, --print-men to --printPathWarnings, --printMemoryUsage db782ea46 deps: Update github.com/alecthomas/chroma v0.9.4 => v0.10.0 git-subtree-dir: docs git-subtree-split: a393f4cf43829011e96d109de2f039a9b05b2d16
73 lines
2.6 KiB
Modula-2
73 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
|