1
0
mirror of https://github.com/fumiama/NanoBot.git synced 2026-06-09 04:30:24 +08:00

finish Init Connect

This commit is contained in:
源文雨
2023-10-15 01:07:38 +09:00
parent 9918dd8ec8
commit 5e3e113fdf
9 changed files with 361 additions and 75 deletions

8
go.mod
View File

@@ -3,8 +3,14 @@ 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/text v0.3.7 // indirect
require (
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/text v0.3.7 // indirect
)