diff options
| author | Christine Dodrill <me@christine.website> | 2019-04-01 10:05:03 -0700 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-04-01 10:05:28 -0700 |
| commit | f06f021f402270951f849dde7bee3f3340b8a1d5 (patch) | |
| tree | baee337aab524f162b349d254d21c2d8f2716d44 /go.mod | |
| parent | ba91a17859267201b1d1f0e71da465b1464d940f (diff) | |
| download | x-f06f021f402270951f849dde7bee3f3340b8a1d5.tar.xz x-f06f021f402270951f849dde7bee3f3340b8a1d5.zip | |
reorg
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -1,17 +1,23 @@ 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/Yawning/bulb v0.0.0-20170405033506-85d80d893c3d + 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.3.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 @@ -19,6 +25,7 @@ require ( github.com/joeshaw/envdecode v0.0.0-20180312135643-c9e015854467 github.com/joho/godotenv v1.3.0 github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect + github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect github.com/klauspost/cpuid v1.2.0 // indirect github.com/klauspost/reedsolomon v1.8.0 // indirect github.com/kr/pretty v0.1.0 @@ -29,12 +36,15 @@ require ( github.com/mndrix/ps v0.0.0-20170330174427-18e65badd6ab // indirect github.com/olekukonko/tablewriter v0.0.1 // indirect github.com/otiai10/copy v1.0.1 + github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95 // indirect github.com/pborman/uuid v1.2.0 github.com/peterh/liner v1.1.0 + github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 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/sycamoreone/orc v0.0.0-20150204213357-1627eaec2699 github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect github.com/templexxx/xor v0.0.0-20181023030647-4e92f724b73b // indirect github.com/tjfoc/gmsm v1.0.1 // indirect @@ -42,6 +52,7 @@ require ( github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119 github.com/xtaci/kcp-go v5.0.7+incompatible github.com/xtaci/smux v1.1.0 + github.com/yawning/bulb v0.0.0-20170405033506-85d80d893c3d // indirect go.jonnrb.io/vanity v0.1.0 go4.org v0.0.0-20181109185143-00e24f1b2599 golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc |
