File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
staging/operator-lifecycle-manager Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ require (
194
194
golang.org/x/sys v0.27.0 // indirect
195
195
golang.org/x/term v0.26.0 // indirect
196
196
golang.org/x/text v0.20.0 // indirect
197
- golang.org/x/time v0.7 .0 // indirect
197
+ golang.org/x/time v0.8 .0 // indirect
198
198
golang.org/x/tools v0.26.0 // indirect
199
199
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
200
200
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
Original file line number Diff line number Diff line change @@ -2594,8 +2594,8 @@ golang.org/x/time v0.0.0-20220922220347-f3bd1da661af/go.mod h1:tRJNPiyCQ0inRvYxb
2594
2594
golang.org/x/time v0.1.0 /go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ =
2595
2595
golang.org/x/time v0.3.0 /go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ =
2596
2596
golang.org/x/time v0.5.0 /go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM =
2597
- golang.org/x/time v0.7 .0 h1:ntUhktv3OPE6TgYxXWv9vKvUSJyIFJlyohwbkEwPrKQ =
2598
- golang.org/x/time v0.7 .0 /go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM =
2597
+ golang.org/x/time v0.8 .0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg =
2598
+ golang.org/x/time v0.8 .0 /go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM =
2599
2599
golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
2600
2600
golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
2601
2601
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ require (
37
37
github.com/stretchr/testify v1.9.0
38
38
golang.org/x/net v0.31.0
39
39
golang.org/x/sync v0.9.0
40
- golang.org/x/time v0.7 .0
40
+ golang.org/x/time v0.8 .0
41
41
google.golang.org/grpc v1.67.1
42
42
gopkg.in/yaml.v2 v2.4.0
43
43
k8s.io/api v0.31.2
Original file line number Diff line number Diff line change @@ -2379,8 +2379,8 @@ golang.org/x/time v0.0.0-20220922220347-f3bd1da661af/go.mod h1:tRJNPiyCQ0inRvYxb
2379
2379
golang.org/x/time v0.1.0 /go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ =
2380
2380
golang.org/x/time v0.3.0 /go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ =
2381
2381
golang.org/x/time v0.5.0 /go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM =
2382
- golang.org/x/time v0.7 .0 h1:ntUhktv3OPE6TgYxXWv9vKvUSJyIFJlyohwbkEwPrKQ =
2383
- golang.org/x/time v0.7 .0 /go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM =
2382
+ golang.org/x/time v0.8 .0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg =
2383
+ golang.org/x/time v0.8 .0 /go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM =
2384
2384
golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
2385
2385
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
2386
2386
golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ github.com/operator-framework/api/pkg/validation/errors
631
631
github.com/operator-framework/api/pkg/validation/interfaces
632
632
github.com/operator-framework/api/pkg/validation/internal
633
633
# github.com/operator-framework/operator-lifecycle-manager v0.0.0-00010101000000-000000000000 => ./staging/operator-lifecycle-manager
634
- ## explicit; go 1.22.5
634
+ ## explicit; go 1.22.6
635
635
github.com/operator-framework/operator-lifecycle-manager/cmd/catalog
636
636
github.com/operator-framework/operator-lifecycle-manager/cmd/copy-content
637
637
github.com/operator-framework/operator-lifecycle-manager/cmd/olm
@@ -1052,7 +1052,7 @@ golang.org/x/text/transform
1052
1052
golang.org/x/text/unicode/bidi
1053
1053
golang.org/x/text/unicode/norm
1054
1054
golang.org/x/text/width
1055
- # golang.org/x/time v0.7 .0
1055
+ # golang.org/x/time v0.8 .0
1056
1056
## explicit; go 1.18
1057
1057
golang.org/x/time/rate
1058
1058
# golang.org/x/tools v0.26.0
You can’t perform that action at this time.
0 commit comments