mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
155 lines
2.9 KiB
TOML
155 lines
2.9 KiB
TOML
|
|
||
|
# Gopkg.toml example
|
||
|
#
|
||
|
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
||
|
# for detailed Gopkg.toml documentation.
|
||
|
#
|
||
|
# required = ["github.com/user/thing/cmd/thing"]
|
||
|
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
|
||
|
#
|
||
|
# [[constraint]]
|
||
|
# name = "github.com/user/project"
|
||
|
# version = "1.0.0"
|
||
|
#
|
||
|
# [[constraint]]
|
||
|
# name = "github.com/user/project2"
|
||
|
# branch = "dev"
|
||
|
# source = "github.com/myfork/project2"
|
||
|
#
|
||
|
# [[override]]
|
||
|
# name = "github.com/x/y"
|
||
|
# version = "2.4.0"
|
||
|
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/BurntSushi/toml"
|
||
|
version = "0.3.0"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/PuerkitoBio/purell"
|
||
|
version = "1.1.0"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/alecthomas/chroma"
|
||
|
version = "0.1.1"
|
||
|
|
||
|
[[constraint]]
|
||
|
branch = "master"
|
||
|
name = "github.com/bep/gitmap"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/chaseadamsio/goorgeous"
|
||
|
version = "2.0.0"
|
||
|
|
||
|
[[constraint]]
|
||
|
branch = "master"
|
||
|
name = "github.com/dchest/cssmin"
|
||
|
|
||
|
[[constraint]]
|
||
|
branch = "master"
|
||
|
name = "github.com/eknkc/amber"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/fortytw2/leaktest"
|
||
|
version = "1.1.0"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/fsnotify/fsnotify"
|
||
|
version = "1.4.2"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/gorilla/websocket"
|
||
|
version = "1.2.0"
|
||
|
|
||
|
[[constraint]]
|
||
|
branch = "master"
|
||
|
name = "github.com/hashicorp/go-immutable-radix"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/jdkato/prose"
|
||
|
version = "1.1.0"
|
||
|
|
||
|
[[constraint]]
|
||
|
branch = "master"
|
||
|
name = "github.com/kardianos/osext"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/kyokomi/emoji"
|
||
|
version = "1.5.0"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/magefile/mage"
|
||
|
version = "2.0.0"
|
||
|
|
||
|
[[constraint]]
|
||
|
branch = "master"
|
||
|
name = "github.com/markbates/inflect"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/miekg/mmark"
|
||
|
version = "1.3.6"
|
||
|
|
||
|
[[constraint]]
|
||
|
branch = "master"
|
||
|
name = "github.com/mitchellh/mapstructure"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/nicksnyder/go-i18n"
|
||
|
version = "1.9.0"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/russross/blackfriday"
|
||
|
version = "1.5.0"
|
||
|
|
||
|
[[constraint]]
|
||
|
branch = "master"
|
||
|
name = "github.com/spf13/afero"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/spf13/cast"
|
||
|
version = "1.1.0"
|
||
|
|
||
|
[[constraint]]
|
||
|
branch = "master"
|
||
|
name = "github.com/spf13/cobra"
|
||
|
|
||
|
[[constraint]]
|
||
|
branch = "master"
|
||
|
name = "github.com/spf13/fsync"
|
||
|
|
||
|
[[constraint]]
|
||
|
branch = "master"
|
||
|
name = "github.com/spf13/jwalterweatherman"
|
||
|
|
||
|
[[constraint]]
|
||
|
branch = "master"
|
||
|
name = "github.com/spf13/nitro"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/spf13/pflag"
|
||
|
version = "1.0.0"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/spf13/viper"
|
||
|
version = "1.0.0"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/stretchr/testify"
|
||
|
version = "1.1.4"
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/yosssi/ace"
|
||
|
version = "0.0.5"
|
||
|
|
||
|
[[constraint]]
|
||
|
branch = "master"
|
||
|
name = "golang.org/x/image"
|
||
|
|
||
|
[[constraint]]
|
||
|
branch = "master"
|
||
|
name = "golang.org/x/text"
|
||
|
|
||
|
[[constraint]]
|
||
|
branch = "v2"
|
||
|
name = "gopkg.in/yaml.v2"
|