From a507a5bbc72b70cba4e252b8ec7cbffdc09b4a86 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 1 May 2020 19:47:41 -0600 Subject: reverseproxy: Remove circuitbreaker module (see #3331) Moving to https://github.com/caddyserver/circuitbreaker Nobody was using it anyway -- it works well, but something got fumbled in a refactoring *months* ago. Turns out that we forgot the interface guards AND botched a method name (my bad) - Ok() should have been OK(). So it would always have thrown a runtime panic if it tried to be loaded. The module itself works well, but obviously nobody used it because nobody reported the error. Fixing this while we move it to the new repo. Removing this removes the last Bazaar/Launchpad dependency (I think). --- go.mod | 1 - 1 file changed, 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index a005267..3907161 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,6 @@ require ( github.com/smallstep/certificates v0.14.2 github.com/smallstep/cli v0.14.2 github.com/smallstep/truststore v0.9.5 - github.com/vulcand/oxy v1.1.0 github.com/yuin/goldmark v1.1.28 github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 go.uber.org/zap v1.14.1 -- cgit v1.2.3