bugfix: fix exec exit with 126 (#446)
Signed-off-by:Yue Zhang <huaihuan.zy@alibaba-inc.com> Signed-off-by:
Yue Zhang <huaihuan.zy@alibaba-inc.com>
Showing
+2094 -4
... | ... | @@ -16,6 +16,7 @@ require ( |
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.8.0 | ||
go.uber.org/atomic v1.9.0 | ||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f | ||
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac | ||
google.golang.org/grpc v1.38.0 | ||
google.golang.org/protobuf v1.28.1 | ||
... | ... | @@ -118,7 +119,6 @@ require ( |
go.uber.org/zap v1.19.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect | ||
golang.org/x/mod v0.4.2 // indirect | ||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect | ||
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect | ||
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect | ||
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect | ||
... | ... |
pkg/util/httputil/reverseproxy.go
0 → 100644
pkg/util/httputil/reverseproxy_test.go
0 → 100644
This diff is collapsed.
Please register or sign in to comment