-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 1.01 KB
/
go.mod
File metadata and controls
30 lines (27 loc) · 1.01 KB
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
28
29
30
module github.com/FloatTech/floatbox
go 1.20
require (
github.com/FloatTech/ttl v0.0.0-20250224045156-012b1463287d
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7
github.com/fumiama/cron v1.3.0
github.com/fumiama/go-registry v0.2.7
github.com/fumiama/gofastTEA v0.1.3
github.com/fumiama/terasu v0.0.0-20250930151601-1d9b679c36c2
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.11.1
github.com/tidwall/gjson v1.18.0
github.com/wdvxdr1123/ZeroBot v1.8.2-0.20251002074418-56567b7fc282
golang.org/x/text v0.29.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fumiama/go-base16384 v1.7.0 // indirect
github.com/fumiama/go-simple-protobuf v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)