aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-10-04 18:05:03 -0700
committerChristine Dodrill <me@christine.website>2018-10-04 18:05:03 -0700
commitf69f9d2eb2f51fe0b5df503ae5fa7477b931844b (patch)
tree6430d0b4c80fe52136704e09159f06d01dc0d059 /go.mod
parentfbedf4acda9ff659a69fe577465db9617ec94ba1 (diff)
downloadx-f69f9d2eb2f51fe0b5df503ae5fa7477b931844b.tar.xz
x-f69f9d2eb2f51fe0b5df503ae5fa7477b931844b.zip
vgo is coming
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod47
1 files changed, 47 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..3e27cf3
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,47 @@
+module github.com/Xe/x
+
+require (
+ github.com/McKael/madon v2.3.0+incompatible
+ github.com/Syfaro/finch v0.0.0-20181005000040-65a305514294 // indirect
+ github.com/Xe/Tetra v0.0.0-20150829181626-dd27f12d4383
+ github.com/Xe/gopreload v0.0.0-20170326043426-a00a8beb369c
+ github.com/Xe/ln v0.1.2
+ github.com/belak/irc v2.1.0+incompatible
+ github.com/bwmarrin/discordgo v0.18.0
+ github.com/caarlos0/env v3.4.0+incompatible
+ github.com/certifi/gocertifi v0.0.0-20180905225744-ee1a9a0726d2 // indirect
+ github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd
+ github.com/facebookgo/flagenv v0.0.0-20160425205200-fcd59fca7456
+ github.com/getsentry/raven-go v0.0.0-20180903072508-084a9de9eb03 // indirect
+ github.com/go-telegram-bot-api/telegram-bot-api v4.6.2+incompatible
+ github.com/golang/protobuf v1.2.0 // indirect
+ github.com/google/gops v0.3.5
+ github.com/gorilla/websocket v1.4.0 // indirect
+ github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
+ github.com/joeshaw/envdecode v0.0.0-20180312135643-c9e015854467
+ github.com/joho/godotenv v1.3.0
+ github.com/justinian/dice v0.0.0-20170728002755-6a18b51d929c
+ github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
+ github.com/kelseyhightower/envconfig v1.3.0
+ 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 // indirect
+ github.com/mitchellh/mapstructure v1.1.1 // indirect
+ github.com/peterh/liner v1.1.0
+ github.com/sendgrid/rest v2.4.1+incompatible // indirect
+ github.com/syfaro/finch v0.0.0-20181005000040-65a305514294
+ github.com/technoweenie/multipartstreamer v1.0.1 // indirect
+ github.com/thoj/go-ircevent v0.0.0-20180816043103-14f3614f28c3
+ github.com/turnage/graw v0.0.0-20180517193449-15877a6c18d6
+ github.com/turnage/redditproto v0.0.0-20151223012412-afedf1b6eddb // indirect
+ github.com/xtaci/kcp-go v2.0.3+incompatible
+ github.com/xtaci/smux v1.0.7
+ go4.org v0.0.0-20180809161055-417644f6feb5
+ golang.org/x/crypto v0.0.0-20181001203147-e3636079e1a4 // indirect
+ golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced // indirect
+ golang.org/x/sys v0.0.0-20181004145325-8469e314837c // indirect
+ gopkg.in/irc.v1 v1.3.0
+ gopkg.in/telegram-bot-api.v4 v4.6.2
+ gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
+)