From 32f10ebff50f92dae9628c517af06e510d1a04a0 Mon Sep 17 00:00:00 2001 From: Austin Siu Date: Tue, 12 Jul 2022 17:47:16 -0500 Subject: [PATCH] Update go.mod with new net dependency --- cluster-autoscaler/go.mod | 1 + cluster-autoscaler/vendor/modules.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/cluster-autoscaler/go.mod b/cluster-autoscaler/go.mod index af4d2f1c9f..9f198e4951 100644 --- a/cluster-autoscaler/go.mod +++ b/cluster-autoscaler/go.mod @@ -27,6 +27,7 @@ require ( github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.7.2 golang.org/x/crypto v0.0.0-20220214200702-86341886e292 + golang.org/x/net v0.0.0-20220225172249-27dd8689420f golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 google.golang.org/api v0.46.0 google.golang.org/grpc v1.42.0 diff --git a/cluster-autoscaler/vendor/modules.txt b/cluster-autoscaler/vendor/modules.txt index f2f602ec8b..be0a582604 100644 --- a/cluster-autoscaler/vendor/modules.txt +++ b/cluster-autoscaler/vendor/modules.txt @@ -658,6 +658,7 @@ golang.org/x/crypto/pkcs12 golang.org/x/crypto/pkcs12/internal/rc2 golang.org/x/crypto/salsa20/salsa # golang.org/x/net v0.0.0-20220225172249-27dd8689420f +## explicit golang.org/x/net/bpf golang.org/x/net/context golang.org/x/net/context/ctxhttp