mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-07 17:57:09 +00:00
29 lines
890 B
Modula-2
29 lines
890 B
Modula-2
module github.com/fairwindsops/polaris
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
|
|
github.com/evanphx/json-patch/v5 v5.6.0
|
|
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.3.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/thoas/go-funk v0.9.1
|
|
golang.org/x/text v0.3.7 // indirect
|
|
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
|
|
)
|