From 45c9c45d1d0d99443fa6bb524a1265fa9ba95e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 25 Aug 2018 17:58:04 +0200 Subject: Use Go 1.11 modules with Mage See #5115 --- go.mod | 45 ++++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 2f046e542..ed98a592b 100644 --- a/go.mod +++ b/go.mod @@ -4,48 +4,50 @@ 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/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect 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/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect + github.com/alecthomas/repr v0.0.0-20180724025338-ead21651dde3 // indirect 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/cpuguy83/go-md2man v1.0.6 // indirect + github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect + github.com/davecgh/go-spew v1.1.0 // indirect github.com/disintegration/imaging v1.2.4 - github.com/dlclark/regexp2 v1.1.6 + github.com/dlclark/regexp2 v1.1.6 // indirect 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/hashicorp/go-uuid v0.0.0-20180228145832-27454136f036 // indirect + github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47 // indirect + github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect + github.com/inconshreveable/mousetrap v1.0.0 // indirect 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/magefile/mage v2.2.0+incompatible + github.com/magiconair/properties v1.8.0 // indirect 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/mattn/go-isatty v0.0.3 // indirect + github.com/mattn/go-runewidth v0.0.2 // indirect 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/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect 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/pelletier/go-toml v1.2.0 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect 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/sergi/go-diff v1.0.0 // indirect + github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect github.com/spf13/afero v1.1.1 github.com/spf13/cast v1.2.0 github.com/spf13/cobra v0.0.3 @@ -56,13 +58,14 @@ require ( 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/tdewolff/parse v2.3.3+incompatible // indirect + github.com/tdewolff/test v0.0.0-20171106182207-265427085153 // indirect + github.com/wellington/go-libsass v0.0.0-20180624165032-615eaa47ef79 // indirect 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/sys v0.0.0-20180806192500-2be389f392cd // indirect golang.org/x/text v0.0.0-20180805044716-cb6730876b98 gopkg.in/yaml.v2 v2.2.1 ) -- cgit v1.2.3