forked from Checkmarx/kics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (32 loc) · 1.21 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
module github.com/Checkmarx/kics
go 1.16
require (
github.com/BurntSushi/toml v0.3.1
github.com/agnivade/levenshtein v1.1.0
github.com/containerd/containerd v1.4.4 // indirect
github.com/getsentry/sentry-go v0.10.0
github.com/golang/mock v1.5.0
github.com/google/go-cmp v0.5.3 // indirect
github.com/google/uuid v1.2.0
github.com/gookit/color v1.3.8
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl/v2 v2.9.1
github.com/mailru/easyjson v0.7.7
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/moby/buildkit v0.8.2
github.com/open-policy-agent/opa v0.27.1
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.21.0
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/tdewolff/minify/v2 v2.9.15
github.com/zclconf/go-cty v1.8.1
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
helm.sh/helm/v3 v3.5.3
)
replace github.com/docker/docker => github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
replace github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d