aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-10-05 14:30:43 -0700
committerChristine Dodrill <me@christine.website>2018-10-05 14:31:22 -0700
commita37fe34bc17f2f3d122da6b121ed83ef8ee7b0fa (patch)
treeac3be2cf3f091ec3cec4aa247f1b9cb264c1bee5 /go.mod
parent2c85a708989624df6bb9eca0a77ceeda8cf05f28 (diff)
downloadx-a37fe34bc17f2f3d122da6b121ed83ef8ee7b0fa.tar.xz
x-a37fe34bc17f2f3d122da6b121ed83ef8ee7b0fa.zip
automate xena/xperimental build
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 2 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index ed1ff35..c962a37 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module github.com/Xe/x
require (
- github.com/GeertJohan/yubigo v0.0.0-20140521141543-b1764f04aa9b
+ github.com/GeertJohan/yubigo v0.0.0-20140521141543-b1764f04aa9b // indirect
github.com/McKael/madon v2.3.0+incompatible
github.com/Xe/ln v0.1.2
github.com/aclements/go-moremath v0.0.0-20180329182055-b1aff36309c7 // indirect
@@ -26,7 +26,6 @@ require (
github.com/google/gops v0.3.5
github.com/gorilla/websocket v1.4.0 // indirect
github.com/hullerob/go.farbfeld v0.0.0-20160317142651-b572f0728b69
- github.com/hypersleep/easyssh v0.0.0-20170212134900-70879c819ea1
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
@@ -35,8 +34,7 @@ require (
github.com/klauspost/cpuid v0.0.0-20180405133222-e7e905edc00e // indirect
github.com/klauspost/crc32 v0.0.0-20170628072449-bab58d77464a // indirect
github.com/klauspost/reedsolomon v0.0.0-20180704173009-925cb01d6510 // indirect
- github.com/kr/pretty v0.1.0
- github.com/mzohreva/GoGraphviz v0.0.0-20180226085351-533f4a37d9c6
+ github.com/mzohreva/GoGraphviz v0.0.0-20180226085351-533f4a37d9c6 // indirect
github.com/olekukonko/tablewriter v0.0.0-20180912035003-be2c049b30cc // indirect
github.com/pborman/uuid v1.2.0
github.com/peterh/liner v1.1.0
@@ -55,8 +53,6 @@ require (
golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced
golang.org/x/sys v0.0.0-20181004145325-8469e314837c // indirect
google.golang.org/appengine v1.2.0 // indirect
- gopkg.in/gcfg.v1 v1.2.3
gopkg.in/irc.v1 v1.3.0
- gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.2.1 // indirect
)