-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 767 Bytes
/
go.mod
File metadata and controls
27 lines (23 loc) · 767 Bytes
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
26
27
module github.com/LagrangeDev/LagrangeGo
go 1.23.0
toolchain go1.24.1
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.1.3
github.com/fumiama/imgsz v0.0.4
github.com/fumiama/orbyte v0.0.0-20250512155242-23a2b7120589
github.com/mattn/go-colorable v0.1.14
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/tidwall/gjson v1.18.0
golang.org/x/net v0.41.0
golang.org/x/sync v0.15.0
)
require (
github.com/mattn/go-isatty v0.0.20 // 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.33.0 // indirect
)