mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-20 05:43:21 +00:00
14 lines
402 B
Modula-2
14 lines
402 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/pkg/errors v0.9.1
|
|
github.com/sasha-s/go-csync v0.0.0-20160729053059-3bc6c8bdb3fa
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
|
)
|