1
1
module knative.dev/client/pkg
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
emperror.dev/errors v0.8.1
7
7
github.com/charmbracelet/bubbles v0.17.1
8
8
github.com/charmbracelet/bubbletea v0.25.0
9
9
github.com/charmbracelet/lipgloss v0.9.1
10
10
github.com/erikgeiser/promptkit v0.9.0
11
- github.com/google/go-cmp v0.6 .0
11
+ github.com/google/go-cmp v0.7 .0
12
12
github.com/hashicorp/golang-lru v1.0.2 // indirect
13
13
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
14
14
github.com/mitchellh/go-homedir v1.1.0
@@ -18,19 +18,19 @@ require (
18
18
github.com/spf13/viper v1.16.0
19
19
go.uber.org/multierr v1.11.0
20
20
go.uber.org/zap v1.27.0
21
- golang.org/x/mod v0.23 .0
22
- golang.org/x/term v0.29 .0
21
+ golang.org/x/mod v0.24 .0
22
+ golang.org/x/term v0.31 .0
23
23
gotest.tools/v3 v3.3.0
24
24
k8s.io/api v0.32.2
25
25
k8s.io/apiextensions-apiserver v0.32.1
26
26
k8s.io/apimachinery v0.32.2
27
27
k8s.io/cli-runtime v0.29.2
28
28
k8s.io/client-go v0.32.2
29
29
k8s.io/utils v0.0.0-20241210054802-24370beab758
30
- knative.dev/eventing v0.44.1-0.20250218063550-9a7c6d5633c5
31
- knative.dev/networking v0.0.0-20250217154350-2cde4327c6c8
32
- knative.dev/pkg v0.0.0-20250218011850-c925de2a3f07
33
- knative.dev/serving v0.44.1-0.20250218114651-582f4539db64
30
+ knative.dev/eventing v0.45.0
31
+ knative.dev/networking v0.0.0-20250415164913-6268d931d247
32
+ knative.dev/pkg v0.0.0-20250415155312-ed3e2158b883
33
+ knative.dev/serving v0.45.0
34
34
sigs.k8s.io/yaml v1.4.0
35
35
)
36
36
@@ -44,6 +44,7 @@ require (
44
44
github.com/beorn7/perks v1.0.1 // indirect
45
45
github.com/blendle/zapdriver v1.3.1 // indirect
46
46
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
47
+ github.com/cert-manager/cert-manager v1.16.3 // indirect
47
48
github.com/cespare/xxhash/v2 v2.3.0 // indirect
48
49
github.com/charmbracelet/harmonica v0.2.0 // indirect
49
50
github.com/cloudevents/sdk-go/sql/v2 v2.15.2 // indirect
@@ -113,24 +114,23 @@ require (
113
114
github.com/sergi/go-diff v1.2.0 // indirect
114
115
github.com/spf13/cast v1.5.1 // indirect
115
116
github.com/spf13/jwalterweatherman v1.1.0 // indirect
116
- github.com/stretchr/objx v0.5.2 // indirect
117
117
github.com/subosito/gotenv v1.6.0 // indirect
118
118
github.com/x448/float16 v0.8.4 // indirect
119
119
github.com/xlab/treeprint v1.2.0 // indirect
120
120
go.opencensus.io v0.24.0 // indirect
121
121
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
122
- golang.org/x/net v0.35 .0 // indirect
122
+ golang.org/x/net v0.39 .0 // indirect
123
123
golang.org/x/oauth2 v0.26.0 // indirect
124
- golang.org/x/sync v0.11 .0 // indirect
125
- golang.org/x/sys v0.30 .0 // indirect
126
- golang.org/x/text v0.22 .0 // indirect
124
+ golang.org/x/sync v0.13 .0 // indirect
125
+ golang.org/x/sys v0.32 .0 // indirect
126
+ golang.org/x/text v0.24 .0 // indirect
127
127
golang.org/x/time v0.10.0 // indirect
128
- gomodules.xyz/jsonpatch/v2 v2.4 .0 // indirect
128
+ gomodules.xyz/jsonpatch/v2 v2.5 .0 // indirect
129
129
google.golang.org/api v0.198.0 // indirect
130
130
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect
131
131
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
132
- google.golang.org/grpc v1.70.0 // indirect
133
- google.golang.org/protobuf v1.36.5 // indirect
132
+ google.golang.org/grpc v1.71.1 // indirect
133
+ google.golang.org/protobuf v1.36.6 // indirect
134
134
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
135
135
gopkg.in/inf.v0 v0.9.1 // indirect
136
136
gopkg.in/ini.v1 v1.67.0 // indirect
@@ -139,6 +139,7 @@ require (
139
139
k8s.io/apiserver v0.32.1 // indirect
140
140
k8s.io/klog/v2 v2.130.1 // indirect
141
141
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
142
+ sigs.k8s.io/gateway-api v1.1.0 // indirect
142
143
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
143
144
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
144
145
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
0 commit comments