Skip to content

Commit 54248f7

Browse files
upgrade to latest dependencies
bumping github.com/google/gnostic-models 5776925...8182012: > 8182012 Merge pull request # 12 from Jefftree/protobuf-bump > 1a23962 Merge pull request # 13 from Jefftree/add-protobuf-compilation-script > bea6589 recompile protobuf > fd6fd48 Merge pull request # 6 from Jefftree/Jefftree-patch-1-2 > 111f194 Add protobuf compilation script > 7a87dbb bump dependencies > c7be7c7 Merge pull request # 5 from pkwarren/pkw/add-annotations-proto > 9459ad1 Create Makefile > f1b8172 Merge pull request # 2 from Jefftree/gh-actions > 94610bf Add annotations.proto and generated Go code > 2063bfc Merge pull request # 1 from Jefftree/protobuf-deprecate > 94e1c83 Add github actions > b1903b5 Use google.golang.org/protobuf for the protobuf library Signed-off-by: Knative Automation <automation@knative.team>
1 parent 0dd3c49 commit 54248f7

File tree

1,300 files changed

+70699
-21558
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,300 files changed

+70699
-21558
lines changed

go.mod

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
module knative.dev/kn-plugin-source-kamelet
22

3-
go 1.22.7
3+
go 1.23.0
44

55
require (
66
github.com/apache/camel-k/pkg/apis/camel v1.3.1
77
github.com/apache/camel-k/pkg/client/camel v1.3.1
88
github.com/hashicorp/golang-lru v1.0.2
99
github.com/hashicorp/hcl v1.0.0
1010
github.com/spf13/cobra v1.8.1
11-
github.com/stretchr/testify v1.9.0
11+
github.com/stretchr/testify v1.10.0
1212
gotest.tools/v3 v3.3.0
13-
k8s.io/api v0.31.4
14-
k8s.io/apimachinery v0.31.4
13+
k8s.io/api v0.32.2
14+
k8s.io/apimachinery v0.32.2
1515
k8s.io/cli-runtime v0.29.2
16-
k8s.io/client-go v0.31.4
17-
knative.dev/client-pkg v0.0.0-20250109131824-afd7c8d9de7b
18-
knative.dev/eventing v0.43.1-0.20250120115908-9cec50fe8ef0
19-
knative.dev/hack v0.0.0-20250116150306-c142b4835bc5
20-
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b
21-
knative.dev/serving v0.43.1-0.20250120145709-df7f1681a4e9
16+
k8s.io/client-go v0.32.2
17+
knative.dev/client-pkg v0.0.0-20250219014434-98dd4c09798c
18+
knative.dev/eventing v0.44.1-0.20250224122320-c828898de896
19+
knative.dev/hack v0.0.0-20250219013704-306ce745e077
20+
knative.dev/pkg v0.0.0-20250219013713-9e265611c097
21+
knative.dev/serving v0.44.1-0.20250220121848-87c07ee250da
2222
)
2323

2424
require (
@@ -35,7 +35,7 @@ require (
3535
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3636
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
3737
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
38-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
38+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
3939
github.com/fsnotify/fsnotify v1.7.0 // indirect
4040
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4141
github.com/go-errors/errors v1.4.2 // indirect
@@ -49,22 +49,23 @@ require (
4949
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5050
github.com/golang/protobuf v1.5.4 // indirect
5151
github.com/google/btree v1.1.2 // indirect
52-
github.com/google/gnostic-models v0.6.8 // indirect
52+
github.com/google/gnostic-models v0.6.9 // indirect
5353
github.com/google/go-cmp v0.6.0 // indirect
54-
github.com/google/go-containerregistry v0.13.0 // indirect
54+
github.com/google/go-containerregistry v0.20.3 // indirect
5555
github.com/google/gofuzz v1.2.0 // indirect
5656
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
5757
github.com/google/uuid v1.6.0 // indirect
5858
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
59-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect
59+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
6060
github.com/imdario/mergo v0.3.16 // indirect
6161
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6262
github.com/josharian/intern v1.0.0 // indirect
6363
github.com/json-iterator/go v1.1.12 // indirect
6464
github.com/kelseyhightower/envconfig v1.4.0 // indirect
65+
github.com/klauspost/compress v1.17.11 // indirect
6566
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
6667
github.com/magiconair/properties v1.8.6 // indirect
67-
github.com/mailru/easyjson v0.7.7 // indirect
68+
github.com/mailru/easyjson v0.9.0 // indirect
6869
github.com/mitchellh/go-homedir v1.1.0 // indirect
6970
github.com/mitchellh/mapstructure v1.5.0 // indirect
7071
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
@@ -78,9 +79,9 @@ require (
7879
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
7980
github.com/pkg/errors v0.9.1 // indirect
8081
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
81-
github.com/prometheus/client_golang v1.19.1 // indirect
82+
github.com/prometheus/client_golang v1.20.5 // indirect
8283
github.com/prometheus/client_model v0.6.1 // indirect
83-
github.com/prometheus/common v0.55.0 // indirect
84+
github.com/prometheus/common v0.62.0 // indirect
8485
github.com/prometheus/procfs v0.15.1 // indirect
8586
github.com/prometheus/statsd_exporter v0.22.8 // indirect
8687
github.com/rickb777/date v1.20.0 // indirect
@@ -89,7 +90,7 @@ require (
8990
github.com/spf13/afero v1.9.2 // indirect
9091
github.com/spf13/cast v1.5.0 // indirect
9192
github.com/spf13/jwalterweatherman v1.1.0 // indirect
92-
github.com/spf13/pflag v1.0.5 // indirect
93+
github.com/spf13/pflag v1.0.6 // indirect
9394
github.com/spf13/viper v1.13.0 // indirect
9495
github.com/subosito/gotenv v1.4.1 // indirect
9596
github.com/x448/float16 v0.8.4 // indirect
@@ -98,33 +99,33 @@ require (
9899
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
99100
go.uber.org/multierr v1.11.0 // indirect
100101
go.uber.org/zap v1.27.0 // indirect
101-
golang.org/x/net v0.34.0 // indirect
102-
golang.org/x/oauth2 v0.23.0 // indirect
103-
golang.org/x/sync v0.10.0 // indirect
104-
golang.org/x/sys v0.29.0 // indirect
105-
golang.org/x/term v0.28.0 // indirect
106-
golang.org/x/text v0.21.0 // indirect
107-
golang.org/x/time v0.6.0 // indirect
102+
golang.org/x/net v0.35.0 // indirect
103+
golang.org/x/oauth2 v0.26.0 // indirect
104+
golang.org/x/sync v0.11.0 // indirect
105+
golang.org/x/sys v0.30.0 // indirect
106+
golang.org/x/term v0.29.0 // indirect
107+
golang.org/x/text v0.22.0 // indirect
108+
golang.org/x/time v0.10.0 // indirect
108109
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
109-
google.golang.org/api v0.183.0 // indirect
110-
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
111-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
112-
google.golang.org/grpc v1.69.2 // indirect
113-
google.golang.org/protobuf v1.36.2 // indirect
110+
google.golang.org/api v0.198.0 // indirect
111+
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect
112+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
113+
google.golang.org/grpc v1.70.0 // indirect
114+
google.golang.org/protobuf v1.36.5 // indirect
114115
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
115116
gopkg.in/inf.v0 v0.9.1 // indirect
116117
gopkg.in/ini.v1 v1.67.0 // indirect
117118
gopkg.in/yaml.v2 v2.4.0 // indirect
118119
gopkg.in/yaml.v3 v3.0.1 // indirect
119-
k8s.io/apiextensions-apiserver v0.31.4 // indirect
120-
k8s.io/apiserver v0.31.4 // indirect
120+
k8s.io/apiextensions-apiserver v0.32.1 // indirect
121+
k8s.io/apiserver v0.32.1 // indirect
121122
k8s.io/klog/v2 v2.130.1 // indirect
122-
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 // indirect
123-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
124-
knative.dev/networking v0.0.0-20250117155906-67d1c274ba6a // indirect
125-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
123+
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
124+
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
125+
knative.dev/networking v0.0.0-20250217154350-2cde4327c6c8 // indirect
126+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
126127
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
127128
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
128-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
129+
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
129130
sigs.k8s.io/yaml v1.4.0 // indirect
130131
)

0 commit comments

Comments
 (0)