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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
github.com/tektoncd/chains v0.26.3
github.com/tektoncd/hub v1.23.6
github.com/tektoncd/hub v1.24.0
github.com/tektoncd/pipeline v1.12.0
github.com/tektoncd/plumbing v0.0.0-20250430145243-3b7cd59879c1
github.com/tektoncd/triggers v0.35.1-0.20260401091813-1aad8a1898ec
Expand All @@ -54,7 +54,7 @@ require (

replace github.com/alibabacloud-go/cr-20160607 => github.com/vdemeester/cr-20160607 v1.0.1

replace github.com/tektoncd/hub => github.com/openshift-pipelines/hub v1.23.7
replace github.com/tektoncd/hub => github.com/openshift-pipelines/hub v1.24.0

require (
cel.dev/expr v0.25.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
github.com/openshift-pipelines/hub v1.23.7 h1:HvWfTlDCIqdjl8jNfMExN38aicjfsIqoLZ2TJYG4TmU=
github.com/openshift-pipelines/hub v1.23.7/go.mod h1:avuMaqxKD3ihAOT6ttocG6DvHC3HxSWSalBm7p1dXKc=
github.com/openshift-pipelines/hub v1.24.0 h1:MHqB+SIrxh3CVA04qkkYFLUywxMDWrA0NELqcDdFj5I=
github.com/openshift-pipelines/hub v1.24.0/go.mod h1:yjfR+KhIpZBaQBxlauVA4dHE/YNcfG3PhgT5oqwQC4A=
github.com/pborman/getopt v0.0.0-20170112200414-7148bc3a4c30/go.mod h1:85jBQOZwpVEaDAr341tbn15RS4fCAsIst0qp7i8ex1o=
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions vendor/github.com/tektoncd/hub/api/pkg/cli/cmd/get/get.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions vendor/github.com/tektoncd/hub/api/pkg/cli/cmd/info/info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 31 additions & 4 deletions vendor/github.com/tektoncd/hub/api/pkg/cli/cmd/root.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1305,8 +1305,8 @@ github.com/tektoncd/chains/pkg/chains/storage/pubsub
github.com/tektoncd/chains/pkg/chains/storage/tekton
github.com/tektoncd/chains/pkg/config
github.com/tektoncd/chains/pkg/patch
# github.com/tektoncd/hub v1.23.6 => github.com/openshift-pipelines/hub v1.23.7
## explicit; go 1.24.0
# github.com/tektoncd/hub v1.24.0 => github.com/openshift-pipelines/hub v1.24.0
## explicit; go 1.25.8
github.com/tektoncd/hub/api/pkg/cli/app
github.com/tektoncd/hub/api/pkg/cli/cmd
github.com/tektoncd/hub/api/pkg/cli/cmd/check_upgrade
Expand Down Expand Up @@ -2910,4 +2910,4 @@ sigs.k8s.io/structured-merge-diff/v6/value
## explicit; go 1.22
sigs.k8s.io/yaml
# github.com/alibabacloud-go/cr-20160607 => github.com/vdemeester/cr-20160607 v1.0.1
# github.com/tektoncd/hub => github.com/openshift-pipelines/hub v1.23.7
# github.com/tektoncd/hub => github.com/openshift-pipelines/hub v1.24.0
Loading