Do not use yaml.v2 and yaml.v3 as direct dependency (#1281)

This commit is contained in:
Stefan Majer 2023-03-27 10:48:39 +02:00 committed by GitHub
parent 248abcf353
commit 45fbd34480
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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 (