Skip to content

Commit 7428ac1

Browse files
committed
go get github.com/openshift/lightspeed-agentic-operator/api@main
1 parent 8aae5d0 commit 7428ac1

6 files changed

Lines changed: 17 additions & 25 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/openshift/api v0.0.0-20260416105050-3c6b218b8a80
1515
github.com/openshift/client-go v0.0.0-20260416131737-a19e91702ab5
1616
github.com/openshift/library-go v0.0.0-20260413093329-d2db42c961e1
17-
github.com/openshift/lightspeed-agentic-operator/api v0.0.0-20260507160300-84a97541c3e0
17+
github.com/openshift/lightspeed-agentic-operator/api v0.0.0-20260521135452-44bd61b9b92a
1818
github.com/operator-framework/api v0.17.1
1919
github.com/operator-framework/operator-lifecycle-manager v0.22.0
2020
github.com/pkg/errors v0.9.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ github.com/openshift/client-go v0.0.0-20260416131737-a19e91702ab5 h1:R5gdIA+R7MO
114114
github.com/openshift/client-go v0.0.0-20260416131737-a19e91702ab5/go.mod h1:u56GmXEMF6bvws8ipkT1ZRNJH52RF5sZ/yRP+6PwkH4=
115115
github.com/openshift/library-go v0.0.0-20260413093329-d2db42c961e1 h1:NdVGxmPGwWoMlhSmTxMMgp2SszLtAH3nJ6AMGBpXclY=
116116
github.com/openshift/library-go v0.0.0-20260413093329-d2db42c961e1/go.mod h1:3bi4pLpYRdVd1aEhsHfRTJkwxwPLfRZ+ZePn3RmJd2k=
117-
github.com/openshift/lightspeed-agentic-operator/api v0.0.0-20260507160300-84a97541c3e0 h1:ORAZYemGOmlB+2ulDHqxuUg69FaoCe8cUdablBX7LNo=
118-
github.com/openshift/lightspeed-agentic-operator/api v0.0.0-20260507160300-84a97541c3e0/go.mod h1:tZlKXEZJ4/qxPPh6mamWrkwK+EQjudHt8AypudHttVs=
117+
github.com/openshift/lightspeed-agentic-operator/api v0.0.0-20260521135452-44bd61b9b92a h1:bUTmfSz1JIB8U8JiHsJ+8xWJH9jvrRBzSUWo0wbB9aU=
118+
github.com/openshift/lightspeed-agentic-operator/api v0.0.0-20260521135452-44bd61b9b92a/go.mod h1:tZlKXEZJ4/qxPPh6mamWrkwK+EQjudHt8AypudHttVs=
119119
github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20241205171354-8006f302fd12 h1:AKx/w1qpS8We43bsRgf8Nll3CGlDHpr/WAXvuedTNZI=
120120
github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20241205171354-8006f302fd12/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
121121
github.com/operator-framework/api v0.17.1 h1:J/6+Xj4IEV8C7hcirqUFwOiZAU3PbnJhWvB0/bB51c4=

vendor/github.com/openshift/lightspeed-agentic-operator/api/v1alpha1/proposal_types.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/lightspeed-agentic-operator/api/v1alpha1/shared_types.go

Lines changed: 8 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/lightspeed-agentic-operator/api/v1alpha1/tools_types.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ github.com/openshift/library-go/pkg/verify/store/parallel
380380
github.com/openshift/library-go/pkg/verify/store/serial
381381
github.com/openshift/library-go/pkg/verify/store/sigstore
382382
github.com/openshift/library-go/pkg/verify/util
383-
# github.com/openshift/lightspeed-agentic-operator/api v0.0.0-20260507160300-84a97541c3e0
383+
# github.com/openshift/lightspeed-agentic-operator/api v0.0.0-20260521135452-44bd61b9b92a
384384
## explicit; go 1.25.7
385385
github.com/openshift/lightspeed-agentic-operator/api/v1alpha1
386386
# github.com/operator-framework/api v0.17.1

0 commit comments

Comments
 (0)