forked from open-policy-agent/conftest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (29 loc) · 1.07 KB
/
go.mod
File metadata and controls
31 lines (29 loc) · 1.07 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
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/containerd/containerd v1.3.2 // indirect
github.com/deislabs/oras v0.8.0
github.com/ghodss/yaml v1.0.0
github.com/go-akka/configuration v0.0.0-20190919102339-a31c845c4b1b
github.com/go-ini/ini v1.51.0
github.com/golang/mock v1.3.1
github.com/google/go-jsonnet v0.16.0
github.com/hashicorp/go-getter v1.4.0
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl/v2 v2.2.0
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024
github.com/logrusorgru/aurora v0.0.0-20191116043053-66b7ad493a23
github.com/moby/buildkit v0.3.3
github.com/olekukonko/tablewriter v0.0.4
github.com/open-policy-agent/opa v0.20.5
github.com/opencontainers/image-spec v1.0.1
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.7.0
github.com/zclconf/go-cty v1.2.0
gopkg.in/ini.v1 v1.52.0 // indirect
olympos.io/encoding/edn v0.0.0-20191103180435-78e1aef28b15
)