mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-07 12:38:05 +00:00
16 lines
440 B
Modula-2
16 lines
440 B
Modula-2
module github.com/diamondburned/arikawa
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.20.2
|
|
github.com/gorilla/schema v1.1.0
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sasha-s/go-csync v0.0.0-20160729053059-3bc6c8bdb3fa
|
|
go.uber.org/atomic v1.4.0
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
|
nhooyr.io/websocket v1.7.4
|
|
)
|