mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 22:22:25 -05:00 
			
		
		
		
	[chore]: Bump golang.org/x/net from 0.24.0 to 0.25.0 (#2914)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.25.0. - [Commits](https://github.com/golang/net/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								c06e6fb656
							
						
					
				
			
			
				commit
				
					
						96eea416f3
					
				
			
		
					 66 changed files with 8876 additions and 4162 deletions
				
			
		
							
								
								
									
										2
									
								
								vendor/golang.org/x/net/html/doc.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/net/html/doc.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -104,7 +104,7 @@ tokenization, and tokenization and tree construction stages of the WHATWG HTML | |||
| parsing specification respectively. While the tokenizer parses and normalizes | ||||
| individual HTML tokens, only the parser constructs the DOM tree from the | ||||
| tokenized HTML, as described in the tree construction stage of the | ||||
| specification, dynamically modifying or extending the docuemnt's DOM tree. | ||||
| specification, dynamically modifying or extending the document's DOM tree. | ||||
| 
 | ||||
| If your use case requires semantically well-formed HTML documents, as defined by | ||||
| the WHATWG specification, the parser should be used rather than the tokenizer. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue