Skip to content

Commit

Permalink
Drop goproxy from the WORKSPACE
Browse files Browse the repository at this point in the history
It's not used, let's make it more clear by dropping it from the
workspace.

Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Oct 12, 2023
1 parent c889861 commit 7a3b223
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7a3b223

Please sign in to comment.