mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +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 (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"gopkg.in/yaml.v3"
|
"gopkg.in/yaml.v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestURLParseSuccess(t *testing.T) {
|
func TestURLParseSuccess(t *testing.T) {
|
||||||
|
|
Loading…
Reference in a new issue