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

Bump golang.org/x/net from 0.0.0-20201110031124-69a78807bb2b to 0.7.0 #75

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
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,23 @@ require (
github.com/go-chi/cors v1.1.1
github.com/go-chi/render v1.0.1
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/lmittmann/ppm v1.0.0
github.com/mattn/go-pointer v0.0.1
github.com/snowzach/certtools v1.0.2
github.com/snowzach/mjpeg v0.0.1
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/tensorflow/tensorflow v2.0.3+incompatible
go.uber.org/zap v1.16.0
gocv.io/x/gocv v0.25.1-0.20201108120252-7f525fdbcb78
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4
google.golang.org/grpc v1.33.2
golang.org/x/net v0.7.0
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
google.golang.org/grpc v1.52.0
google.golang.org/grpc/examples v0.0.0-20230224211313-3775f633ce20 // indirect
)

//replace github.com/tensorflow/tensorflow v2.3.1+incompatible => github.com/tensorflow/tensorflow v2.0.3+incompatible
Loading