-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
44 lines (41 loc) · 1.5 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/dronestock/mcu
go 1.19
toolchain go1.24.1
require (
github.com/beevik/etree v1.5.0
github.com/dronestock/drone v1.0.2
github.com/goexl/exc v0.0.5
github.com/goexl/gfx v0.2.5
github.com/goexl/gox v0.3.4
github.com/tidwall/sjson v1.2.5
)
require (
github.com/antonmedv/expr v1.12.6 // indirect
github.com/drone/envsubst v1.0.3 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.12.0 // indirect
github.com/go-resty/resty/v2 v2.7.0 // indirect
github.com/goexl/baozheng v0.0.1 // indirect
github.com/goexl/env v0.0.2 // indirect
github.com/goexl/gex v0.3.1 // indirect
github.com/goexl/guc v0.0.7 // indirect
github.com/goexl/mengpo v0.2.4 // indirect
github.com/goexl/simaqian v0.2.5 // indirect
github.com/goexl/xiren v0.0.5 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/leodido/go-urn v1.2.3 // indirect
github.com/rs/xid v1.4.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/tidwall/gjson v1.14.2 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/net v0.36.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
)