mirror of
https://github.com/cheat/cheat.git
synced 2025-09-06 03:52:55 +02:00
Use yaml.v3 rather than .v2 and .v1
This commit is contained in:

committed by
Christopher Allen Lane

parent
242da8c89a
commit
6bf51e758f
@ -5,7 +5,7 @@ import (
|
||||
"runtime"
|
||||
"strings"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
"gopkg.in/yaml.v3"
|
||||
)
|
||||
|
||||
// Parse parses cheatsheet frontmatter
|
||||
|
Reference in New Issue
Block a user