forked from lug/matterbridge
		
	Update direct dependencies where possible
This commit is contained in:
		
							
								
								
									
										4
									
								
								vendor/gopkg.in/yaml.v2/README.md
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/gopkg.in/yaml.v2/README.md
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -42,7 +42,7 @@ The package API for yaml v2 will remain stable as described in [gopkg.in](https:
 | 
			
		||||
License
 | 
			
		||||
-------
 | 
			
		||||
 | 
			
		||||
The yaml package is licensed under the LGPL with an exception that allows it to be linked statically. Please see the LICENSE file for details.
 | 
			
		||||
The yaml package is licensed under the Apache License 2.0. Please see the LICENSE file for details.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Example
 | 
			
		||||
@@ -65,6 +65,8 @@ b:
 | 
			
		||||
  d: [3, 4]
 | 
			
		||||
`
 | 
			
		||||
 | 
			
		||||
// Note: struct fields must be public in order for unmarshal to
 | 
			
		||||
// correctly populate the data.
 | 
			
		||||
type T struct {
 | 
			
		||||
        A string
 | 
			
		||||
        B struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user