mirror of
				https://github.com/goccy/go-yaml.git
				synced 2025-10-31 13:21:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			192 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			192 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module benchmarks
 | |
| 
 | |
| go 1.12
 | |
| 
 | |
| replace github.com/goccy/go-yaml => ../
 | |
| 
 | |
| require (
 | |
| 	github.com/goccy/go-yaml v0.0.0-00010101000000-000000000000
 | |
| 	gopkg.in/yaml.v2 v2.4.0
 | |
| 	gopkg.in/yaml.v3 v3.0.1
 | |
| )
 | 
