drop go-socks5 from build/tools.go

I don't think this was ever needed in the root module
This commit is contained in:
Benjamin Elder
2025-10-15 21:21:58 -07:00
parent 02e576064f
commit 7825b2fc76
2 changed files with 1 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// This package imports things required by build scripts and test packages of submodules, to force `go mod` to see them as dependencies
// This package imports things required by build scripts, to force `go mod` to see them as dependencies
package tools
import (
@@ -28,7 +28,4 @@ import (
_ "k8s.io/code-generator/cmd/go-to-protobuf"
_ "k8s.io/code-generator/cmd/go-to-protobuf/protoc-gen-gogo"
_ "k8s.io/kube-openapi/cmd/openapi-gen"
// submodule test dependencies
_ "github.com/armon/go-socks5" // for staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper_test.go
)

1
go.mod
View File

@@ -16,7 +16,6 @@ require (
github.com/Microsoft/go-winio v0.6.2
github.com/Microsoft/hnslib v0.1.1
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/blang/semver/v4 v4.0.0
github.com/container-storage-interface/spec v1.9.0
github.com/coredns/corefile-migration v1.0.27