2020-01-02 19:55:45 +00:00
|
|
|
module github.com/diamondburned/arikawa
|
2020-01-02 05:39:52 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2020-01-02 19:53:08 +00:00
|
|
|
require (
|
|
|
|
github.com/bwmarrin/discordgo v0.20.2
|
2020-01-20 19:28:55 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-01-06 03:48:39 +00:00
|
|
|
github.com/gorilla/schema v1.1.0
|
2020-01-09 05:24:45 +00:00
|
|
|
github.com/gorilla/websocket v1.4.1
|
2020-01-15 07:34:18 +00:00
|
|
|
github.com/k0kubun/pp v3.0.1+incompatible
|
|
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
2020-01-02 19:53:08 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
2020-01-08 07:10:37 +00:00
|
|
|
github.com/sasha-s/go-csync v0.0.0-20160729053059-3bc6c8bdb3fa
|
2020-01-15 04:43:34 +00:00
|
|
|
go.uber.org/atomic v1.4.0
|
2020-01-08 07:10:37 +00:00
|
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
|
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
2020-01-09 05:24:45 +00:00
|
|
|
nhooyr.io/websocket v1.7.4
|
2020-01-02 19:53:08 +00:00
|
|
|
)
|