Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

chore(deps): bump github.com/aquasecurity/tfsec from 0.58.11 to 1.11.0 #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,32 @@ go 1.16
require (
github.com/BurntSushi/toml v0.4.1
github.com/GoogleCloudPlatform/docker-credential-gcr v1.5.0
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/alicebob/miniredis/v2 v2.15.1
github.com/aquasecurity/go-dep-parser v0.0.0-20210919151457-76db061b9305
github.com/aquasecurity/testdocker v0.0.0-20210911155206-e1e85f5a1516
github.com/aquasecurity/tfsec v0.58.11
github.com/aws/aws-sdk-go v1.40.49
github.com/docker/docker v20.10.8+incompatible
github.com/docker/go-connections v0.4.0
github.com/go-git/go-git/v5 v5.4.2
github.com/go-redis/redis/v8 v8.11.3
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/flatbuffers v1.12.1 // indirect
github.com/google/go-cmp v0.5.7 // indirect
github.com/google/go-containerregistry v0.6.0
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-hclog v0.15.0 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl/v2 v2.11.1 // indirect
github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f
github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d
github.com/knqyf263/go-rpmdb v0.0.0-20210911072402-73bd0ce46c49
github.com/knqyf263/nested v0.0.1
github.com/kylelemons/godebug v1.1.0
github.com/mitchellh/mapstructure v1.4.2
github.com/moby/buildkit v0.8.1
github.com/open-policy-agent/opa v0.32.0
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.4.3
github.com/moby/buildkit v0.9.3
github.com/open-policy-agent/opa v0.37.2
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
github.com/saracen/walker v0.0.0-20191201085201-324a081bae7e
Expand All @@ -37,10 +39,14 @@ require (
github.com/testcontainers/testcontainers-go v0.11.1
github.com/tmccombs/hcl2json v0.3.1
github.com/urfave/cli/v2 v2.3.0
github.com/zclconf/go-cty v1.10.0 // indirect
go.etcd.io/bbolt v1.3.6
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.0.0-20220208233918-bba287dce954 // indirect
golang.org/x/mod v0.5.1
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
sigs.k8s.io/yaml v1.3.0
)
Loading