forked from Checkmarx/kics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
40 lines (37 loc) · 1.35 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
module github.com/Checkmarx/kics
go 1.16
require (
github.com/BurntSushi/toml v0.4.1
github.com/agnivade/levenshtein v1.1.1
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211114212643-ec144ca0d701
github.com/cheggaaa/pb/v3 v3.0.8
github.com/emicklei/proto v1.9.1
github.com/getsentry/sentry-go v0.11.0
github.com/golang/mock v1.6.0
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1
github.com/google/uuid v1.3.0
github.com/gookit/color v1.5.0
github.com/hashicorp/go-getter v1.5.9
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl/v2 v2.10.1
github.com/hashicorp/terraform-json v0.13.0
github.com/johnfercher/maroto v0.33.0
github.com/mailru/easyjson v0.7.7
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/moby/buildkit v0.9.3
github.com/open-policy-agent/opa v0.34.2
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.26.0
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
github.com/tdewolff/minify/v2 v2.9.22
github.com/tidwall/gjson v1.11.0
github.com/xeipuuv/gojsonschema v1.2.0
github.com/zclconf/go-cty v1.10.0
golang.org/x/net v0.0.0-20210825183410-e898025ed96a
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
helm.sh/helm/v3 v3.7.1
)
replace github.com/opencontainers/image-spec => github.com/opencontainers/image-spec v1.0.2