1
0
mirror of https://github.com/fumiama/gofastTEA.git synced 2026-06-28 14:20:23 +08:00
This commit is contained in:
fumiama
2021-11-21 22:15:35 +08:00
parent d94b730a4e
commit 396bb12a7f
13 changed files with 1571 additions and 1 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module github.com/fumiama/gofastTEA
go 1.17
require github.com/Mrs4s/MiraiGo v0.0.0-20211120033824-43b23f4e6fcb
require (
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
)