|
1 | 1 | module github.com/spotahome/kooper/examples/pod-terminator-operator/v2 |
2 | 2 |
|
3 | | -go 1.19 |
| 3 | +go 1.21 |
4 | 4 |
|
5 | 5 | replace github.com/spotahome/kooper/v2 => ../../ |
6 | 6 |
|
7 | 7 | require ( |
8 | | - github.com/sirupsen/logrus v1.9.0 |
| 8 | + github.com/sirupsen/logrus v1.9.3 |
9 | 9 | github.com/spotahome/kooper/v2 v2.2.0 |
10 | | - github.com/stretchr/testify v1.8.1 |
11 | | - k8s.io/api v0.25.3 |
12 | | - k8s.io/apiextensions-apiserver v0.25.3 |
13 | | - k8s.io/apimachinery v0.25.3 |
14 | | - k8s.io/client-go v0.25.3 |
| 10 | + github.com/stretchr/testify v1.8.4 |
| 11 | + k8s.io/api v0.28.1 |
| 12 | + k8s.io/apiextensions-apiserver v0.28.1 |
| 13 | + k8s.io/apimachinery v0.28.1 |
| 14 | + k8s.io/client-go v0.28.1 |
15 | 15 | ) |
16 | 16 |
|
17 | 17 | require ( |
18 | | - cloud.google.com/go v0.97.0 // indirect |
19 | | - github.com/Azure/go-autorest v14.2.0+incompatible // indirect |
20 | | - github.com/Azure/go-autorest/autorest v0.11.27 // indirect |
21 | | - github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect |
22 | | - github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect |
23 | | - github.com/Azure/go-autorest/logger v0.2.1 // indirect |
24 | | - github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
25 | | - github.com/PuerkitoBio/purell v1.1.1 // indirect |
26 | | - github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect |
27 | 18 | github.com/davecgh/go-spew v1.1.1 // indirect |
28 | | - github.com/emicklei/go-restful/v3 v3.8.0 // indirect |
29 | | - github.com/evanphx/json-patch v4.12.0+incompatible // indirect |
30 | | - github.com/go-logr/logr v1.2.3 // indirect |
31 | | - github.com/go-openapi/jsonpointer v0.19.5 // indirect |
32 | | - github.com/go-openapi/jsonreference v0.19.5 // indirect |
33 | | - github.com/go-openapi/swag v0.19.14 // indirect |
| 19 | + github.com/emicklei/go-restful/v3 v3.9.0 // indirect |
| 20 | + github.com/evanphx/json-patch v5.6.0+incompatible // indirect |
| 21 | + github.com/go-logr/logr v1.2.4 // indirect |
| 22 | + github.com/go-openapi/jsonpointer v0.19.6 // indirect |
| 23 | + github.com/go-openapi/jsonreference v0.20.2 // indirect |
| 24 | + github.com/go-openapi/swag v0.22.3 // indirect |
34 | 25 | github.com/gogo/protobuf v1.3.2 // indirect |
35 | | - github.com/golang-jwt/jwt/v4 v4.2.0 // indirect |
36 | 26 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
37 | | - github.com/golang/protobuf v1.5.2 // indirect |
38 | | - github.com/google/gnostic v0.5.7-v3refs // indirect |
39 | | - github.com/google/go-cmp v0.5.8 // indirect |
| 27 | + github.com/golang/protobuf v1.5.3 // indirect |
| 28 | + github.com/google/gnostic-models v0.6.8 // indirect |
| 29 | + github.com/google/go-cmp v0.5.9 // indirect |
40 | 30 | github.com/google/gofuzz v1.2.0 // indirect |
41 | 31 | github.com/google/uuid v1.3.0 // indirect |
42 | 32 | github.com/imdario/mergo v0.3.12 // indirect |
43 | 33 | github.com/josharian/intern v1.0.0 // indirect |
44 | 34 | github.com/json-iterator/go v1.1.12 // indirect |
45 | | - github.com/mailru/easyjson v0.7.6 // indirect |
| 35 | + github.com/mailru/easyjson v0.7.7 // indirect |
46 | 36 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
47 | 37 | github.com/modern-go/reflect2 v1.0.2 // indirect |
48 | 38 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
49 | 39 | github.com/pkg/errors v0.9.1 // indirect |
50 | 40 | github.com/pmezard/go-difflib v1.0.0 // indirect |
51 | 41 | github.com/spf13/pflag v1.0.5 // indirect |
52 | | - golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect |
53 | | - golang.org/x/net v0.7.0 // indirect |
54 | | - golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect |
55 | | - golang.org/x/sys v0.5.0 // indirect |
56 | | - golang.org/x/term v0.5.0 // indirect |
57 | | - golang.org/x/text v0.7.0 // indirect |
58 | | - golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect |
| 42 | + golang.org/x/net v0.13.0 // indirect |
| 43 | + golang.org/x/oauth2 v0.8.0 // indirect |
| 44 | + golang.org/x/sys v0.10.0 // indirect |
| 45 | + golang.org/x/term v0.10.0 // indirect |
| 46 | + golang.org/x/text v0.11.0 // indirect |
| 47 | + golang.org/x/time v0.3.0 // indirect |
59 | 48 | google.golang.org/appengine v1.6.7 // indirect |
60 | | - google.golang.org/protobuf v1.28.1 // indirect |
| 49 | + google.golang.org/protobuf v1.30.0 // indirect |
61 | 50 | gopkg.in/inf.v0 v0.9.1 // indirect |
62 | 51 | gopkg.in/yaml.v2 v2.4.0 // indirect |
63 | 52 | gopkg.in/yaml.v3 v3.0.1 // indirect |
64 | | - k8s.io/klog/v2 v2.70.1 // indirect |
65 | | - k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect |
66 | | - k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect |
67 | | - sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect |
| 53 | + k8s.io/klog/v2 v2.100.1 // indirect |
| 54 | + k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect |
| 55 | + k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect |
| 56 | + sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
68 | 57 | sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect |
69 | 58 | sigs.k8s.io/yaml v1.3.0 // indirect |
70 | 59 | ) |
0 commit comments