Skip to content

Commit 42fb3b2

Browse files
committed
go up
1 parent 94e331b commit 42fb3b2

File tree

2 files changed

+1
-209
lines changed

2 files changed

+1
-209
lines changed

go.mod

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ go 1.15
44

55
require (
66
github.com/Mrs4s/MiraiGo v0.0.0-20210114182941-c6cb5c7fe2f9
7-
github.com/Mrs4s/go-cqhttp v0.9.38
8-
github.com/a8m/syncmap v0.0.0-20200818084611-4bbbd178de97 // indirect
97
github.com/fanliao/go-promise v0.0.0-20141029170127-1890db352a72
108
github.com/gin-gonic/gin v1.6.3
119
github.com/go-playground/validator/v10 v10.4.1 // indirect
@@ -18,13 +16,10 @@ require (
1816
github.com/modern-go/reflect2 v1.0.1 // indirect
1917
github.com/pkg/errors v0.9.1
2018
github.com/sirupsen/logrus v1.7.0
21-
github.com/smartystreets/goconvey v1.6.4 // indirect
2219
github.com/tidwall/gjson v1.6.7 // indirect
2320
github.com/ugorji/go v1.2.3 // indirect
2421
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
25-
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
2622
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
27-
golang.org/x/tools v0.0.0-20201218024724-ae774e9781d2 // indirect
2823
gopkg.in/yaml.v2 v2.4.0
2924
)
3025

0 commit comments

Comments
 (0)