1
0
mirror of https://github.com/fumiama/gofastTEA.git synced 2026-06-05 07:50:26 +08:00

remove miraigo deps

This commit is contained in:
fumiama
2022-02-10 14:06:04 +08:00
parent b4d5f5938c
commit f7b10b5216
3 changed files with 3 additions and 34 deletions

8
go.mod
View File

@@ -1,11 +1,3 @@
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
)