mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-06 17:26:51 +00:00
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.21.2 to 0.21.3. - [Release notes](https://github.com/kubernetes/api/releases) - [Commits](https://github.com/kubernetes/api/compare/v0.21.2...v0.21.3) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
871 B
Modula-2
28 lines
871 B
Modula-2
module github.com/fairwindsops/polaris
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Azure/go-autorest/autorest v0.11.15 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.10 // indirect
|
|
github.com/fatih/color v1.12.0
|
|
github.com/gobuffalo/packr/v2 v2.8.1
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/uuid v1.1.3 // indirect
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/karrick/godirwalk v1.16.1 // indirect
|
|
github.com/qri-io/jsonschema v0.1.1
|
|
github.com/rogpeppe/go-internal v1.6.2 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/thoas/go-funk v0.9.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
k8s.io/api v0.21.3
|
|
k8s.io/apimachinery v0.21.3
|
|
k8s.io/client-go v0.21.2
|
|
sigs.k8s.io/controller-runtime v0.9.2
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|