-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
23 lines (20 loc) · 814 Bytes
/
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
module github.com/RussellLuo/orchestrator
go 1.20
require (
github.com/PaesslerAG/jsonpath v0.1.1
github.com/RussellLuo/structool v0.0.0-20230915010420-41b17257d885
github.com/antonmedv/expr v1.15.2
github.com/google/go-cmp v0.5.9
github.com/olivere/ndjson v1.0.1
github.com/xeipuuv/gojsonschema v1.2.0
go.starlark.net v0.0.0-20231121155337-90ade8b19d09
sigs.k8s.io/yaml v1.4.0
)
require (
github.com/PaesslerAG/gval v1.0.0 // indirect
github.com/RussellLuo/mapstructure v1.3.4-0.20230915005935-0ccb59b15cf2 // indirect
github.com/RussellLuo/structs v1.2.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)