1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-10-01 14:58:52 +00:00
arikawa/go.mod

10 lines
165 B
Modula-2
Raw Normal View History

module github.com/diamondburned/arikawa
2020-01-02 05:39:52 +00:00
go 1.13
require (
github.com/bwmarrin/discordgo v0.20.2
2020-01-06 03:48:39 +00:00
github.com/gorilla/schema v1.1.0
github.com/pkg/errors v0.8.1
)