mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-01 04:24:19 +00:00
13 lines
341 B
Modula-2
13 lines
341 B
Modula-2
module github.com/diamondburned/arikawa/v2
|
|
|
|
go 1.13
|
|
|
|
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.0.0-20201016220609-9e8e0b390897
|
|
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 // indirect
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
|
)
|