Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the go_modules group across 4 directories with 5 updates #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.16

require (
google.golang.org/genproto v0.0.0-20211026145609-4688e4c4e024
google.golang.org/protobuf v1.27.1
google.golang.org/protobuf v1.33.0
)
3 changes: 2 additions & 1 deletion api/go.sum

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

29 changes: 14 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/kubeflow/pipelines
require (
github.com/Masterminds/squirrel v0.0.0-20190107164353-fa735ea14f09
github.com/VividCortex/mysqlerr v0.0.0-20170204212430-6c6b55f8796f
github.com/argoproj/argo-workflows/v3 v3.1.14
github.com/argoproj/argo-workflows/v3 v3.2.11
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
Expand All @@ -16,11 +16,11 @@ require (
github.com/go-openapi/strfmt v0.19.11
github.com/go-openapi/swag v0.19.13
github.com/go-openapi/validate v0.20.1
github.com/go-sql-driver/mysql v1.5.0
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.5.0
github.com/golang/protobuf v1.5.2
github.com/google/addlicense v0.0.0-20200906110928-a0294312aa76
github.com/google/go-cmp v0.5.5
github.com/google/go-cmp v0.5.6
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
Expand All @@ -34,21 +34,20 @@ require (
github.com/minio/minio-go v6.0.14+incompatible
github.com/peterhellberg/duration v0.0.0-20191119133758-ec6baeebcd10
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/client_golang v1.11.1
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.7.0
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210326060303-6b1517762897
google.golang.org/genproto v0.0.0-20201203001206-6486ece9c497
google.golang.org/grpc v1.36.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
google.golang.org/grpc v1.38.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
google.golang.org/protobuf v1.27.1
honnef.co/go/tools v0.2.0 // indirect
k8s.io/api v0.20.4
k8s.io/apimachinery v0.21.2
k8s.io/client-go v0.20.4
k8s.io/code-generator v0.19.6
google.golang.org/protobuf v1.33.0
k8s.io/api v0.21.5
k8s.io/apimachinery v0.21.5
k8s.io/client-go v0.21.5
k8s.io/code-generator v0.21.5
k8s.io/kubernetes v0.17.9
sigs.k8s.io/controller-runtime v0.7.0
)
Expand Down
290 changes: 224 additions & 66 deletions go.sum

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions test/tools/project-cleaner/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/kubeflow/pipelines/test/tools/project-cleaner
go 1.16

require (
cloud.google.com/go v0.89.0 // indirect
cloud.google.com/go v0.89.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
google.golang.org/api v0.52.0 // indirect
google.golang.org/genproto v0.0.0-20210729151513-df9385d47c1b // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
golang.org/x/net v0.23.0 // indirect
google.golang.org/api v0.52.0
google.golang.org/genproto v0.0.0-20210729151513-df9385d47c1b
gopkg.in/yaml.v2 v2.4.0
)
43 changes: 39 additions & 4 deletions test/tools/project-cleaner/go.sum

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

24 changes: 12 additions & 12 deletions v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ module github.com/kubeflow/pipelines/v2
go 1.15

require (
github.com/argoproj/argo-workflows/v3 v3.1.1
github.com/argoproj/argo-workflows/v3 v3.2.11
github.com/aws/aws-sdk-go v1.36.1
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.5
github.com/google/uuid v1.1.2
github.com/golang/glog v1.1.0
github.com/golang/protobuf v1.5.3
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/kubeflow/pipelines/api v0.0.0-20211020193552-20f28631517d
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.3
gocloud.dev v0.22.0
google.golang.org/genproto v0.0.0-20211026145609-4688e4c4e024
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.27.1
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.20.4
k8s.io/apimachinery v0.21.2
k8s.io/client-go v0.20.4
k8s.io/api v0.21.5
k8s.io/apimachinery v0.21.5
k8s.io/client-go v0.21.5
)

replace github.com/kubeflow/pipelines/api => ../api
Loading