aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-10-19 06:24:23 -0700
committerChristine Dodrill <me@christine.website>2018-10-19 06:28:37 -0700
commit273b48a8b409126e14f8beb23cee4255d1f08a2c (patch)
treefeb316d464d92e143732ca3eac525fe4ca3cda1d
parent456deb2bbadbcc8fd218a2297ac4879c069ef0ba (diff)
downloadx-273b48a8b409126e14f8beb23cee4255d1f08a2c.tar.xz
x-273b48a8b409126e14f8beb23cee4255d1f08a2c.zip
GOPROXY means we can avoid vendoring
-rw-r--r--Dockerfile4
-rw-r--r--vendor/github.com/McKael/madon/.gitignore20
-rw-r--r--vendor/github.com/McKael/madon/.travis.yml20
-rw-r--r--vendor/github.com/McKael/madon/LICENSE22
-rw-r--r--vendor/github.com/McKael/madon/README.md46
-rw-r--r--vendor/github.com/McKael/madon/account.go527
-rw-r--r--vendor/github.com/McKael/madon/api.go230
-rw-r--r--vendor/github.com/McKael/madon/app.go99
-rw-r--r--vendor/github.com/McKael/madon/domain.go52
-rw-r--r--vendor/github.com/McKael/madon/emoji.go20
-rw-r--r--vendor/github.com/McKael/madon/favourites.go16
-rw-r--r--vendor/github.com/McKael/madon/instance.go66
-rw-r--r--vendor/github.com/McKael/madon/lists.go136
-rw-r--r--vendor/github.com/McKael/madon/login.go129
-rw-r--r--vendor/github.com/McKael/madon/madon.go43
-rw-r--r--vendor/github.com/McKael/madon/media.go108
-rw-r--r--vendor/github.com/McKael/madon/notifications.go90
-rw-r--r--vendor/github.com/McKael/madon/report.go48
-rw-r--r--vendor/github.com/McKael/madon/search.go30
-rw-r--r--vendor/github.com/McKael/madon/status.go290
-rw-r--r--vendor/github.com/McKael/madon/streams.go176
-rw-r--r--vendor/github.com/McKael/madon/timelines.go58
-rw-r--r--vendor/github.com/McKael/madon/types.go242
-rw-r--r--vendor/github.com/McKael/madon/v2/.gitignore20
-rw-r--r--vendor/github.com/McKael/madon/v2/.travis.yml19
-rw-r--r--vendor/github.com/McKael/madon/v2/LICENSE22
-rw-r--r--vendor/github.com/McKael/madon/v2/README.md49
-rw-r--r--vendor/github.com/McKael/madon/v2/account.go562
-rw-r--r--vendor/github.com/McKael/madon/v2/api.go261
-rw-r--r--vendor/github.com/McKael/madon/v2/app.go99
-rw-r--r--vendor/github.com/McKael/madon/v2/domain.go52
-rw-r--r--vendor/github.com/McKael/madon/v2/emoji.go20
-rw-r--r--vendor/github.com/McKael/madon/v2/endorsements.go46
-rw-r--r--vendor/github.com/McKael/madon/v2/go.mod14
-rw-r--r--vendor/github.com/McKael/madon/v2/go.sum24
-rw-r--r--vendor/github.com/McKael/madon/v2/instance.go42
-rw-r--r--vendor/github.com/McKael/madon/v2/lists.go136
-rw-r--r--vendor/github.com/McKael/madon/v2/login.go129
-rw-r--r--vendor/github.com/McKael/madon/v2/madon.go41
-rw-r--r--vendor/github.com/McKael/madon/v2/media.go108
-rw-r--r--vendor/github.com/McKael/madon/v2/notifications.go90
-rw-r--r--vendor/github.com/McKael/madon/v2/report.go48
-rw-r--r--vendor/github.com/McKael/madon/v2/search.go68
-rw-r--r--vendor/github.com/McKael/madon/v2/status.go309
-rw-r--r--vendor/github.com/McKael/madon/v2/streams.go177
-rw-r--r--vendor/github.com/McKael/madon/v2/suggestions.go31
-rw-r--r--vendor/github.com/McKael/madon/v2/timelines.go58
-rw-r--r--vendor/github.com/McKael/madon/v2/types.go265
-rw-r--r--vendor/github.com/Xe/ln/.travis.yml8
-rw-r--r--vendor/github.com/Xe/ln/LICENSE25
-rw-r--r--vendor/github.com/Xe/ln/README.md29
-rw-r--r--vendor/github.com/Xe/ln/action.go11
-rw-r--r--vendor/github.com/Xe/ln/context.go34
-rw-r--r--vendor/github.com/Xe/ln/doc.go25
-rw-r--r--vendor/github.com/Xe/ln/filter.go67
-rw-r--r--vendor/github.com/Xe/ln/formatter.go117
-rw-r--r--vendor/github.com/Xe/ln/go.mod6
-rw-r--r--vendor/github.com/Xe/ln/go.sum4
-rw-r--r--vendor/github.com/Xe/ln/logger.go183
-rw-r--r--vendor/github.com/Xe/ln/message.go19
-rw-r--r--vendor/github.com/Xe/ln/opname/opname.go31
-rw-r--r--vendor/github.com/Xe/ln/stack.go44
-rw-r--r--vendor/github.com/aclements/go-moremath/LICENSE27
-rw-r--r--vendor/github.com/aclements/go-moremath/mathx/beta.go93
-rw-r--r--vendor/github.com/aclements/go-moremath/mathx/choose.go62
-rw-r--r--vendor/github.com/aclements/go-moremath/mathx/gamma.go96
-rw-r--r--vendor/github.com/aclements/go-moremath/mathx/package.go11
-rw-r--r--vendor/github.com/aclements/go-moremath/mathx/sign.go18
-rw-r--r--vendor/github.com/bearbin/mcgorcon/.gitignore23
-rw-r--r--vendor/github.com/bearbin/mcgorcon/.travis.yml6
-rw-r--r--vendor/github.com/bearbin/mcgorcon/LICENSE21
-rw-r--r--vendor/github.com/bearbin/mcgorcon/README.md4
-rw-r--r--vendor/github.com/bearbin/mcgorcon/mcgorcon.go141
-rw-r--r--vendor/github.com/belak/irc/.gitignore3
-rw-r--r--vendor/github.com/belak/irc/.gitmodules3
-rw-r--r--vendor/github.com/belak/irc/.travis.yml21
-rw-r--r--vendor/github.com/belak/irc/LICENSE18
-rw-r--r--vendor/github.com/belak/irc/README.md104
-rw-r--r--vendor/github.com/belak/irc/client.go331
-rw-r--r--vendor/github.com/belak/irc/client_handlers.go151
-rw-r--r--vendor/github.com/belak/irc/conn.go103
-rw-r--r--vendor/github.com/belak/irc/handler.go16
-rw-r--r--vendor/github.com/belak/irc/parser.go394
-rw-r--r--vendor/github.com/belak/irc/utils.go50
-rw-r--r--vendor/github.com/bwmarrin/discordgo/.travis.yml14
-rw-r--r--vendor/github.com/bwmarrin/discordgo/LICENSE28
-rw-r--r--vendor/github.com/bwmarrin/discordgo/README.md130
-rw-r--r--vendor/github.com/bwmarrin/discordgo/discord.go146
-rw-r--r--vendor/github.com/bwmarrin/discordgo/endpoints.go136
-rw-r--r--vendor/github.com/bwmarrin/discordgo/event.go238
-rw-r--r--vendor/github.com/bwmarrin/discordgo/eventhandlers.go1030
-rw-r--r--vendor/github.com/bwmarrin/discordgo/events.go253
-rw-r--r--vendor/github.com/bwmarrin/discordgo/logging.go103
-rw-r--r--vendor/github.com/bwmarrin/discordgo/message.go252
-rw-r--r--vendor/github.com/bwmarrin/discordgo/mkdocs.yml17
-rw-r--r--vendor/github.com/bwmarrin/discordgo/oauth2.go126
-rw-r--r--vendor/github.com/bwmarrin/discordgo/ratelimit.go194
-rw-r--r--vendor/github.com/bwmarrin/discordgo/restapi.go2049
-rw-r--r--vendor/github.com/bwmarrin/discordgo/state.go990
-rw-r--r--vendor/github.com/bwmarrin/discordgo/structs.go686
-rw-r--r--vendor/github.com/bwmarrin/discordgo/types.go58
-rw-r--r--vendor/github.com/bwmarrin/discordgo/user.go47
-rw-r--r--vendor/github.com/bwmarrin/discordgo/voice.go886
-rw-r--r--vendor/github.com/bwmarrin/discordgo/wsapi.go845
-rw-r--r--vendor/github.com/caarlos0/env/.gitignore1
-rw-r--r--vendor/github.com/caarlos0/env/.hound.yml2
-rw-r--r--vendor/github.com/caarlos0/env/.travis.yml16
-rw-r--r--vendor/github.com/caarlos0/env/LICENSE.md21
-rw-r--r--vendor/github.com/caarlos0/env/README.md119
-rw-r--r--vendor/github.com/caarlos0/env/env.go432
-rw-r--r--vendor/github.com/codahale/hdrhistogram/.travis.yml5
-rw-r--r--vendor/github.com/codahale/hdrhistogram/LICENSE21
-rw-r--r--vendor/github.com/codahale/hdrhistogram/README.md15
-rw-r--r--vendor/github.com/codahale/hdrhistogram/hdr.go564
-rw-r--r--vendor/github.com/codahale/hdrhistogram/window.go45
-rw-r--r--vendor/github.com/dgryski/go-failure/README5
-rw-r--r--vendor/github.com/dgryski/go-failure/failure.go73
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/LICENSE21
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/basics.go54
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/dea.go54
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/expweight.go48
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/kstest.go95
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/pearson.go35
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/reservoir.go76
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/spearman.go84
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/stats.go137
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/swilk.go424
-rw-r--r--