mirror of
https://github.com/cheat/cheat.git
synced 2025-09-04 02:58:29 +02:00
chore(deps): remove yaml.v1
Remove errant `yaml.v1` dependency, and use `yaml.v2` everywhere.
This commit is contained in:
@ -5,7 +5,7 @@ import (
|
||||
"runtime"
|
||||
"strings"
|
||||
|
||||
"gopkg.in/yaml.v1"
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
// Parse parses cheatsheet frontmatter
|
||||
|
Reference in New Issue
Block a user