From d5d0990b18207553afcc6514b12f99934916c113 Mon Sep 17 00:00:00 2001 From: Or Ouziel Date: Tue, 8 Aug 2023 16:28:47 +0300 Subject: [PATCH] chore: github.com/elazarl/goproxy/ext (#1204) --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index aa325e5219..91b294fbcc 100644 --- a/go.mod +++ b/go.mod @@ -169,7 +169,7 @@ require ( github.com/dimchansky/utfbom v1.1.1 // indirect github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect github.com/elastic/elastic-agent-shipper-client v0.5.1-0.20230228231646-f04347b666f3 // indirect - github.com/elazarl/goproxy/ext v0.0.0-20221015165544-a0805db90819 // indirect + github.com/elazarl/goproxy/ext v0.0.0-20230731152917-f99041a5c027 // indirect github.com/elliotchance/orderedmap v1.5.0 // indirect github.com/emicklei/go-restful/v3 v3.10.1 // indirect github.com/emirpasic/gods v1.18.1 // indirect diff --git a/go.sum b/go.sum index 1f7efe0b7a..d80cc9db59 100644 --- a/go.sum +++ b/go.sum @@ -935,6 +935,8 @@ github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkg github.com/elazarl/goproxy v0.0.0-20221015165544-a0805db90819 h1:RIB4cRk+lBqKK3Oy0r2gRX4ui7tuhiZq2SuTtTCi0/0= github.com/elazarl/goproxy/ext v0.0.0-20221015165544-a0805db90819 h1:PBc3oUutXxwCibSLQCmpunGvruDnoS6kdnaL7a0xwKY= github.com/elazarl/goproxy/ext v0.0.0-20221015165544-a0805db90819/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= +github.com/elazarl/goproxy/ext v0.0.0-20230731152917-f99041a5c027 h1:HKs1MezFWEOrMy6OrB/hE2dr/IqIEPX63e+SOzgRpY8= +github.com/elazarl/goproxy/ext v0.0.0-20230731152917-f99041a5c027/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/elliotchance/orderedmap v1.5.0 h1:1IsExUsjv5XNBD3ZdC7jkAAqLWOOKdbPTmkHx63OsBg= github.com/elliotchance/orderedmap v1.5.0/go.mod h1:wsDwEaX5jEoyhbs7x93zk2H/qv0zwuhg4inXhDkYqys= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=