@@ -54,7 +54,7 @@ require (
54
54
gonum.org/v1/gonum v0.15.0
55
55
google.golang.org/api v0.189.0
56
56
google.golang.org/grpc v1.64.1
57
- google.golang.org/protobuf v1.34 .2
57
+ google.golang.org/protobuf v1.35 .2
58
58
gopkg.in/yaml.v3 v3.0.1
59
59
k8s.io/apimachinery v0.27.3
60
60
k8s.io/client-go v1.5.2
@@ -81,8 +81,9 @@ require (
81
81
github.com/ProtonMail/go-crypto v1.0.0 // indirect
82
82
github.com/beorn7/perks v1.0.1 // indirect
83
83
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
84
+ github.com/bufbuild/connect-go v1.10.0 // indirect
84
85
github.com/bytedance/sonic v1.11.3 // indirect
85
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
86
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
86
87
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
87
88
github.com/chenzhuoyu/iasm v0.9.1 // indirect
88
89
github.com/cli/go-gh v1.2.1 // indirect
@@ -100,6 +101,7 @@ require (
100
101
github.com/docker/docker v26.1.2+incompatible // indirect
101
102
github.com/docker/docker-credential-helpers v0.7.0 // indirect
102
103
github.com/dustin/go-humanize v1.0.1 // indirect
104
+ github.com/easyCZ/connect-go-prometheus v0.0.1 // indirect
103
105
github.com/emirpasic/gods v1.18.1 // indirect
104
106
github.com/felixge/httpsnoop v1.0.4 // indirect
105
107
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
@@ -136,7 +138,7 @@ require (
136
138
github.com/josharian/intern v1.0.0 // indirect
137
139
github.com/json-iterator/go v1.1.12 // indirect
138
140
github.com/kevinburke/ssh_config v1.2.0 // indirect
139
- github.com/klauspost/compress v1.17.4 // indirect
141
+ github.com/klauspost/compress v1.17.9 // indirect
140
142
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
141
143
github.com/kr/pretty v0.3.1 // indirect
142
144
github.com/kr/text v0.2.0 // indirect
@@ -147,23 +149,24 @@ require (
147
149
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 // indirect
148
150
github.com/mattn/go-isatty v0.0.20 // indirect
149
151
github.com/mattn/go-runewidth v0.0.15 // indirect
150
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
152
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
151
153
github.com/mitchellh/go-homedir v1.1.0 // indirect
152
154
github.com/mitchellh/mapstructure v1.5.0 // indirect
153
155
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
154
156
github.com/modern-go/reflect2 v1.0.2 // indirect
155
157
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
158
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
156
159
github.com/ncruces/go-strftime v0.1.9 // indirect
157
160
github.com/opencontainers/go-digest v1.0.0 // indirect
158
161
github.com/opencontainers/image-spec v1.1.0 // indirect
159
162
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
160
163
github.com/pjbgf/sha1cd v0.3.0 // indirect
161
164
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
162
165
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
163
- github.com/prometheus/client_golang v1.12.0 // indirect
164
- github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a // indirect
165
- github.com/prometheus/common v0.32 .1 // indirect
166
- github.com/prometheus/procfs v0.7.3 // indirect
166
+ github.com/prometheus/client_golang v1.20.5 // indirect
167
+ github.com/prometheus/client_model v0.6.1 // indirect
168
+ github.com/prometheus/common v0.60 .1 // indirect
169
+ github.com/prometheus/procfs v0.15.1 // indirect
167
170
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
168
171
github.com/replicate/replicate-go v0.21.0 // indirect
169
172
github.com/rivo/uniseg v0.4.7 // indirect
@@ -207,12 +210,12 @@ require (
207
210
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
208
211
go.uber.org/multierr v1.11.0 // indirect
209
212
golang.org/x/arch v0.7.0 // indirect
210
- golang.org/x/crypto v0.25 .0 // indirect
211
- golang.org/x/net v0.27 .0 // indirect
212
- golang.org/x/oauth2 v0.21 .0 // indirect
213
- golang.org/x/sync v0.7 .0 // indirect
214
- golang.org/x/sys v0.22 .0 // indirect
215
- golang.org/x/text v0.16 .0 // indirect
213
+ golang.org/x/crypto v0.27 .0 // indirect
214
+ golang.org/x/net v0.29 .0 // indirect
215
+ golang.org/x/oauth2 v0.23 .0 // indirect
216
+ golang.org/x/sync v0.8 .0 // indirect
217
+ golang.org/x/sys v0.27 .0 // indirect
218
+ golang.org/x/text v0.18 .0 // indirect
216
219
golang.org/x/time v0.5.0 // indirect
217
220
google.golang.org/genproto v0.0.0-20240722135656-d784300faade // indirect
218
221
google.golang.org/genproto/googleapis/api v0.0.0-20240722135656-d784300faade // indirect
0 commit comments