mirror of
https://github.com/fumiama/gofastTEA.git
synced 2026-06-28 14:20:23 +08:00
init
This commit is contained in:
11
go.mod
Normal file
11
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user