Skip to content

Commit 564dcc8

Browse files
Update go.mod to fix dependency and rebase on latest main
1 parent a13b460 commit 564dcc8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
github.com/mark3labs/mcp-go v0.30.0
4343
github.com/opencontainers/image-spec v1.1.1
4444
github.com/openshift-pipelines/pipelines-as-code v0.31.0
45-
github.com/openshift/source-to-image v1.6.0
45+
github.com/openshift/source-to-image v1.5.1
4646
github.com/ory/viper v1.7.5
4747
github.com/paketo-buildpacks/libpak v1.70.0
4848
github.com/pelletier/go-toml v1.9.5
@@ -312,5 +312,3 @@ require (
312312
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
313313
sigs.k8s.io/yaml v1.6.0 // indirect
314314
)
315-
316-
replace github.com/openshift/source-to-image => github.com/openshift/source-to-image v1.5.1

0 commit comments

Comments
 (0)