forked from open-policy-agent/conftest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 972 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
24
25
26
27
28
29
module github.com/open-policy-agent/conftest
go 1.13
require (
cuelang.org/go v0.0.15
github.com/BurntSushi/toml v0.3.1
github.com/KeisukeYamashita/go-vcl v0.4.0
github.com/basgys/goxml2json v1.1.0
github.com/deislabs/oras v0.11.1
github.com/ghodss/yaml v1.0.0
github.com/go-akka/configuration v0.0.0-20200606091224-a002c0330665
github.com/go-ini/ini v1.62.0
github.com/google/go-jsonnet v0.17.0
github.com/hashicorp/go-getter v1.5.3
github.com/hashicorp/hcl v1.0.0
github.com/jstemmer/go-junit-report v0.9.1
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/moby/buildkit v0.8.2
github.com/olekukonko/tablewriter v0.0.5
github.com/open-policy-agent/opa v0.27.1
github.com/opencontainers/image-spec v1.0.1
github.com/shteou/go-ignore v0.3.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/tmccombs/hcl2json v0.3.1
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3
rsc.io/letsencrypt v0.0.3 // indirect
)