Skip to content

Commit

Permalink
UPSTREAM: <carry>: 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 29, 2024
1 parent 03a43a5 commit 0dfefbf
Show file tree
Hide file tree
Showing 5 changed files with 2,667 additions and 82 deletions.
10 changes: 8 additions & 2 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ module github.com/kubeflow/pipelines/api
go 1.16

require (
google.golang.org/genproto v0.0.0-20211026145609-4688e4c4e024
google.golang.org/protobuf v1.27.1
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
google.golang.org/protobuf v1.30.0
)

replace (
github.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.14.18
golang.org/x/net => golang.org/x/net v0.17.0
google.golang.org/grpc => google.golang.org/grpc v1.56.3
)
Loading

0 comments on commit 0dfefbf

Please sign in to comment.