2020-01-02 19:55:45 +00:00
|
|
|
module github.com/diamondburned/arikawa
|
2020-01-02 05:39:52 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2020-01-02 19:53:08 +00:00
|
|
|
require (
|
2020-01-06 03:48:39 +00:00
|
|
|
github.com/gorilla/schema v1.1.0
|
2020-04-06 19:03:42 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-04-25 02:36:33 +00:00
|
|
|
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
|
2020-03-17 01:29:23 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-01-08 07:10:37 +00:00
|
|
|
github.com/sasha-s/go-csync v0.0.0-20160729053059-3bc6c8bdb3fa
|
2020-04-25 02:36:33 +00:00
|
|
|
github.com/sasha-s/go-deadlock v0.2.0
|
2020-04-27 18:41:28 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
|
|
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
2020-01-02 19:53:08 +00:00
|
|
|
)
|