mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
lib/proxy: consistently use gopkg.in/yaml.v2 across all the code
This commit is contained in:
parent
0609d8c8c5
commit
b56294c174
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