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