Skip to content

Commit 13e1125

Browse files
Update module sigs.k8s.io/controller-tools to v0.16.0
1 parent 5211315 commit 13e1125

File tree

2 files changed

+88
-31
lines changed

2 files changed

+88
-31
lines changed

go.mod

Lines changed: 33 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,79 @@
11
module github.com/crossplane-contrib/function-dummy
22

3-
go 1.21
3+
go 1.22.0
44

5-
toolchain go1.21.3
5+
toolchain go1.23.0
66

77
require (
88
github.com/alecthomas/kong v0.8.1
99
github.com/crossplane/crossplane-runtime v1.14.1
1010
github.com/crossplane/function-sdk-go v0.1.0
1111
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
1515
)
1616

1717
require (
1818
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
2020
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
2121
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
2324
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
2526
github.com/go-logr/zapr v1.2.4 // indirect
2627
github.com/go-openapi/jsonpointer v0.19.6 // indirect
2728
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
2930
github.com/gobuffalo/flect v1.0.2 // indirect
3031
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
3233
github.com/google/gnostic-models v0.6.8 // indirect
3334
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
3536
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3637
github.com/josharian/intern v1.0.0 // indirect
3738
github.com/json-iterator/go v1.1.12 // indirect
3839
github.com/mailru/easyjson v0.7.7 // indirect
3940
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
4142
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4243
github.com/modern-go/reflect2 v1.0.2 // indirect
4344
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
4546
github.com/pkg/errors v0.9.1 // indirect
4647
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
4849
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
5052
go.uber.org/atomic v1.11.0 // indirect
5153
go.uber.org/multierr v1.11.0 // indirect
5254
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
5961
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
6163
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
6466
gopkg.in/inf.v0 v0.9.1 // indirect
6567
gopkg.in/yaml.v2 v2.4.0 // indirect
6668
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
7375
sigs.k8s.io/controller-runtime v0.16.3 // indirect
7476
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
7678
sigs.k8s.io/yaml v1.4.0 // indirect
7779
)

0 commit comments

Comments
 (0)