mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-09 00:14:57 +00:00
15 lines
452 B
Modula-2
15 lines
452 B
Modula-2
module github.com/diamondburned/arikawa
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gorilla/schema v1.1.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sasha-s/go-csync v0.0.0-20160729053059-3bc6c8bdb3fa
|
|
github.com/sasha-s/go-deadlock v0.2.0
|
|
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
|
)
|