mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-04 03:27:23 -05:00 
			
		
		
		
	Use naoina/toml instead of BurntSushi/toml
This commit is contained in:
		
							parent
							
								
									ac933f1685
								
							
						
					
					
						commit
						7ba804353c
					
				@ -3,7 +3,7 @@ package metadata
 | 
				
			|||||||
import (
 | 
					import (
 | 
				
			||||||
	"bytes"
 | 
						"bytes"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	"github.com/BurntSushi/toml"
 | 
						"github.com/naoina/toml"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// TOMLParser is the Parser for TOML
 | 
					// TOMLParser is the Parser for TOML
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user