Skip to content

Commit

Permalink
chore(deps): sync kfp deps with the latest commit (#1485)
Browse files Browse the repository at this point in the history
Signed-off-by: tomcli <tommy.chaoping.li@ibm.com>
  • Loading branch information
Tomcli authored Apr 16, 2024
1 parent bb47bcd commit 3e7950f
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 3,172 deletions.
2 changes: 1 addition & 1 deletion tekton-catalog/pipeline-loops/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.1
1.9.2
34 changes: 17 additions & 17 deletions tekton-catalog/pipeline-loops/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/kubeflow/kfp-tekton/tekton-catalog/cache v0.0.0
github.com/kubeflow/kfp-tekton/tekton-catalog/objectstore v0.0.0
github.com/kubeflow/kfp-tekton/tekton-catalog/tekton-kfptask v0.0.0-00010101000000-000000000000
github.com/kubeflow/pipelines/third_party/ml-metadata v0.0.0-20231027040853-58ce09e07d03
github.com/kubeflow/kfp-tekton/tekton-catalog/tekton-kfptask v0.0.0-20231127195001-a75d4b3711ff
github.com/kubeflow/pipelines/third_party/ml-metadata v0.0.0-20240416215826-da804407ad31
github.com/tektoncd/pipeline v0.53.2
go.uber.org/zap v1.26.0
gomodules.xyz/jsonpatch/v2 v2.4.0
k8s.io/api v0.27.1
k8s.io/api v0.27.2
k8s.io/apimachinery v0.27.3
k8s.io/client-go v0.27.2
k8s.io/utils v0.0.0-20230505201702-9f6742963106
Expand All @@ -30,7 +30,7 @@ require (
contrib.go.opencensus.io/exporter/prometheus v0.4.0 // indirect
github.com/IBM/ibm-cos-sdk-go v1.8.0 // indirect
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
github.com/aws/aws-sdk-go v1.42.50 // indirect
github.com/aws/aws-sdk-go v1.45.25 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/blendle/zapdriver v1.3.1 // indirect
Expand All @@ -41,16 +41,16 @@ require (
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/go-kit/log v0.2.0 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/gobuffalo/flect v0.2.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.1.0 // indirect
github.com/golang/glog v1.2.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/cel-go v0.12.6 // indirect
Expand All @@ -74,21 +74,21 @@ require (
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // indirect
github.com/kubeflow/pipelines v0.0.0-20231027040853-58ce09e07d03 // indirect
github.com/kubeflow/pipelines/api v0.0.0-20231027040853-58ce09e07d03 // indirect
github.com/kubeflow/pipelines/kubernetes_platform v0.0.0-20231027040853-58ce09e07d03 // indirect
github.com/kubeflow/pipelines v0.0.0-20240416215826-da804407ad31 // indirect
github.com/kubeflow/pipelines/api v0.0.0-20240416215826-da804407ad31 // indirect
github.com/kubeflow/pipelines/kubernetes_platform v0.0.0-20240416215826-da804407ad31 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-sqlite3 v1.14.16 // indirect
github.com/mattn/go-sqlite3 v1.14.19 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_golang v1.16.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/prometheus/statsd_exporter v0.21.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stoewer/go-strcase v1.2.0 // indirect
Expand All @@ -100,7 +100,7 @@ require (
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/exp v0.0.0-20230307190834-24139beb5833 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sys v0.15.0 // indirect
Expand All @@ -122,8 +122,8 @@ require (
gorm.io/driver/mysql v1.4.3 // indirect
gorm.io/driver/sqlite v1.4.2 // indirect
gorm.io/gorm v1.24.0 // indirect
k8s.io/apiextensions-apiserver v0.26.5 // indirect
k8s.io/code-generator v0.26.5 // indirect
k8s.io/apiextensions-apiserver v0.27.2 // indirect
k8s.io/code-generator v0.27.2 // indirect
k8s.io/gengo v0.0.0-20221011193443-fad74ee6edd9 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20230515203736-54b630e78af5 // indirect
Expand Down
34 changes: 0 additions & 34 deletions tekton-catalog/tekton-driver/Dockerfile.tektondriver

This file was deleted.

1 change: 0 additions & 1 deletion tekton-catalog/tekton-driver/VERSION

This file was deleted.

26 changes: 0 additions & 26 deletions tekton-catalog/tekton-driver/cmd/controller/main.go

This file was deleted.

Loading

0 comments on commit 3e7950f

Please sign in to comment.