|
1 | 1 | module github.com/fairwindsops/polaris
|
2 | 2 |
|
3 |
| -go 1.15 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/evanphx/json-patch v5.6.0+incompatible // indirect |
7 | 6 | github.com/evanphx/json-patch/v5 v5.6.0
|
8 | 7 | github.com/fatih/color v1.13.0
|
9 |
| - github.com/gobuffalo/packr/v2 v2.8.1 |
10 |
| - github.com/google/gofuzz v1.2.0 // indirect |
11 |
| - github.com/google/uuid v1.1.3 // indirect |
| 8 | + github.com/gobuffalo/packr/v2 v2.8.3 |
12 | 9 | github.com/gorilla/mux v1.8.0
|
13 |
| - github.com/karrick/godirwalk v1.16.1 // indirect |
14 | 10 | github.com/qri-io/jsonschema v0.1.1
|
15 |
| - github.com/rogpeppe/go-internal v1.6.2 // indirect |
16 | 11 | github.com/sirupsen/logrus v1.8.1
|
17 |
| - github.com/spf13/cobra v1.3.0 |
| 12 | + github.com/spf13/cobra v1.4.0 |
18 | 13 | github.com/spf13/pflag v1.0.5
|
19 |
| - github.com/stretchr/testify v1.7.0 |
20 |
| - github.com/thoas/go-funk v0.9.1 |
| 14 | + github.com/stretchr/testify v1.7.1 |
| 15 | + github.com/thoas/go-funk v0.9.2 |
21 | 16 | golang.org/x/text v0.3.7 // indirect
|
22 | 17 | gopkg.in/yaml.v2 v2.4.0 // indirect
|
23 | 18 | gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
24 |
| - k8s.io/api v0.22.2 |
25 |
| - k8s.io/apimachinery v0.22.2 |
26 |
| - k8s.io/client-go v0.22.2 |
27 |
| - sigs.k8s.io/controller-runtime v0.10.1 |
| 19 | + k8s.io/api v0.23.6 |
| 20 | + k8s.io/apimachinery v0.23.6 |
| 21 | + k8s.io/client-go v0.23.6 |
| 22 | + sigs.k8s.io/controller-runtime v0.11.2 |
28 | 23 | sigs.k8s.io/yaml v1.3.0
|
29 | 24 | )
|
| 25 | + |
| 26 | +require ( |
| 27 | + cloud.google.com/go v0.81.0 // indirect |
| 28 | + github.com/Azure/go-autorest v14.2.0+incompatible // indirect |
| 29 | + github.com/Azure/go-autorest/autorest v0.11.18 // indirect |
| 30 | + github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect |
| 31 | + github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect |
| 32 | + github.com/Azure/go-autorest/logger v0.2.1 // indirect |
| 33 | + github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
| 34 | + github.com/beorn7/perks v1.0.1 // indirect |
| 35 | + github.com/cespare/xxhash/v2 v2.1.1 // indirect |
| 36 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 37 | + github.com/evanphx/json-patch v4.12.0+incompatible // indirect |
| 38 | + github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect |
| 39 | + github.com/fsnotify/fsnotify v1.5.1 // indirect |
| 40 | + github.com/go-logr/logr v1.2.0 // indirect |
| 41 | + github.com/gobuffalo/logger v1.0.6 // indirect |
| 42 | + github.com/gobuffalo/packd v1.0.1 // indirect |
| 43 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 44 | + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| 45 | + github.com/golang/protobuf v1.5.2 // indirect |
| 46 | + github.com/google/go-cmp v0.5.5 // indirect |
| 47 | + github.com/google/gofuzz v1.1.0 // indirect |
| 48 | + github.com/google/uuid v1.1.2 // indirect |
| 49 | + github.com/googleapis/gnostic v0.5.5 // indirect |
| 50 | + github.com/imdario/mergo v0.3.12 // indirect |
| 51 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 52 | + github.com/json-iterator/go v1.1.12 // indirect |
| 53 | + github.com/karrick/godirwalk v1.16.1 // indirect |
| 54 | + github.com/markbates/errx v1.1.0 // indirect |
| 55 | + github.com/markbates/oncer v1.0.0 // indirect |
| 56 | + github.com/markbates/safe v1.0.1 // indirect |
| 57 | + github.com/mattn/go-colorable v0.1.9 // indirect |
| 58 | + github.com/mattn/go-isatty v0.0.14 // indirect |
| 59 | + github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect |
| 60 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 61 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 62 | + github.com/pkg/errors v0.9.1 // indirect |
| 63 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 64 | + github.com/prometheus/client_golang v1.11.0 // indirect |
| 65 | + github.com/prometheus/client_model v0.2.0 // indirect |
| 66 | + github.com/prometheus/common v0.28.0 // indirect |
| 67 | + github.com/prometheus/procfs v0.6.0 // indirect |
| 68 | + github.com/qri-io/jsonpointer v0.1.1 // indirect |
| 69 | + golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect |
| 70 | + golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect |
| 71 | + golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect |
| 72 | + golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8 // indirect |
| 73 | + golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect |
| 74 | + golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect |
| 75 | + gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect |
| 76 | + google.golang.org/appengine v1.6.7 // indirect |
| 77 | + google.golang.org/protobuf v1.27.1 // indirect |
| 78 | + gopkg.in/inf.v0 v0.9.1 // indirect |
| 79 | + k8s.io/component-base v0.23.5 // indirect |
| 80 | + k8s.io/klog/v2 v2.30.0 // indirect |
| 81 | + k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect |
| 82 | + k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect |
| 83 | + sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect |
| 84 | + sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect |
| 85 | +) |
0 commit comments