1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-27 20:58:50 +00:00
arikawa/go.mod

12 lines
248 B
Modula-2
Raw Normal View History

2021-06-02 02:53:19 +00:00
module github.com/diamondburned/arikawa/v3
2020-01-02 05:39:52 +00:00
go 1.16
2020-01-02 05:39:52 +00:00
require (
github.com/gorilla/schema v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/pkg/errors v0.9.1
golang.org/x/crypto v0.1.0
2021-10-01 18:47:42 +00:00
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
)