forked from LagrangeDev/LagrangeGo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 731 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/LagrangeDev/LagrangeGo
go 1.20
require (
github.com/RomiChan/protobuf v0.1.1-0.20230204044148-2ed269a2e54d
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7
github.com/fumiama/gofastTEA v0.0.10
github.com/fumiama/imgsz v0.0.4
github.com/mattn/go-colorable v0.1.13
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/tidwall/gjson v1.17.1
golang.org/x/net v0.25.0
golang.org/x/sync v0.7.0
)
require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/sys v0.20.0 // indirect
)