-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (31 loc) · 1.03 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
module github.com/dronestock/drone
go 1.23
require (
github.com/drone/envsubst v1.0.3
github.com/expr-lang/expr v1.16.9
github.com/go-resty/resty/v2 v2.16.0
github.com/goexl/args v0.0.3
github.com/goexl/env v0.0.2
github.com/goexl/exception v0.0.3
github.com/goexl/gex v0.4.6
github.com/goexl/gox v1.9.0
github.com/goexl/http v0.2.1
github.com/goexl/log v0.0.7
github.com/goexl/mengpo v0.2.6
github.com/goexl/xiren v0.0.8
)
require (
github.com/gabriel-vasile/mimetype v1.4.5 // 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.22.1 // indirect
github.com/goexl/baozheng v0.0.1 // indirect
github.com/goexl/guc v0.1.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/rs/xid v1.6.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
)