修改为端口复用
Showing
... | @@ -60,6 +60,7 @@ require ( | ... | @@ -60,6 +60,7 @@ require ( |
github.com/pelletier/go-toml/v2 v2.2.2 // indirect | github.com/pelletier/go-toml/v2 v2.2.2 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | github.com/pkg/errors v0.9.1 // indirect | ||
github.com/smartystreets/goconvey v1.8.0 // indirect | github.com/smartystreets/goconvey v1.8.0 // indirect | ||
github.com/soheilhy/cmux v0.1.5 // indirect | |||
github.com/spf13/afero v1.9.5 // indirect | github.com/spf13/afero v1.9.5 // indirect | ||
github.com/spf13/cast v1.5.1 // indirect | github.com/spf13/cast v1.5.1 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
... | ... |
Please register or sign in to comment