Skip to content

Commit 8209faf

Browse files
committed
Pull RCO@isolate-np and OLO@isolate-np
1 parent 72d3d87 commit 8209faf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/WASdev/websphere-liberty-operator
33
go 1.24
44

55
require (
6-
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250626162458-04f829ff569b
7-
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250624180127-8ac4006cbab3
6+
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250702201033-de510721b265
7+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250702140255-55f17220c16f
88
github.com/cert-manager/cert-manager v1.15.5
99
github.com/go-logr/logr v1.4.2
1010
github.com/openshift/api v0.0.0-20230928134114-673ed0cfc7f1

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ contrib.go.opencensus.io/exporter/prometheus v0.4.2 h1:sqfsYl5GIY/L570iT+l93ehxa
44
contrib.go.opencensus.io/exporter/prometheus v0.4.2/go.mod h1:dvEHbiKmgvbr5pjaF9fpw1KeYcjrnC1J8B+JKjsZyRQ=
55
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250626162458-04f829ff569b h1:kCG4mlFxniS/ER5KdFs5UzIOW7YtXPYfIPHvOqsjwhc=
66
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250626162458-04f829ff569b/go.mod h1:zw8uHEkx2mccGxDppDiAB/KLIkdc+VrlQvof7BVNO/0=
7+
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250702201033-de510721b265 h1:EoELV7CJrAFFvxtrKjPEejLABNsKWE/3BNGV76D0rI8=
8+
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20250702201033-de510721b265/go.mod h1:Ch4gn9uAB1C9nYE2VdqiAOMzt/l4vSjZn+qUeUTSdLU=
79
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250624180127-8ac4006cbab3 h1:rcx6XOy5geMntHne4mi/S+KQUEsN8liuEg7N80108+w=
810
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250624180127-8ac4006cbab3/go.mod h1:IWb2bp8hVEbKNUDRkfa5Pty3bSdOalGRDds/VMckYCA=
11+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250702140255-55f17220c16f h1:RJnnP4RVCgCDL5TXwmnwZNVzEGmzx5LMoInh0cT+4YM=
12+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250702140255-55f17220c16f/go.mod h1:IWb2bp8hVEbKNUDRkfa5Pty3bSdOalGRDds/VMckYCA=
913
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
1014
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
1115
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=

0 commit comments

Comments
 (0)