mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/proxy: consistently use gopkg.in/yaml.v2 across all the code
This commit is contained in:
parent
c7887296e5
commit
039b8667c4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ package proxy
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"gopkg.in/yaml.v3"
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
func TestURLParseSuccess(t *testing.T) {
|
||||
|
|
Loading…
Reference in a new issue