File tree Expand file tree Collapse file tree 6 files changed +26
-18
lines changed
staging/operator-registry Expand file tree Collapse file tree 6 files changed +26
-18
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ require (
193
193
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
194
194
github.com/xlab/treeprint v1.2.0 // indirect
195
195
github.com/zeebo/errs v1.3.0 // indirect
196
- go.etcd.io/bbolt v1.3.8 // indirect
196
+ go.etcd.io/bbolt v1.3.9 // indirect
197
197
go.etcd.io/etcd/api/v3 v3.5.9 // indirect
198
198
go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
199
199
go.etcd.io/etcd/client/v3 v3.5.9 // indirect
Original file line number Diff line number Diff line change @@ -899,8 +899,8 @@ github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5t
899
899
github.com/zeebo/errs v1.3.0 h1:hmiaKqgYZzcVgRL1Vkc1Mn2914BbzB0IBxs+ebeutGs =
900
900
github.com/zeebo/errs v1.3.0 /go.mod h1:sgbWHsvVuTPHcqJJGQ1WhI5KbWlHYz+2+2C/LSEtCw4 =
901
901
go.etcd.io/bbolt v1.3.2 /go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU =
902
- go.etcd.io/bbolt v1.3.8 h1:xs88BrvEv273UsB79e0hcVrlUWmS0a8upikMFhSyAtA =
903
- go.etcd.io/bbolt v1.3.8 /go.mod h1:N9Mkw9X8x5fupy0IKsmuqVtoGDyxsaDlbk4Rd05IAQw =
902
+ go.etcd.io/bbolt v1.3.9 h1:8x7aARPEXiXbHmtUwAIv7eV2fQFHrLLavdiJ3uzJXoI =
903
+ go.etcd.io/bbolt v1.3.9 /go.mod h1:zaO32+Ti0PK1ivdPtgMESzuzL2VPoIG1PCQNvOdo/dE =
904
904
go.etcd.io/etcd/api/v3 v3.5.0 /go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs =
905
905
go.etcd.io/etcd/api/v3 v3.5.9 h1:4wSsluwyTbGGmyjJktOf3wFQoTBIURXHnq9n/G/JQHs =
906
906
go.etcd.io/etcd/api/v3 v3.5.9 /go.mod h1:uyAal843mC8uUVSLWz6eHa/d971iDGnCRpmKd2Z+X8k =
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ require (
31
31
github.com/spf13/cobra v1.8.0
32
32
github.com/spf13/pflag v1.0.5
33
33
github.com/stretchr/testify v1.8.4
34
- go.etcd.io/bbolt v1.3.8
34
+ go.etcd.io/bbolt v1.3.9
35
35
golang.org/x/mod v0.16.0
36
36
golang.org/x/net v0.22.0
37
37
golang.org/x/sync v0.6.0
Original file line number Diff line number Diff line change @@ -408,8 +408,8 @@ github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1
408
408
github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
409
409
github.com/zeebo/errs v1.3.0 h1:hmiaKqgYZzcVgRL1Vkc1Mn2914BbzB0IBxs+ebeutGs =
410
410
github.com/zeebo/errs v1.3.0 /go.mod h1:sgbWHsvVuTPHcqJJGQ1WhI5KbWlHYz+2+2C/LSEtCw4 =
411
- go.etcd.io/bbolt v1.3.8 h1:xs88BrvEv273UsB79e0hcVrlUWmS0a8upikMFhSyAtA =
412
- go.etcd.io/bbolt v1.3.8 /go.mod h1:N9Mkw9X8x5fupy0IKsmuqVtoGDyxsaDlbk4Rd05IAQw =
411
+ go.etcd.io/bbolt v1.3.9 h1:8x7aARPEXiXbHmtUwAIv7eV2fQFHrLLavdiJ3uzJXoI =
412
+ go.etcd.io/bbolt v1.3.9 /go.mod h1:zaO32+Ti0PK1ivdPtgMESzuzL2VPoIG1PCQNvOdo/dE =
413
413
go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0 =
414
414
go.opencensus.io v0.24.0 /go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo =
415
415
go.opentelemetry.io/contrib/exporters/autoexport v0.46.1 h1:ysCfPZB9AjUlMa1UHYup3c9dAOCMQX/6sxSfPBUoxHw =
Original file line number Diff line number Diff line change @@ -989,7 +989,7 @@ github.com/xlab/treeprint
989
989
# github.com/zeebo/errs v1.3.0
990
990
## explicit; go 1.12
991
991
github.com/zeebo/errs
992
- # go.etcd.io/bbolt v1.3.8
992
+ # go.etcd.io/bbolt v1.3.9
993
993
## explicit; go 1.17
994
994
go.etcd.io/bbolt
995
995
# go.etcd.io/etcd/api/v3 v3.5.9
You can’t perform that action at this time.
0 commit comments