mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-07-27 16:01:50 +00:00
19 lines
418 B
Modula-2
19 lines
418 B
Modula-2
module libdb.so/arikawa/v4
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/alecthomas/assert/v2 v2.3.0
|
|
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.1.0
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
|
)
|
|
|
|
require (
|
|
github.com/alecthomas/repr v0.2.0 // indirect
|
|
github.com/hexops/gotextdiff v1.0.3 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
)
|