We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a333fdc + 043d3be commit 1c7a689Copy full SHA for 1c7a689
tekton-catalog/pipeline-loops/go.mod
@@ -4,9 +4,11 @@ go 1.13
4
5
require (
6
github.com/cenkalti/backoff/v4 v4.2.1
7
+ github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
8
github.com/elazarl/goproxy v0.0.0-20240618083138-03be62527ccb // indirect
9
github.com/google/go-cmp v0.6.0
10
github.com/hashicorp/go-multierror v1.1.1
11
+ github.com/jackc/pgproto3 v1.1.0 // indirect
12
github.com/kubeflow/kfp-tekton/tekton-catalog/cache v0.0.0
13
github.com/kubeflow/kfp-tekton/tekton-catalog/objectstore v0.0.0
14
github.com/tektoncd/pipeline v0.41.0
0 commit comments