mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 09:22:25 -05:00 
			
		
		
		
	[chore]: Bump golang.org/x/net from 0.30.0 to 0.31.0 (#3536)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.30.0 to 0.31.0. - [Commits](https://github.com/golang/net/compare/v0.30.0...v0.31.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
					
						
							
								29007b1b88
							
						
					
				
			
			
				commit
				
					
						98eef328ea
					
				
			
		
					 59 changed files with 1656 additions and 327 deletions
				
			
		
							
								
								
									
										28
									
								
								vendor/golang.org/x/net/internal/socket/zsys_openbsd_ppc64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										28
									
								
								vendor/golang.org/x/net/internal/socket/zsys_openbsd_ppc64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -4,27 +4,27 @@ | |||
| package socket | ||||
| 
 | ||||
| type iovec struct { | ||||
| 	Base	*byte | ||||
| 	Len	uint64 | ||||
| 	Base *byte | ||||
| 	Len  uint64 | ||||
| } | ||||
| 
 | ||||
| type msghdr struct { | ||||
| 	Name		*byte | ||||
| 	Namelen		uint32 | ||||
| 	Iov		*iovec | ||||
| 	Iovlen		uint32 | ||||
| 	Control		*byte | ||||
| 	Controllen	uint32 | ||||
| 	Flags		int32 | ||||
| 	Name       *byte | ||||
| 	Namelen    uint32 | ||||
| 	Iov        *iovec | ||||
| 	Iovlen     uint32 | ||||
| 	Control    *byte | ||||
| 	Controllen uint32 | ||||
| 	Flags      int32 | ||||
| } | ||||
| 
 | ||||
| type cmsghdr struct { | ||||
| 	Len	uint32 | ||||
| 	Level	int32 | ||||
| 	Type	int32 | ||||
| 	Len   uint32 | ||||
| 	Level int32 | ||||
| 	Type  int32 | ||||
| } | ||||
| 
 | ||||
| const ( | ||||
| 	sizeofIovec	= 0x10 | ||||
| 	sizeofMsghdr	= 0x30 | ||||
| 	sizeofIovec  = 0x10 | ||||
| 	sizeofMsghdr = 0x30 | ||||
| ) | ||||
|  |  | |||
							
								
								
									
										28
									
								
								vendor/golang.org/x/net/internal/socket/zsys_openbsd_riscv64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										28
									
								
								vendor/golang.org/x/net/internal/socket/zsys_openbsd_riscv64.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -4,27 +4,27 @@ | |||
| package socket | ||||
| 
 | ||||
| type iovec struct { | ||||
| 	Base	*byte | ||||
| 	Len	uint64 | ||||
| 	Base *byte | ||||
| 	Len  uint64 | ||||
| } | ||||
| 
 | ||||
| type msghdr struct { | ||||
| 	Name		*byte | ||||
| 	Namelen		uint32 | ||||
| 	Iov		*iovec | ||||
| 	Iovlen		uint32 | ||||
| 	Control		*byte | ||||
| 	Controllen	uint32 | ||||
| 	Flags		int32 | ||||
| 	Name       *byte | ||||
| 	Namelen    uint32 | ||||
| 	Iov        *iovec | ||||
| 	Iovlen     uint32 | ||||
| 	Control    *byte | ||||
| 	Controllen uint32 | ||||
| 	Flags      int32 | ||||
| } | ||||
| 
 | ||||
| type cmsghdr struct { | ||||
| 	Len	uint32 | ||||
| 	Level	int32 | ||||
| 	Type	int32 | ||||
| 	Len   uint32 | ||||
| 	Level int32 | ||||
| 	Type  int32 | ||||
| } | ||||
| 
 | ||||
| const ( | ||||
| 	sizeofIovec	= 0x10 | ||||
| 	sizeofMsghdr	= 0x30 | ||||
| 	sizeofIovec  = 0x10 | ||||
| 	sizeofMsghdr = 0x30 | ||||
| ) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue