Skip to content

Commit 25e306c

Browse files
tiwilliaclaude
andcommitted
Fix core library dependency issue by removing invalid replace directive
Remove the replace directive for rh-trex-core that pointed to non-existent ../rh-trex-core directory, causing build failures. The library is now properly resolved from the remote repository at the updated version. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 7de56c8 commit 25e306c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/openshift-online/rh-trex
22

33
go 1.21
44

5-
replace github.com/openshift-online/rh-trex-core => ../rh-trex-core
6-
75
require (
86
github.com/Masterminds/squirrel v1.1.0
97
github.com/auth0/go-jwt-middleware v0.0.0-20190805220309-36081240882b
@@ -22,7 +20,7 @@ require (
2220
github.com/mendsley/gojwk v0.0.0-20141217222730-4d5ec6e58103
2321
github.com/onsi/gomega v1.27.1
2422
github.com/openshift-online/ocm-sdk-go v0.1.334
25-
github.com/openshift-online/rh-trex-core v0.0.0-20250711220747-a9ce95f9f591
23+
github.com/openshift-online/rh-trex-core v0.0.0-20250718035513-4ae8a0d1b75a
2624
github.com/prometheus/client_golang v1.16.0
2725
github.com/segmentio/ksuid v1.0.4
2826
github.com/spf13/cobra v0.0.5

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,8 @@ github.com/onsi/gomega v1.27.1 h1:rfztXRbg6nv/5f+Raen9RcGoSecHIFgBBLQK3Wdj754=
401401
github.com/onsi/gomega v1.27.1/go.mod h1:aHX5xOykVYzWOV4WqQy0sy8BQptgukenXpCXfadcIAw=
402402
github.com/openshift-online/ocm-sdk-go v0.1.334 h1:45WSkXEsmpGekMa9kO6NpEG8PW5/gfmMekr7kL+1KvQ=
403403
github.com/openshift-online/ocm-sdk-go v0.1.334/go.mod h1:KYOw8kAKAHyPrJcQoVR82CneQ4ofC02Na4cXXaTq4Nw=
404+
github.com/openshift-online/rh-trex-core v0.0.0-20250718035513-4ae8a0d1b75a h1:8TO4jL73aj2NPW2Dl/rYvFJyCbcmmhv7KLPCE2RBGfA=
405+
github.com/openshift-online/rh-trex-core v0.0.0-20250718035513-4ae8a0d1b75a/go.mod h1:/F9FSh0KLVr9EWwYu8K++tsxR+0tWLBoXn+97yTfRKU=
404406
github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw=
405407
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
406408
github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=

0 commit comments

Comments
 (0)