Do not use yaml.v2 and yaml.v3 as direct dependency (#1281)
This commit is contained in:
parent
248abcf353
commit
45fbd34480
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ import (
|
|||
"google.golang.org/grpc"
|
||||
"google.golang.org/grpc/credentials"
|
||||
"google.golang.org/grpc/credentials/insecure"
|
||||
"gopkg.in/yaml.v2"
|
||||
"gopkg.in/yaml.v3"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue