summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-08-25 17:51:57 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-08-25 20:50:58 +0200
commitfce32c07fb80e9929bc2660cf1e681e93009d24b (patch)
tree5a51efc1e5a18535444d3186940d94333430092f /go.mod
parentd32ff16fd61f55874e81d73759afa099b8bdcb57 (diff)
Add go.mod
See #5115
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod68
1 files changed, 68 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 000000000..2f046e542
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,68 @@
+module github.com/gohugoio/hugo
+
+require (
+ github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69
+ github.com/BurntSushi/toml v0.0.0-20170626110600-a368813c5e64
+ github.com/PuerkitoBio/purell v1.1.0
+ github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
+ github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
+ github.com/alecthomas/chroma v0.5.0
+ github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721
+ github.com/alecthomas/repr v0.0.0-20180724025338-ead21651dde3
+ github.com/bep/debounce v1.1.0
+ github.com/bep/gitmap v1.0.0
+ github.com/bep/go-tocss v0.5.0
+ github.com/chaseadamsio/goorgeous v1.1.0
+ github.com/cpuguy83/go-md2man v1.0.6
+ github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
+ github.com/davecgh/go-spew v1.1.0
+ github.com/disintegration/imaging v1.2.4
+ github.com/dlclark/regexp2 v1.1.6
+ github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
+ github.com/fortytw2/leaktest v1.2.0
+ github.com/fsnotify/fsnotify v1.4.7
+ github.com/gobwas/glob v0.2.3
+ github.com/gorilla/websocket v1.2.0
+ github.com/hashicorp/go-immutable-radix v0.0.0-20180129170900-7f3cd4390caa
+ github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47
+ github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
+ github.com/inconshreveable/mousetrap v1.0.0
+ github.com/jdkato/prose v1.1.0
+ github.com/kyokomi/emoji v1.5.1
+ github.com/magefile/mage v1.0.2
+ github.com/magiconair/properties v1.8.0
+ github.com/markbates/inflect v0.0.0-20171215194931-a12c3aec81a6
+ github.com/mattn/go-isatty v0.0.3
+ github.com/mattn/go-runewidth v0.0.2
+ github.com/miekg/mmark v1.3.6
+ github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452
+ github.com/mitchellh/mapstructure v0.0.0-20180715050151-f15292f7a699
+ github.com/muesli/smartcrop v0.0.0-20180228075044-f6ebaa786a12
+ github.com/nicksnyder/go-i18n v1.10.0
+ github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84
+ github.com/pelletier/go-toml v1.2.0
+ github.com/pmezard/go-difflib v1.0.0
+ github.com/russross/blackfriday v0.0.0-20180804101149-46c73eb196ba
+ github.com/sanity-io/litter v1.1.0
+ github.com/sergi/go-diff v1.0.0
+ github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95
+ github.com/spf13/afero v1.1.1
+ github.com/spf13/cast v1.2.0
+ github.com/spf13/cobra v0.0.3
+ github.com/spf13/fsync v0.0.0-20170320142552-12a01e648f05
+ github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
+ github.com/spf13/nitro v0.0.0-20131003134307-24d7ef30a12d
+ github.com/spf13/pflag v1.0.1
+ github.com/spf13/viper v1.1.0
+ github.com/stretchr/testify v1.2.2
+ github.com/tdewolff/minify v2.3.5+incompatible
+ github.com/tdewolff/parse v2.3.3+incompatible
+ github.com/wellington/go-libsass v0.0.0-20180624165032-615eaa47ef79
+ github.com/yosssi/ace v0.0.5
+ golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81
+ golang.org/x/net v0.0.0-20180801234040-f4c29de78a2a
+ golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
+ golang.org/x/sys v0.0.0-20180806192500-2be389f392cd
+ golang.org/x/text v0.0.0-20180805044716-cb6730876b98
+ gopkg.in/yaml.v2 v2.2.1
+)