forked from Checkmarx/kics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (35 loc) · 1.36 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/cheggaaa/pb/v3 v3.0.8
github.com/getsentry/sentry-go v0.11.0
github.com/golang/mock v1.6.0
github.com/google/pprof v0.0.0-20210413054141-7c2eacd09c8d
github.com/google/uuid v1.3.0
github.com/gookit/color v1.4.2
github.com/hashicorp/go-getter v1.5.7
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl/v2 v2.10.1
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.8.3
github.com/open-policy-agent/opa v0.28.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.23.0
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tdewolff/minify/v2 v2.9.21
github.com/xeipuuv/gojsonschema v1.2.0
github.com/zclconf/go-cty v1.9.1
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
helm.sh/helm/v3 v3.6.3
)
replace github.com/docker/docker => github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
replace github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.2.5
replace github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d