mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-01 04:24:19 +00:00
11 lines
191 B
Modula-2
11 lines
191 B
Modula-2
module github.com/diamondburned/arikawa/v3
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/gorilla/schema v1.4.1
|
|
github.com/gorilla/websocket v1.5.3
|
|
golang.org/x/crypto v0.25.0
|
|
golang.org/x/time v0.6.0
|
|
)
|