github.com/kovansky/hugo@v0.92.3-0.20220224232819-63076e4ff19f/go.mod (about)

     1  module github.com/kovansky/hugo
     2  
     3  require (
     4  	cloud.google.com/go/iam v0.2.0 // indirect
     5  	github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69
     6  	github.com/PuerkitoBio/purell v1.1.1
     7  	github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
     8  	github.com/alecthomas/chroma v0.10.0
     9  	github.com/armon/go-radix v1.0.0
    10  	github.com/aws/aws-sdk-go v1.43.5
    11  	github.com/bep/debounce v1.2.0
    12  	github.com/bep/gitmap v1.1.2
    13  	github.com/bep/goat v0.5.0
    14  	github.com/bep/godartsass v0.12.0
    15  	github.com/bep/golibsass v1.0.0
    16  	github.com/bep/gowebp v0.1.0
    17  	github.com/bep/tmc v0.5.1
    18  	github.com/clbanning/mxj/v2 v2.5.5
    19  	github.com/cli/safeexec v1.0.0
    20  	github.com/disintegration/gift v1.2.1
    21  	github.com/dustin/go-humanize v1.0.0
    22  	github.com/evanw/esbuild v0.14.23
    23  	github.com/fortytw2/leaktest v1.3.0
    24  	github.com/frankban/quicktest v1.14.2
    25  	github.com/fsnotify/fsnotify v1.5.1
    26  	github.com/getkin/kin-openapi v0.90.0
    27  	github.com/ghodss/yaml v1.0.0
    28  	github.com/gobuffalo/flect v0.2.3
    29  	github.com/gobwas/glob v0.2.3
    30  	github.com/gohugoio/go-i18n/v2 v2.1.3-0.20210430103248-4c28c89f8013
    31  	github.com/gohugoio/locales v0.14.0
    32  	github.com/gohugoio/localescompressed v0.15.0
    33  	github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95
    34  	github.com/google/go-cmp v0.5.7
    35  	github.com/gorilla/websocket v1.4.2
    36  	github.com/hairyhenderson/go-codeowners v0.2.3-0.20201026200250-cdc7c0759690
    37  	github.com/jdkato/prose v1.2.1
    38  	github.com/kylelemons/godebug v1.1.0
    39  	github.com/kyokomi/emoji/v2 v2.2.8
    40  	github.com/magefile/mage v1.12.1
    41  	github.com/mattn/go-isatty v0.0.14
    42  	github.com/mitchellh/hashstructure v1.1.0
    43  	github.com/mitchellh/mapstructure v1.4.3
    44  	github.com/muesli/smartcrop v0.3.0
    45  	github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
    46  	github.com/niklasfasching/go-org v1.6.0
    47  	github.com/olekukonko/tablewriter v0.0.5
    48  	github.com/pelletier/go-toml/v2 v2.0.0-beta.6
    49  	github.com/pkg/errors v0.9.1
    50  	github.com/rogpeppe/go-internal v1.8.1
    51  	github.com/russross/blackfriday v1.6.0
    52  	github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
    53  	github.com/sanity-io/litter v1.5.1
    54  	github.com/spf13/afero v1.8.1
    55  	github.com/spf13/cast v1.4.1
    56  	github.com/spf13/cobra v1.3.0
    57  	github.com/spf13/fsync v0.9.0
    58  	github.com/spf13/jwalterweatherman v1.1.0
    59  	github.com/spf13/pflag v1.0.5
    60  	github.com/tdewolff/minify/v2 v2.9.29
    61  	github.com/yuin/goldmark v1.4.7
    62  	go.uber.org/atomic v1.9.0
    63  	gocloud.dev v0.20.0
    64  	golang.org/x/image v0.0.0-20211028202545-6944b10bf410
    65  	golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
    66  	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
    67  	golang.org/x/text v0.3.7
    68  	golang.org/x/tools v0.1.9
    69  	google.golang.org/api v0.70.0
    70  	gopkg.in/yaml.v2 v2.4.0
    71  )
    72  
    73  go 1.16