1
1
module stash.appscode.dev/ui-server
2
2
3
- go 1.21.7
3
+ go 1.22.0
4
+
5
+ toolchain go1.22.2
4
6
5
7
require (
6
8
github.com/lnquy/cron v1.1.1
7
9
github.com/robfig/cron/v3 v3.0.1
8
- github.com/spf13/cobra v1.7 .0
10
+ github.com/spf13/cobra v1.8 .0
9
11
github.com/spf13/pflag v1.0.5
10
- go.bytebuilders.dev/license-verifier v0.13.4
12
+ go.bytebuilders.dev/license-verifier v0.14.0
11
13
gomodules.xyz/logs v0.0.7
12
14
gomodules.xyz/pointer v0.1.0
13
- gomodules.xyz/x v0.0.15
14
- k8s.io/api v0.29.0
15
- k8s.io/apimachinery v0.29.0
16
- k8s.io/apiserver v0.29.0
17
- k8s.io/client-go v0.29.0
18
- k8s.io/klog/v2 v2.110 .1
15
+ gomodules.xyz/x v0.0.17
16
+ k8s.io/api v0.29.2
17
+ k8s.io/apimachinery v0.29.2
18
+ k8s.io/apiserver v0.29.2
19
+ k8s.io/client-go v0.29.2
20
+ k8s.io/klog/v2 v2.120 .1
19
21
kmodules.xyz/authorizer v0.29.0
20
- kmodules.xyz/client-go v0.29.7
22
+ kmodules.xyz/client-go v0.29.13
21
23
kmodules.xyz/custom-resources v0.29.1
22
- kmodules.xyz/resource-metrics v0.29.0
23
- sigs.k8s.io/controller-runtime v0.17.0
24
+ kmodules.xyz/resource-metrics v0.29.1
25
+ sigs.k8s.io/controller-runtime v0.17.2
24
26
stash.appscode.dev/apimachinery v0.33.0
25
27
)
26
28
29
+ require (
30
+ github.com/klauspost/cpuid/v2 v2.0.9 // indirect
31
+ github.com/zeebo/xxh3 v1.0.2 // indirect
32
+ )
33
+
27
34
require (
28
35
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
29
36
github.com/Masterminds/semver/v3 v3.2.1 // indirect
30
37
github.com/NYTimes/gziphandler v1.1.1 // indirect
31
- github.com/PuerkitoBio/purell v1.2.0 // indirect
38
+ github.com/PuerkitoBio/purell v1.2.1 // indirect
32
39
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
33
- github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
40
+ github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
34
41
github.com/beorn7/perks v1.0.1 // indirect
35
42
github.com/blang/semver/v4 v4.0.0 // indirect
36
43
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
@@ -53,26 +60,25 @@ require (
53
60
github.com/go-sql-driver/mysql v1.7.1 // indirect
54
61
github.com/gogo/protobuf v1.3.2 // indirect
55
62
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
56
- github.com/golang/protobuf v1.5.3 // indirect
57
- github.com/google/btree v1.0.1 // indirect
63
+ github.com/golang/protobuf v1.5.4 // indirect
64
+ github.com/google/btree v1.1.2 // indirect
58
65
github.com/google/cel-go v0.17.7 // indirect
59
66
github.com/google/gnostic-models v0.6.8 // indirect
60
67
github.com/google/go-cmp v0.6.0 // indirect
61
- github.com/google/go-containerregistry v0.17 .0 // indirect
68
+ github.com/google/go-containerregistry v0.19 .0 // indirect
62
69
github.com/google/gofuzz v1.2.0 // indirect
63
70
github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26 // indirect
64
71
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
65
- github.com/google/uuid v1.4 .0 // indirect
72
+ github.com/google/uuid v1.6 .0 // indirect
66
73
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
67
74
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
68
75
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
69
- github.com/imdario/mergo v0.3.13 // indirect
76
+ github.com/imdario/mergo v0.3.16 // indirect
70
77
github.com/inconshreveable/mousetrap v1.1.0 // indirect
71
78
github.com/josharian/intern v1.0.0 // indirect
72
79
github.com/json-iterator/go v1.1.12 // indirect
73
80
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
74
81
github.com/mailru/easyjson v0.7.7 // indirect
75
- github.com/mattn/go-isatty v0.0.18 // indirect
76
82
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
77
83
github.com/mitchellh/mapstructure v1.5.0 // indirect
78
84
github.com/moby/term v0.5.0 // indirect
@@ -107,13 +113,13 @@ require (
107
113
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
108
114
go.uber.org/multierr v1.11.0 // indirect
109
115
go.uber.org/zap v1.26.0 // indirect
110
- golang.org/x/crypto v0.17 .0 // indirect
116
+ golang.org/x/crypto v0.19 .0 // indirect
111
117
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
112
- golang.org/x/net v0.19 .0 // indirect
118
+ golang.org/x/net v0.21 .0 // indirect
113
119
golang.org/x/oauth2 v0.15.0 // indirect
114
120
golang.org/x/sync v0.5.0 // indirect
115
- golang.org/x/sys v0.16 .0 // indirect
116
- golang.org/x/term v0.15 .0 // indirect
121
+ golang.org/x/sys v0.17 .0 // indirect
122
+ golang.org/x/term v0.17 .0 // indirect
117
123
golang.org/x/text v0.14.0 // indirect
118
124
golang.org/x/time v0.5.0 // indirect
119
125
gomodules.xyz/clock v0.0.0-20200817085942-06523dba733f // indirect
@@ -128,18 +134,18 @@ require (
128
134
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
129
135
google.golang.org/genproto/googleapis/rpc v0.0.0-20230911183012-2d3300fd4832 // indirect
130
136
google.golang.org/grpc v1.59.0 // indirect
131
- google.golang.org/protobuf v1.31 .0 // indirect
137
+ google.golang.org/protobuf v1.33 .0 // indirect
132
138
gopkg.in/inf.v0 v0.9.1 // indirect
133
139
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
134
140
gopkg.in/yaml.v2 v2.4.0 // indirect
135
141
gopkg.in/yaml.v3 v3.0.1 // indirect
136
- k8s.io/apiextensions-apiserver v0.29.0 // indirect
137
- k8s.io/cli-runtime v0.29.0 // indirect
138
- k8s.io/component-base v0.29.0 // indirect
142
+ k8s.io/apiextensions-apiserver v0.29.2 // indirect
143
+ k8s.io/cli-runtime v0.29.2 // indirect
144
+ k8s.io/component-base v0.29.2 // indirect
139
145
k8s.io/component-helpers v0.29.0 // indirect
140
- k8s.io/kms v0.29.0 // indirect
141
- k8s.io/kube-openapi v0.0.0-20231129212854-f0671cc7e66a // indirect
142
- k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect
146
+ k8s.io/kms v0.29.2 // indirect
147
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
148
+ k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
143
149
kmodules.xyz/objectstore-api v0.29.1 // indirect
144
150
kmodules.xyz/offshoot-api v0.29.0 // indirect
145
151
kmodules.xyz/prober v0.29.0 // indirect
0 commit comments