Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
Signed-off-by: Humair Khan <[email protected]>
  • Loading branch information
HumairAK committed Jan 25, 2024
1 parent 763dd96 commit 29e07c5
Show file tree
Hide file tree
Showing 2 changed files with 998 additions and 117 deletions.
24 changes: 13 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ require (
github.com/aws/aws-sdk-go v1.42.50
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/eapache/go-resiliency v1.2.0
github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a // indirect
github.com/emicklei/go-restful v2.16.0+incompatible // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/fsnotify/fsnotify v1.5.1
Expand All @@ -17,11 +16,11 @@ require (
github.com/go-openapi/swag v0.19.15
github.com/go-openapi/validate v0.20.3
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/glog v1.0.0
github.com/golang/protobuf v1.5.2
github.com/golang/glog v1.1.0
github.com/golang/protobuf v1.5.3
github.com/google/addlicense v0.0.0-20200906110928-a0294312aa76
github.com/google/cel-go v0.9.0
github.com/google/go-cmp v0.5.7
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
Expand All @@ -34,20 +33,20 @@ require (
github.com/kubeflow/pipelines/kubernetes_platform v0.0.0-20230404213301-bd9f74e34de6
github.com/kubeflow/pipelines/third_party/ml-metadata v0.0.0-20230810215105-e1f0c010f800
github.com/lestrrat-go/strftime v1.0.4
github.com/mattn/go-sqlite3 v1.14.16
github.com/mattn/go-sqlite3 v1.14.18
github.com/minio/minio-go/v6 v6.0.57
github.com/peterhellberg/duration v0.0.0-20191119133758-ec6baeebcd10
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/client_model v0.4.0
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.8.1
github.com/sirupsen/logrus v1.9.0
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.8.4
gocloud.dev v0.22.0
golang.org/x/net v0.10.0
google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6
google.golang.org/grpc v1.44.0
golang.org/x/net v0.19.0
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
google.golang.org/grpc v1.54.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v3 v3.0.1
Expand All @@ -61,7 +60,10 @@ require (
)

replace (
k8s.io/kubernetes => k8s.io/kubernetes v1.11.1
github.com/go-git/go-git/v5 => github.com/go-git/go-git/v5 v5.11.0
github.com/go-jose/go-jose/v3 => github.com/go-jose/go-jose/v3 v3.0.1
google.golang.org/grpc => google.golang.org/grpc v1.56.3
k8s.io/kubernetes => k8s.io/kubernetes v1.11.5
sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.2.9
)

Expand Down
Loading

0 comments on commit 29e07c5

Please sign in to comment.