mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-02-16 17:42:05 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.25.4 to 0.26.0. - [Release notes](https://github.com/kubernetes/client-go/releases) - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.25.4...v0.26.0) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
66 lines
2.7 KiB
Modula-2
66 lines
2.7 KiB
Modula-2
module github.com/aquasecurity/kube-bench
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go-v2 v1.17.3
|
|
github.com/aws/aws-sdk-go-v2/config v1.18.4
|
|
github.com/aws/aws-sdk-go-v2/service/securityhub v1.23.5
|
|
github.com/fatih/color v1.13.0
|
|
github.com/golang/glog v1.0.0
|
|
github.com/magiconair/properties v1.8.7
|
|
github.com/onsi/ginkgo v1.16.5
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/spf13/viper v1.14.0
|
|
github.com/stretchr/testify v1.8.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gorm.io/driver/postgres v1.4.5
|
|
gorm.io/gorm v1.24.1-0.20221019064659-5dd2bb482755
|
|
k8s.io/client-go v0.26.0
|
|
)
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.13.4 // indirect
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.20 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.26 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.20 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.27 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.20 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.11.26 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.9 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.17.6 // indirect
|
|
github.com/aws/smithy-go v1.13.5 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.13.0 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.3.1 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jackc/pgtype v1.12.0 // indirect
|
|
github.com/jackc/pgx/v4 v4.17.2 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/afero v1.9.2 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/objx v0.5.0 // indirect
|
|
github.com/subosito/gotenv v1.4.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
golang.org/x/text v0.5.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|