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

@ -10,7 +10,7 @@ import (
"time"
"github.com/rs/zerolog/log"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
"tailscale.com/tailcfg"
)