From 7a3b2239ed56579c95de31c787d8e7e508df3ed9 Mon Sep 17 00:00:00 2001 From: Arik Hadas Date: Wed, 11 Oct 2023 17:07:21 +0300 Subject: [PATCH] Drop goproxy from the WORKSPACE It's not used, let's make it more clear by dropping it from the workspace. Signed-off-by: Arik Hadas --- WORKSPACE | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index eb74f3c5d..8017378af 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -717,20 +717,6 @@ go_repository( version = "v1.0.0", ) -go_repository( - name = "com_github_elazarl_goproxy", - importpath = "github.com/elazarl/goproxy", - sum = "h1:yY9rWGoXv1U5pl4gxqlULARMQD7x0QG85lqEXTWysik=", - version = "v0.0.0-20190911111923-ecfe977594f1", -) - -go_repository( - name = "com_github_elazarl_goproxy_ext", - importpath = "github.com/elazarl/goproxy/ext", - sum = "h1:dWB6v3RcOy03t/bUadywsbyrQwCqZeNIEX6M1OtSZOM=", - version = "v0.0.0-20190711103511-473e67f1d7d2", -) - go_repository( name = "com_github_emicklei_go_restful", importpath = "github.com/emicklei/go-restful",