-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 951 Bytes
/
go.mod
File metadata and controls
31 lines (28 loc) · 951 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
28
29
30
31
module github.com/quant1x/x
go 1.25
require (
github.com/go-co-op/gocron/v2 v2.16.5
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/jonboulle/clockwork v0.5.0
github.com/kardianos/service v1.2.4
github.com/lestrrat-go/strftime v1.1.1
github.com/mmcloughlin/avo v0.6.0
github.com/petermattis/goid v0.0.0-20250904145737-900bdf8bb490
github.com/pkg/errors v0.9.1
github.com/quant1x/pkg v0.8.1
github.com/stretchr/testify v1.11.1
go.uber.org/zap v1.27.0
golang.org/x/sys v0.36.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/image v0.31.0 // indirect
golang.org/x/mod v0.28.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/tools v0.37.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)