|
1 | 1 | module github.com/jetstack/preflight |
2 | 2 |
|
3 | | -go 1.16 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/Azure/aks-engine v0.56.0 |
7 | | - github.com/Azure/azure-sdk-for-go v46.4.0+incompatible // indirect |
8 | | - github.com/Azure/go-autorest/autorest v0.11.8 // indirect |
9 | | - github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect |
10 | | - github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect |
| 6 | + github.com/Azure/aks-engine v0.43.0 |
11 | 7 | github.com/Jeffail/gabs/v2 v2.6.1 |
12 | | - github.com/aws/aws-sdk-go v1.36.19 |
| 8 | + github.com/aws/aws-sdk-go v1.43.31 |
13 | 9 | github.com/cenkalti/backoff v2.2.1+incompatible |
14 | 10 | github.com/d4l3k/messagediff v1.2.1 |
15 | 11 | github.com/fatih/color v1.13.0 |
16 | | - github.com/go-playground/universal-translator v0.17.0 // indirect |
17 | 12 | github.com/hashicorp/go-multierror v1.1.1 |
18 | 13 | github.com/jetstack/version-checker v0.2.2-0.20201118163251-4bab9ef088ef |
| 14 | + github.com/json-iterator/go v1.1.12 |
19 | 15 | github.com/juju/errors v0.0.0-20190930114154-d42613fe1ab9 |
20 | | - github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect |
21 | | - github.com/juju/testing v0.0.0-20191001232224-ce9dec17d28b // indirect |
22 | 16 | github.com/kylelemons/godebug v1.1.0 |
23 | | - github.com/leodido/go-urn v1.2.0 // indirect |
24 | 17 | github.com/maxatome/go-testdeep v1.11.0 |
25 | 18 | github.com/pkg/errors v0.9.1 |
26 | 19 | github.com/pmylund/go-cache v2.1.0+incompatible |
27 | | - github.com/prometheus/client_golang v1.9.0 |
| 20 | + github.com/prometheus/client_golang v1.12.1 |
28 | 21 | github.com/sirupsen/logrus v1.8.1 |
29 | 22 | github.com/spf13/cobra v1.4.0 |
30 | 23 | github.com/spf13/pflag v1.0.5 |
31 | | - golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5 |
32 | | - golang.org/x/tools v0.1.5 // indirect |
33 | | - google.golang.org/api v0.36.0 |
| 24 | + golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 |
| 25 | + google.golang.org/api v0.75.0 |
34 | 26 | gopkg.in/d4l3k/messagediff.v1 v1.2.1 |
35 | | - gopkg.in/go-playground/validator.v9 v9.31.0 // indirect |
36 | | - gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect |
37 | 27 | gopkg.in/yaml.v2 v2.4.0 |
38 | | - istio.io/istio v0.0.0-20210108091755-3c1dea2cb2bb |
39 | | - k8s.io/api v0.20.1 |
40 | | - k8s.io/apimachinery v0.20.1 |
41 | | - k8s.io/client-go v11.0.0+incompatible |
42 | | - github.com/json-iterator/go v1.1.12 |
43 | | - k8s.io/utils v0.0.0-20201110183641-67b214c5f920 |
| 28 | + k8s.io/api v0.24.0 |
| 29 | + k8s.io/apimachinery v0.24.0 |
| 30 | + k8s.io/client-go v0.24.0 |
44 | 31 | sigs.k8s.io/yaml v1.3.0 |
45 | 32 | ) |
46 | 33 |
|
47 | | -replace k8s.io/client-go => k8s.io/client-go v0.20.1 |
| 34 | +require ( |
| 35 | + cloud.google.com/go/compute v1.6.1 // indirect |
| 36 | + github.com/Azure/go-autorest v14.2.0+incompatible // indirect |
| 37 | + github.com/Azure/go-autorest/autorest v0.11.25 // indirect |
| 38 | + github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect |
| 39 | + github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect |
| 40 | + github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect |
| 41 | + github.com/Azure/go-autorest/logger v0.2.1 // indirect |
| 42 | + github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
| 43 | + github.com/PuerkitoBio/purell v1.1.1 // indirect |
| 44 | + github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect |
| 45 | + github.com/beorn7/perks v1.0.1 // indirect |
| 46 | + github.com/blang/semver v3.5.1+incompatible // indirect |
| 47 | + github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| 48 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 49 | + github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect |
| 50 | + github.com/emicklei/go-restful v2.9.5+incompatible // indirect |
| 51 | + github.com/evanphx/json-patch v4.12.0+incompatible // indirect |
| 52 | + github.com/fsnotify/fsnotify v1.5.3 // indirect |
| 53 | + github.com/go-logr/logr v1.2.3 // indirect |
| 54 | + github.com/go-openapi/jsonpointer v0.19.5 // indirect |
| 55 | + github.com/go-openapi/jsonreference v0.19.6 // indirect |
| 56 | + github.com/go-openapi/swag v0.21.1 // indirect |
| 57 | + github.com/go-playground/locales v0.13.0 // indirect |
| 58 | + github.com/go-playground/universal-translator v0.17.0 // indirect |
| 59 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 60 | + github.com/golang-jwt/jwt/v4 v4.2.0 // indirect |
| 61 | + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| 62 | + github.com/golang/protobuf v1.5.2 // indirect |
| 63 | + github.com/google/gnostic v0.5.7-v3refs // indirect |
| 64 | + github.com/google/go-cmp v0.5.7 // indirect |
| 65 | + github.com/google/gofuzz v1.2.0 // indirect |
| 66 | + github.com/google/uuid v1.3.0 // indirect |
| 67 | + github.com/googleapis/gax-go/v2 v2.3.0 // indirect |
| 68 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
| 69 | + github.com/imdario/mergo v0.3.12 // indirect |
| 70 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 71 | + github.com/jmespath/go-jmespath v0.4.0 // indirect |
| 72 | + github.com/josharian/intern v1.0.0 // indirect |
| 73 | + github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect |
| 74 | + github.com/juju/testing v0.0.0-20191001232224-ce9dec17d28b // indirect |
| 75 | + github.com/kr/pretty v0.3.0 // indirect |
| 76 | + github.com/leodido/go-urn v1.2.0 // indirect |
| 77 | + github.com/leonelquinteros/gotext v1.5.0 // indirect |
| 78 | + github.com/mailru/easyjson v0.7.7 // indirect |
| 79 | + github.com/mattn/go-colorable v0.1.12 // indirect |
| 80 | + github.com/mattn/go-isatty v0.0.14 // indirect |
| 81 | + github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect |
| 82 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 83 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 84 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 85 | + github.com/onsi/ginkgo v1.16.5 // indirect |
| 86 | + github.com/onsi/gomega v1.19.0 // indirect |
| 87 | + github.com/prometheus/client_model v0.2.0 // indirect |
| 88 | + github.com/prometheus/common v0.34.0 // indirect |
| 89 | + github.com/prometheus/procfs v0.7.3 // indirect |
| 90 | + github.com/rogpeppe/go-internal v1.6.2 // indirect |
| 91 | + github.com/stretchr/testify v1.7.1 // indirect |
| 92 | + go.opencensus.io v0.23.0 // indirect |
| 93 | + golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect |
| 94 | + golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 // indirect |
| 95 | + golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect |
| 96 | + golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect |
| 97 | + golang.org/x/text v0.3.7 // indirect |
| 98 | + golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect |
| 99 | + google.golang.org/appengine v1.6.7 // indirect |
| 100 | + google.golang.org/genproto v0.0.0-20220422154200-b37d22cd5731 // indirect |
| 101 | + google.golang.org/grpc v1.46.0 // indirect |
| 102 | + google.golang.org/protobuf v1.28.0 // indirect |
| 103 | + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| 104 | + gopkg.in/go-playground/assert.v1 v1.2.1 // indirect |
| 105 | + gopkg.in/go-playground/validator.v9 v9.31.0 // indirect |
| 106 | + gopkg.in/inf.v0 v0.9.1 // indirect |
| 107 | + gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect |
| 108 | + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
| 109 | + k8s.io/klog/v2 v2.60.1 // indirect |
| 110 | + k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect |
| 111 | + k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect |
| 112 | + sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect |
| 113 | + sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect |
| 114 | +) |
0 commit comments