forked from drone/go-convert
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 606 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 606 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
module github.com/drone/go-convert
go 1.19
require (
dario.cat/mergo v1.0.0
github.com/bmatcuk/doublestar v1.3.4
github.com/buildkite/yaml v2.1.0+incompatible
github.com/docker/go-units v0.4.0
github.com/drone/spec v0.0.0-20241227155015-36d0519211d7
github.com/ghodss/yaml v1.0.0
github.com/google/go-cmp v0.5.9
github.com/google/subcommands v1.2.0
github.com/gotidy/ptr v1.4.0
github.com/tidwall/gjson v1.17.1
golang.org/x/text v0.13.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
gopkg.in/yaml.v2 v2.4.0
)