|
1 | 1 | module github.com/jetstack/version-checker
|
2 | 2 |
|
3 |
| -go 1.15 |
| 3 | +go 1.20 |
| 4 | + |
| 5 | +// Do not remove this comment: |
| 6 | +// please place any replace statements here at the top for visibility and add a |
| 7 | +// comment to it as to when it can be removed |
4 | 8 |
|
5 | 9 | require (
|
6 |
| - cloud.google.com/go v0.57.0 // indirect |
7 |
| - github.com/Azure/go-autorest/autorest v0.10.2 |
8 |
| - github.com/Azure/go-autorest/autorest/adal v0.8.3 |
9 |
| - github.com/aws/aws-sdk-go v1.34.10 |
10 |
| - github.com/dgrijalva/jwt-go v3.2.0+incompatible |
11 |
| - github.com/google/go-github/v44 v44.0.0 |
12 |
| - github.com/hashicorp/go-retryablehttp v0.6.8 |
13 |
| - github.com/hashicorp/golang-lru v0.5.3 // indirect |
14 |
| - github.com/imdario/mergo v0.3.9 // indirect |
15 |
| - github.com/kr/text v0.2.0 // indirect |
16 |
| - github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect |
17 |
| - github.com/prometheus/client_golang v1.7.1 |
18 |
| - github.com/sirupsen/logrus v1.6.0 |
19 |
| - github.com/spf13/cobra v1.0.0 |
| 10 | + github.com/Azure/go-autorest/autorest v0.11.29 |
| 11 | + github.com/Azure/go-autorest/autorest/adal v0.9.23 |
| 12 | + github.com/aws/aws-sdk-go v1.44.298 |
| 13 | + github.com/golang-jwt/jwt/v5 v5.0.0 |
| 14 | + github.com/google/gnostic v0.6.9 // indirect |
| 15 | + github.com/google/go-github/v53 v53.2.0 |
| 16 | + github.com/hashicorp/go-retryablehttp v0.7.4 |
| 17 | + github.com/prometheus/client_golang v1.16.0 |
| 18 | + github.com/sirupsen/logrus v1.9.3 |
| 19 | + github.com/spf13/cobra v1.6.0 |
20 | 20 | github.com/spf13/pflag v1.0.5
|
21 |
| - golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d |
22 |
| - golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect |
23 |
| - gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect |
24 |
| - gopkg.in/yaml.v2 v2.3.0 // indirect |
25 |
| - k8s.io/api v0.19.0 |
26 |
| - k8s.io/apimachinery v0.19.0 |
27 |
| - k8s.io/cli-runtime v0.19.0 |
28 |
| - k8s.io/client-go v0.19.0 |
29 |
| - k8s.io/component-base v0.19.0 |
30 |
| - k8s.io/utils v0.0.0-20200729134348-d5654de09c73 |
| 21 | + golang.org/x/oauth2 v0.10.0 |
| 22 | + k8s.io/api v0.27.3 |
| 23 | + k8s.io/apimachinery v0.27.3 |
| 24 | + k8s.io/cli-runtime v0.27.3 |
| 25 | + k8s.io/client-go v0.27.3 |
| 26 | + k8s.io/component-base v0.27.3 |
| 27 | + k8s.io/utils v0.0.0-20230505201702-9f6742963106 |
| 28 | +) |
| 29 | + |
| 30 | +require ( |
| 31 | + github.com/Azure/go-autorest v14.2.0+incompatible // indirect |
| 32 | + github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect |
| 33 | + github.com/Azure/go-autorest/logger v0.2.1 // indirect |
| 34 | + github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
| 35 | + github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect |
| 36 | + github.com/beorn7/perks v1.0.1 // indirect |
| 37 | + github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 38 | + github.com/cloudflare/circl v1.3.3 // indirect |
| 39 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 40 | + github.com/emicklei/go-restful/v3 v3.9.0 // indirect |
| 41 | + github.com/evanphx/json-patch v4.12.0+incompatible // indirect |
| 42 | + github.com/go-errors/errors v1.4.2 // indirect |
| 43 | + github.com/go-logr/logr v1.2.3 // indirect |
| 44 | + github.com/go-openapi/jsonpointer v0.19.6 // indirect |
| 45 | + github.com/go-openapi/jsonreference v0.20.1 // indirect |
| 46 | + github.com/go-openapi/swag v0.22.3 // indirect |
| 47 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 48 | + github.com/golang-jwt/jwt/v4 v4.5.0 // indirect |
| 49 | + github.com/golang/protobuf v1.5.3 // indirect |
| 50 | + github.com/google/btree v1.0.1 // indirect |
| 51 | + github.com/google/go-cmp v0.5.9 // indirect |
| 52 | + github.com/google/go-querystring v1.1.0 // indirect |
| 53 | + github.com/google/gofuzz v1.1.0 // indirect |
| 54 | + github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect |
| 55 | + github.com/google/uuid v1.3.0 // indirect |
| 56 | + github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect |
| 57 | + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
| 58 | + github.com/imdario/mergo v0.3.9 // indirect |
| 59 | + github.com/inconshreveable/mousetrap v1.0.1 // indirect |
| 60 | + github.com/jmespath/go-jmespath v0.4.0 // indirect |
| 61 | + github.com/josharian/intern v1.0.0 // indirect |
| 62 | + github.com/json-iterator/go v1.1.12 // indirect |
| 63 | + github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect |
| 64 | + github.com/mailru/easyjson v0.7.7 // indirect |
| 65 | + github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
| 66 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 67 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 68 | + github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect |
| 69 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 70 | + github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
| 71 | + github.com/pkg/errors v0.9.1 // indirect |
| 72 | + github.com/prometheus/client_model v0.3.0 // indirect |
| 73 | + github.com/prometheus/common v0.42.0 // indirect |
| 74 | + github.com/prometheus/procfs v0.10.1 // indirect |
| 75 | + github.com/rogpeppe/go-internal v1.11.0 // indirect |
| 76 | + github.com/xlab/treeprint v1.1.0 // indirect |
| 77 | + go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect |
| 78 | + golang.org/x/crypto v0.11.0 // indirect |
| 79 | + golang.org/x/net v0.12.0 // indirect |
| 80 | + golang.org/x/sys v0.10.0 // indirect |
| 81 | + golang.org/x/term v0.10.0 // indirect |
| 82 | + golang.org/x/text v0.11.0 // indirect |
| 83 | + golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect |
| 84 | + google.golang.org/appengine v1.6.7 // indirect |
| 85 | + google.golang.org/protobuf v1.31.0 // indirect |
| 86 | + gopkg.in/inf.v0 v0.9.1 // indirect |
| 87 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 88 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
| 89 | + k8s.io/klog/v2 v2.90.1 // indirect |
| 90 | + k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect |
| 91 | + sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
| 92 | + sigs.k8s.io/kustomize/api v0.13.2 // indirect |
| 93 | + sigs.k8s.io/kustomize/kyaml v0.14.1 // indirect |
| 94 | + sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect |
| 95 | + sigs.k8s.io/yaml v1.3.0 // indirect |
31 | 96 | )
|
0 commit comments