diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -1,35 +1,29 @@ module github.com/Xe/x require ( + git.xeserv.us/xena/xekrazy v0.0.0-20190323225600-a1897cd1ff90 // indirect github.com/McKael/madon/v2 v2.0.0-20180929094633-c679abc985d6 - github.com/aclements/go-moremath v0.0.0-20180329182055-b1aff36309c7 // indirect github.com/bwmarrin/discordgo v0.19.0 github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd github.com/dgryski/go-failure v0.0.0-20151001134759-4963dbd58fd0 - github.com/dgryski/go-onlinestats v0.0.0-20170612111826-1c7d19468768 // indirect github.com/disintegration/imaging v1.5.0 github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 - github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect - github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect - github.com/fogleman/gg v1.1.0 // indirect github.com/fogleman/primitive v0.0.0-20170926175833-69506c928bef github.com/garyburd/redigo v1.6.0 github.com/go-bindata/go-bindata v1.0.0 - github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/google/go-github v17.0.0+incompatible - github.com/google/go-querystring v1.0.0 // indirect github.com/google/gops v0.3.5 github.com/google/uuid v1.1.0 // indirect github.com/hullerob/go.farbfeld v0.0.0-20181222022525-3661193c725f github.com/jaytaylor/html2text v0.0.0-20180606194806-57d518f124b0 github.com/joeshaw/envdecode v0.0.0-20180312135643-c9e015854467 github.com/joho/godotenv v1.3.0 - github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect - github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect + github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect github.com/klauspost/cpuid v1.2.0 // indirect github.com/klauspost/reedsolomon v1.8.0 // indirect github.com/kr/pretty v0.1.0 github.com/mattn/go-runewidth v0.0.4 // indirect + github.com/miekg/dns v1.1.6 github.com/mmikulicic/stringlist v0.0.0-20170411212101-a0d1ef9a7ccb github.com/mndrix/golog v0.0.0-20170330170653-a28e2a269775 github.com/mndrix/ps v0.0.0-20170330174427-18e65badd6ab // indirect @@ -39,7 +33,6 @@ require ( github.com/peterh/liner v1.1.0 github.com/pkg/errors v0.8.1 github.com/robertkrimen/godocdown v0.0.0-20130622164427-0bfa04905481 - github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect github.com/streamrail/concurrent-map v0.0.0-20160823150647-8bf1e9bacbf6 github.com/stretchr/testify v1.3.0 // indirect github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect |
