mirror of
https://github.com/fumiama/NanoBot.git
synced 2026-06-05 02:30:23 +08:00
17 lines
407 B
Modula-2
17 lines
407 B
Modula-2
module github.com/fumiama/NanoBot
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/RomiChan/syncx v0.0.0-20221202055724-5f842c53020e
|
|
github.com/RomiChan/websocket v1.4.3-0.20220227141055-9b2c6168c9c5
|
|
github.com/fumiama/go-base16384 v1.7.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|