Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20260319

require (
dario.cat/mergo v1.0.2
github.com/SAP/xp-clifford v0.0.0-20260320095944-ad159065df3c
github.com/SAP/xp-clifford v0.0.0-20260420062843-efc3bf3491d1
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/cloudfoundry/go-cfclient/v3 v3.0.0-alpha.18
github.com/crossplane-contrib/xp-testing v1.9.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lpr
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/SAP/xp-clifford v0.0.0-20260320095944-ad159065df3c h1:+pKJ4Bt2mIxp8WRjX87VUAn4PInRD0xqsAkytYubugY=
github.com/SAP/xp-clifford v0.0.0-20260320095944-ad159065df3c/go.mod h1:HP/zE+opVZtQIOm5sTG7cy916KDqlW9lW5wzaJFBE3w=
github.com/SAP/xp-clifford v0.0.0-20260420062843-efc3bf3491d1 h1:61d2fcMAXtg7D25S8OA+PedTx2Gcv1Gr7r0nIkVH0V4=
github.com/SAP/xp-clifford v0.0.0-20260420062843-efc3bf3491d1/go.mod h1:HP/zE+opVZtQIOm5sTG7cy916KDqlW9lW5wzaJFBE3w=
github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo=
github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI=
github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g=
Expand Down
Loading