From b56294c17438d9aa6876164bb8f6acc5fccdca09 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 29 Aug 2023 13:12:38 +0200 Subject: [PATCH] lib/proxy: consistently use gopkg.in/yaml.v2 across all the code --- lib/proxy/proxy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/proxy/proxy_test.go b/lib/proxy/proxy_test.go index 4cead97849..08bb8254be 100644 --- a/lib/proxy/proxy_test.go +++ b/lib/proxy/proxy_test.go @@ -3,7 +3,7 @@ package proxy import ( "testing" - "gopkg.in/yaml.v3" + "gopkg.in/yaml.v2" ) func TestURLParseSuccess(t *testing.T) {