mirror of
				https://github.com/TomWright/dasel.git
				synced 2022-05-22 02:32:45 +03:00 
			
		
		
		
	Update go-toml to consume fix for panic
This commit is contained in:
		| @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | ||||
|  | ||||
| ## [Unreleased] | ||||
|  | ||||
| - Nothing yet. | ||||
| ### Fixed | ||||
|  | ||||
| - Update github.com/pelletier/go-toml to consume fix for https://github.com/TomWright/dasel/issues/191. | ||||
|  | ||||
| ## [v1.22.1] - 2021-11-09 | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							| @@ -5,7 +5,7 @@ go 1.17 | ||||
| require ( | ||||
| 	github.com/alecthomas/chroma v0.9.2 | ||||
| 	github.com/clbanning/mxj/v2 v2.3.3-0.20201214204241-e937bdee5a3e | ||||
| 	github.com/pelletier/go-toml v1.9.3 | ||||
| 	github.com/pelletier/go-toml v1.9.5-0.20220105141732-fed146406641 | ||||
| 	github.com/spf13/cobra v1.2.1 | ||||
| 	golang.org/x/net v0.0.0-20210924151903-3ad01bbaa167 | ||||
| 	golang.org/x/text v0.3.7 | ||||
|   | ||||
							
								
								
									
										2
									
								
								go.sum
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.sum
									
									
									
									
									
								
							| @@ -208,6 +208,8 @@ github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3Rllmb | ||||
| github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= | ||||
| github.com/pelletier/go-toml v1.9.3 h1:zeC5b1GviRUyKYd6OJPvBU/mcVDVoL1OhT17FCt5dSQ= | ||||
| github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= | ||||
| github.com/pelletier/go-toml v1.9.5-0.20220105141732-fed146406641 h1:b2IW41j7VWPoS48bAKzJ9wJ/z+w0u+N6qT7xRruF+E0= | ||||
| github.com/pelletier/go-toml v1.9.5-0.20220105141732-fed146406641/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= | ||||
| github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= | ||||
| github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= | ||||
| github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI= | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tom Wright
					Tom Wright