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
2
derp.go
2
derp.go
|
@ -10,7 +10,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/rs/zerolog/log"
|
||||
"gopkg.in/yaml.v2"
|
||||
"gopkg.in/yaml.v3"
|
||||
"tailscale.com/tailcfg"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue