mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-04 22:14:30 +00:00
10 lines
165 B
Modula-2
10 lines
165 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/pkg/errors v0.8.1
|
|
)
|