arikawa/go.mod

16 lines
517 B
Modula-2
Raw Normal View History

module github.com/diamondburned/arikawa
2020-01-02 05:39:52 +00:00
go 1.13
require (
2020-01-06 03:48:39 +00:00
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
2020-01-08 07:10:37 +00:00
github.com/sasha-s/go-csync v0.0.0-20160729053059-3bc6c8bdb3fa
github.com/sasha-s/go-deadlock v0.2.0
2020-04-24 03:02:58 +00:00
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
2020-01-08 07:10:37 +00:00
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
)