lib/proxy: consistently use gopkg.in/yaml.v2 across all the code

This commit is contained in:
Aliaksandr Valialkin 2023-08-29 13:12:38 +02:00
parent c7887296e5
commit 039b8667c4
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -3,7 +3,7 @@ package proxy
import (
"testing"
"gopkg.in/yaml.v3"
"gopkg.in/yaml.v2"
)
func TestURLParseSuccess(t *testing.T) {