-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
40 lines (36 loc) · 1.36 KB
/
go.mod
File metadata and controls
40 lines (36 loc) · 1.36 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
31
32
33
34
35
36
37
38
39
40
module github.com/dronestock/git
go 1.24.0
toolchain go1.24.1
require (
github.com/dronestock/drone v1.2.6
github.com/goexl/args v0.0.3
github.com/goexl/gfx v0.2.8
github.com/goexl/gox v1.9.2
)
require (
github.com/drone/envsubst v1.0.3 // indirect
github.com/expr-lang/expr v1.17.7 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
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/go-resty/resty/v2 v2.15.2 // indirect
github.com/goexl/baozheng v0.0.1 // indirect
github.com/goexl/env v0.0.2 // indirect
github.com/goexl/exception v0.0.1 // indirect
github.com/goexl/gex v0.4.6 // indirect
github.com/goexl/guc v0.1.4 // indirect
github.com/goexl/http v0.2.0 // indirect
github.com/goexl/log v0.0.7 // indirect
github.com/goexl/mengpo v0.2.6 // indirect
github.com/goexl/xiren v0.0.8 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rs/xid v1.6.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
)