|
1 | 1 | module github.com/crossplane-contrib/function-dummy
|
2 | 2 |
|
3 |
| -go 1.21 |
| 3 | +go 1.22.0 |
4 | 4 |
|
5 |
| -toolchain go1.21.3 |
| 5 | +toolchain go1.23.0 |
6 | 6 |
|
7 | 7 | require (
|
8 | 8 | github.com/alecthomas/kong v0.8.1
|
9 | 9 | github.com/crossplane/crossplane-runtime v1.14.1
|
10 | 10 | github.com/crossplane/function-sdk-go v0.1.0
|
11 | 11 | github.com/google/go-cmp v0.6.0
|
12 |
| - google.golang.org/protobuf v1.31.0 |
13 |
| - k8s.io/apimachinery v0.28.3 |
14 |
| - sigs.k8s.io/controller-tools v0.13.0 |
| 12 | + google.golang.org/protobuf v1.34.2 |
| 13 | + k8s.io/apimachinery v0.31.0 |
| 14 | + sigs.k8s.io/controller-tools v0.16.0 |
15 | 15 | )
|
16 | 16 |
|
17 | 17 | require (
|
18 | 18 | dario.cat/mergo v1.0.0 // indirect
|
19 |
| - github.com/davecgh/go-spew v1.1.1 // indirect |
| 19 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
20 | 20 | github.com/emicklei/go-restful/v3 v3.11.0 // indirect
|
21 | 21 | github.com/evanphx/json-patch/v5 v5.6.0 // indirect
|
22 |
| - github.com/fatih/color v1.15.0 // indirect |
| 22 | + github.com/fatih/color v1.17.0 // indirect |
| 23 | + github.com/fxamacker/cbor/v2 v2.7.0 // indirect |
23 | 24 | github.com/go-json-experiment/json v0.0.0-20231013223334-54c864be5b8d // indirect
|
24 |
| - github.com/go-logr/logr v1.3.0 // indirect |
| 25 | + github.com/go-logr/logr v1.4.2 // indirect |
25 | 26 | github.com/go-logr/zapr v1.2.4 // indirect
|
26 | 27 | github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
27 | 28 | github.com/go-openapi/jsonreference v0.20.2 // indirect
|
28 |
| - github.com/go-openapi/swag v0.22.3 // indirect |
| 29 | + github.com/go-openapi/swag v0.22.4 // indirect |
29 | 30 | github.com/gobuffalo/flect v1.0.2 // indirect
|
30 | 31 | github.com/gogo/protobuf v1.3.2 // indirect
|
31 |
| - github.com/golang/protobuf v1.5.3 // indirect |
| 32 | + github.com/golang/protobuf v1.5.4 // indirect |
32 | 33 | github.com/google/gnostic-models v0.6.8 // indirect
|
33 | 34 | github.com/google/gofuzz v1.2.0 // indirect
|
34 |
| - github.com/google/uuid v1.3.1 // indirect |
| 35 | + github.com/google/uuid v1.6.0 // indirect |
35 | 36 | github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
36 | 37 | github.com/josharian/intern v1.0.0 // indirect
|
37 | 38 | github.com/json-iterator/go v1.1.12 // indirect
|
38 | 39 | github.com/mailru/easyjson v0.7.7 // indirect
|
39 | 40 | github.com/mattn/go-colorable v0.1.13 // indirect
|
40 |
| - github.com/mattn/go-isatty v0.0.17 // indirect |
| 41 | + github.com/mattn/go-isatty v0.0.20 // indirect |
41 | 42 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
42 | 43 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
43 | 44 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
44 |
| - github.com/onsi/gomega v1.27.10 // indirect |
| 45 | + github.com/onsi/gomega v1.34.1 // indirect |
45 | 46 | github.com/pkg/errors v0.9.1 // indirect
|
46 | 47 | github.com/spf13/afero v1.10.0 // indirect
|
47 |
| - github.com/spf13/cobra v1.7.0 // indirect |
| 48 | + github.com/spf13/cobra v1.8.1 // indirect |
48 | 49 | github.com/spf13/pflag v1.0.5 // indirect
|
49 |
| - github.com/stretchr/testify v1.8.4 // indirect |
| 50 | + github.com/stretchr/testify v1.9.0 // indirect |
| 51 | + github.com/x448/float16 v0.8.4 // indirect |
50 | 52 | go.uber.org/atomic v1.11.0 // indirect
|
51 | 53 | go.uber.org/multierr v1.11.0 // indirect
|
52 | 54 | go.uber.org/zap v1.26.0 // indirect
|
53 |
| - golang.org/x/mod v0.13.0 // indirect |
54 |
| - golang.org/x/net v0.17.0 // indirect |
55 |
| - golang.org/x/oauth2 v0.11.0 // indirect |
56 |
| - golang.org/x/sys v0.13.0 // indirect |
57 |
| - golang.org/x/term v0.13.0 // indirect |
58 |
| - golang.org/x/text v0.13.0 // indirect |
| 55 | + golang.org/x/mod v0.20.0 // indirect |
| 56 | + golang.org/x/net v0.28.0 // indirect |
| 57 | + golang.org/x/oauth2 v0.21.0 // indirect |
| 58 | + golang.org/x/sys v0.23.0 // indirect |
| 59 | + golang.org/x/term v0.23.0 // indirect |
| 60 | + golang.org/x/text v0.17.0 // indirect |
59 | 61 | golang.org/x/time v0.3.0 // indirect
|
60 |
| - golang.org/x/tools v0.14.0 // indirect |
| 62 | + golang.org/x/tools v0.24.0 // indirect |
61 | 63 | google.golang.org/appengine v1.6.7 // indirect
|
62 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect |
63 |
| - google.golang.org/grpc v1.59.0 // indirect |
| 64 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect |
| 65 | + google.golang.org/grpc v1.65.0 // indirect |
64 | 66 | gopkg.in/inf.v0 v0.9.1 // indirect
|
65 | 67 | gopkg.in/yaml.v2 v2.4.0 // indirect
|
66 | 68 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
67 |
| - k8s.io/api v0.28.3 // indirect |
68 |
| - k8s.io/apiextensions-apiserver v0.28.3 // indirect |
69 |
| - k8s.io/client-go v0.28.3 // indirect |
70 |
| - k8s.io/klog/v2 v2.100.1 // indirect |
71 |
| - k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect |
72 |
| - k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect |
| 69 | + k8s.io/api v0.31.0 // indirect |
| 70 | + k8s.io/apiextensions-apiserver v0.31.0 // indirect |
| 71 | + k8s.io/client-go v0.31.0 // indirect |
| 72 | + k8s.io/klog/v2 v2.130.1 // indirect |
| 73 | + k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect |
| 74 | + k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect |
73 | 75 | sigs.k8s.io/controller-runtime v0.16.3 // indirect
|
74 | 76 | sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
75 |
| - sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect |
| 77 | + sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect |
76 | 78 | sigs.k8s.io/yaml v1.4.0 // indirect
|
77 | 79 | )
|
0 commit comments