Merge pull request #14946 from shuaiyy/tcpclient_with_scok5proxy

podman-remote connect tcpURL with a 'CONTAINER_PROXY'
This commit is contained in:
OpenShift Merge Robot
2022-11-18 11:50:08 +00:00
committed by GitHub
11 changed files with 959 additions and 8 deletions

2
go.mod
View File

@ -60,6 +60,7 @@ require (
github.com/vbauerster/mpb/v7 v7.5.3
github.com/vishvananda/netlink v1.1.1-0.20220115184804-dd687eb2f2d4
go.etcd.io/bbolt v1.3.6
golang.org/x/net v0.2.0
golang.org/x/sync v0.1.0
golang.org/x/sys v0.2.0
golang.org/x/term v0.2.0
@ -134,7 +135,6 @@ require (
go.opencensus.io v0.23.0 // indirect
golang.org/x/crypto v0.2.0 // indirect
golang.org/x/mod v0.6.0 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/tools v0.2.0 // indirect
google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a // indirect
google.golang.org/grpc v1.50.1 // indirect