|
1 | 1 | module github.com/crossplane-contrib/provider-gitlab/tools |
2 | 2 |
|
3 | | -go 1.24.5 |
| 3 | +go 1.26.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/crossplane/crossplane-tools v0.0.0-20251017183449-dd4517244339 |
7 | | - sigs.k8s.io/controller-tools v0.18.0 |
| 7 | + sigs.k8s.io/controller-tools v0.21.0 |
8 | 8 | ) |
9 | 9 |
|
10 | 10 | require ( |
11 | 11 | github.com/alecthomas/kingpin/v2 v2.4.0 // indirect |
12 | 12 | github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect |
13 | 13 | github.com/dave/jennifer v1.7.1 // indirect |
14 | | - github.com/fatih/color v1.18.0 // indirect |
15 | | - github.com/fxamacker/cbor/v2 v2.7.0 // indirect |
16 | | - github.com/go-logr/logr v1.4.2 // indirect |
17 | | - github.com/go-openapi/jsonpointer v0.21.0 // indirect |
18 | | - github.com/go-openapi/jsonreference v0.20.2 // indirect |
19 | | - github.com/go-openapi/swag v0.23.0 // indirect |
| 14 | + github.com/fatih/color v1.19.0 // indirect |
| 15 | + github.com/fxamacker/cbor/v2 v2.9.1 // indirect |
| 16 | + github.com/go-logr/logr v1.4.3 // indirect |
| 17 | + github.com/go-openapi/jsonpointer v0.23.1 // indirect |
| 18 | + github.com/go-openapi/jsonreference v0.21.5 // indirect |
| 19 | + github.com/go-openapi/swag v0.26.0 // indirect |
| 20 | + github.com/go-openapi/swag/cmdutils v0.26.0 // indirect |
| 21 | + github.com/go-openapi/swag/conv v0.26.0 // indirect |
| 22 | + github.com/go-openapi/swag/fileutils v0.26.0 // indirect |
| 23 | + github.com/go-openapi/swag/jsonname v0.26.0 // indirect |
| 24 | + github.com/go-openapi/swag/jsonutils v0.26.0 // indirect |
| 25 | + github.com/go-openapi/swag/loading v0.26.0 // indirect |
| 26 | + github.com/go-openapi/swag/mangling v0.26.0 // indirect |
| 27 | + github.com/go-openapi/swag/netutils v0.26.0 // indirect |
| 28 | + github.com/go-openapi/swag/stringutils v0.26.0 // indirect |
| 29 | + github.com/go-openapi/swag/typeutils v0.26.0 // indirect |
| 30 | + github.com/go-openapi/swag/yamlutils v0.26.0 // indirect |
20 | 31 | github.com/gobuffalo/flect v1.0.3 // indirect |
21 | | - github.com/gogo/protobuf v1.3.2 // indirect |
22 | | - github.com/google/gnostic-models v0.6.9 // indirect |
| 32 | + github.com/google/gnostic-models v0.7.1 // indirect |
23 | 33 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
24 | | - github.com/josharian/intern v1.0.0 // indirect |
25 | 34 | github.com/json-iterator/go v1.1.12 // indirect |
26 | | - github.com/mailru/easyjson v0.7.7 // indirect |
27 | | - github.com/mattn/go-colorable v0.1.13 // indirect |
| 35 | + github.com/kr/text v0.2.0 // indirect |
| 36 | + github.com/mattn/go-colorable v0.1.14 // indirect |
28 | 37 | github.com/mattn/go-isatty v0.0.20 // indirect |
29 | 38 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
30 | | - github.com/modern-go/reflect2 v1.0.2 // indirect |
| 39 | + github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect |
31 | 40 | github.com/pkg/errors v0.9.1 // indirect |
32 | | - github.com/spf13/cobra v1.9.1 // indirect |
33 | | - github.com/spf13/pflag v1.0.6 // indirect |
| 41 | + github.com/spf13/cobra v1.10.2 // indirect |
| 42 | + github.com/spf13/pflag v1.0.10 // indirect |
34 | 43 | github.com/x448/float16 v0.8.4 // indirect |
35 | 44 | github.com/xhit/go-str2duration/v2 v2.1.0 // indirect |
36 | | - golang.org/x/mod v0.24.0 // indirect |
37 | | - golang.org/x/net v0.39.0 // indirect |
38 | | - golang.org/x/sync v0.13.0 // indirect |
39 | | - golang.org/x/sys v0.32.0 // indirect |
40 | | - golang.org/x/text v0.24.0 // indirect |
41 | | - golang.org/x/tools v0.32.0 // indirect |
42 | | - google.golang.org/protobuf v1.36.5 // indirect |
| 45 | + go.yaml.in/yaml/v2 v2.4.4 // indirect |
| 46 | + go.yaml.in/yaml/v3 v3.0.4 // indirect |
| 47 | + golang.org/x/mod v0.35.0 // indirect |
| 48 | + golang.org/x/net v0.53.0 // indirect |
| 49 | + golang.org/x/sync v0.20.0 // indirect |
| 50 | + golang.org/x/sys v0.43.0 // indirect |
| 51 | + golang.org/x/text v0.36.0 // indirect |
| 52 | + golang.org/x/tools v0.44.0 // indirect |
| 53 | + google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect |
43 | 54 | gopkg.in/inf.v0 v0.9.1 // indirect |
44 | 55 | gopkg.in/yaml.v2 v2.4.0 // indirect |
45 | 56 | gopkg.in/yaml.v3 v3.0.1 // indirect |
46 | | - k8s.io/api v0.33.0 // indirect |
47 | | - k8s.io/apiextensions-apiserver v0.33.0 // indirect |
48 | | - k8s.io/apimachinery v0.33.0 // indirect |
49 | | - k8s.io/code-generator v0.33.0 // indirect |
50 | | - k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect |
51 | | - k8s.io/klog/v2 v2.130.1 // indirect |
52 | | - k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect |
53 | | - k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect |
54 | | - sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect |
| 57 | + k8s.io/api v0.36.0 // indirect |
| 58 | + k8s.io/apiextensions-apiserver v0.36.0 // indirect |
| 59 | + k8s.io/apimachinery v0.36.0 // indirect |
| 60 | + k8s.io/code-generator v0.36.0 // indirect |
| 61 | + k8s.io/gengo/v2 v2.0.0-20250922181213-ec3ebc5fd46b // indirect |
| 62 | + k8s.io/klog/v2 v2.140.0 // indirect |
| 63 | + k8s.io/kube-openapi v0.0.0-20260427204847-8949caaa1199 // indirect |
| 64 | + k8s.io/utils v0.0.0-20260319190234-28399d86e0b5 // indirect |
| 65 | + sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect |
55 | 66 | sigs.k8s.io/randfill v1.0.0 // indirect |
56 | | - sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect |
57 | | - sigs.k8s.io/yaml v1.4.0 // indirect |
| 67 | + sigs.k8s.io/structured-merge-diff/v6 v6.4.0 // indirect |
| 68 | + sigs.k8s.io/yaml v1.6.0 // indirect |
58 | 69 | ) |
59 | 70 |
|
60 | 71 | // needed until https://github.com/crossplane/crossplane-tools/pull/128 gets merged |
|
0 commit comments