mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-07 17:57:09 +00:00
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.11.0...v1.12.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
29 lines
920 B
Modula-2
29 lines
920 B
Modula-2
module github.com/fairwindsops/polaris
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
cloud.google.com/go v0.74.0 // indirect
|
|
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.1.3
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/thoas/go-funk v0.8.0
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
|
k8s.io/api v0.21.1
|
|
k8s.io/apimachinery v0.21.1
|
|
k8s.io/client-go v0.21.1
|
|
sigs.k8s.io/controller-runtime v0.9.0-alpha.1
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|