Skip to content
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 client/go/kserve-api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
)

require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
golang.org/x/net v0.36.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion demos/image_classification/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ go 1.23
toolchain go1.21.9

require (
github.com/golang/protobuf v1.5.3
github.com/golang/protobuf v1.5.4
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
gocv.io/x/gocv v0.35.0
google.golang.org/grpc v1.62.0
Expand Down