|
1 | 1 | module github.com/crossplane/function-sequencer
|
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.4
|
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.32.0 |
13 |
| - k8s.io/apimachinery v0.29.1 |
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.2 |
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 | 45 | github.com/pkg/errors v0.9.1 // indirect
|
45 | 46 | github.com/spf13/afero v1.10.0 // indirect
|
46 |
| - github.com/spf13/cobra v1.7.0 // indirect |
| 47 | + github.com/spf13/cobra v1.8.1 // indirect |
47 | 48 | github.com/spf13/pflag v1.0.5 // indirect
|
| 49 | + github.com/x448/float16 v0.8.4 // indirect |
48 | 50 | go.uber.org/multierr v1.11.0 // indirect
|
49 | 51 | go.uber.org/zap v1.26.0 // indirect
|
50 |
| - golang.org/x/mod v0.14.0 // indirect |
51 |
| - golang.org/x/net v0.19.0 // indirect |
52 |
| - golang.org/x/oauth2 v0.11.0 // indirect |
53 |
| - golang.org/x/sys v0.15.0 // indirect |
54 |
| - golang.org/x/term v0.15.0 // indirect |
55 |
| - golang.org/x/text v0.14.0 // indirect |
| 52 | + golang.org/x/mod v0.20.0 // indirect |
| 53 | + golang.org/x/net v0.28.0 // indirect |
| 54 | + golang.org/x/oauth2 v0.21.0 // indirect |
| 55 | + golang.org/x/sys v0.23.0 // indirect |
| 56 | + golang.org/x/term v0.23.0 // indirect |
| 57 | + golang.org/x/text v0.17.0 // indirect |
56 | 58 | golang.org/x/time v0.3.0 // indirect
|
57 |
| - golang.org/x/tools v0.16.1 // indirect |
| 59 | + golang.org/x/tools v0.24.0 // indirect |
58 | 60 | google.golang.org/appengine v1.6.7 // indirect
|
59 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect |
60 |
| - google.golang.org/grpc v1.59.0 // indirect |
| 61 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect |
| 62 | + google.golang.org/grpc v1.65.0 // indirect |
61 | 63 | gopkg.in/inf.v0 v0.9.1 // indirect
|
62 | 64 | gopkg.in/yaml.v2 v2.4.0 // indirect
|
63 | 65 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
64 |
| - k8s.io/api v0.28.3 // indirect |
65 |
| - k8s.io/apiextensions-apiserver v0.28.3 // indirect |
66 |
| - k8s.io/client-go v0.28.3 // indirect |
67 |
| - k8s.io/klog/v2 v2.110.1 // indirect |
68 |
| - k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect |
69 |
| - k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect |
| 66 | + k8s.io/api v0.31.0 // indirect |
| 67 | + k8s.io/apiextensions-apiserver v0.31.0 // indirect |
| 68 | + k8s.io/client-go v0.31.0 // indirect |
| 69 | + k8s.io/klog/v2 v2.130.1 // indirect |
| 70 | + k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect |
| 71 | + k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect |
70 | 72 | sigs.k8s.io/controller-runtime v0.16.3 // indirect
|
71 | 73 | sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
72 | 74 | sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
|
|
0 commit comments