mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-07 01:36:41 +00:00
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.10.0...v0.10.1) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-runtime 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>
26 lines
748 B
Modula-2
26 lines
748 B
Modula-2
module github.com/fairwindsops/polaris
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/fatih/color v1.13.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.1
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
k8s.io/api v0.22.2
|
|
k8s.io/apimachinery v0.22.2
|
|
k8s.io/client-go v0.22.2
|
|
sigs.k8s.io/controller-runtime v0.10.1
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|