mirror of
				https://github.com/cheat/cheat.git
				synced 2025-11-04 07:45:28 +01: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