mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 14:22:25 -05:00 
			
		
		
		
	[chore]: Bump github.com/miekg/dns from 1.1.63 to 1.1.64 (#3936)
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.63 to 1.1.64. - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](https://github.com/miekg/dns/compare/v1.1.63...v1.1.64) --- updated-dependencies: - dependency-name: github.com/miekg/dns dependency-type: direct:production update-type: version-update:semver-patch ... 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
					
						
							
								18c8f85a30
							
						
					
				
			
			
				commit
				
					
						a844f322ee
					
				
			
		
					 39 changed files with 1352 additions and 636 deletions
				
			
		
							
								
								
									
										4
									
								
								vendor/golang.org/x/tools/internal/packagesinternal/packages.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/golang.org/x/tools/internal/packagesinternal/packages.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -5,7 +5,7 @@ | |||
| // Package packagesinternal exposes internal-only fields from go/packages. | ||||
| package packagesinternal | ||||
| 
 | ||||
| var GetDepsErrors = func(p interface{}) []*PackageError { return nil } | ||||
| var GetDepsErrors = func(p any) []*PackageError { return nil } | ||||
| 
 | ||||
| type PackageError struct { | ||||
| 	ImportStack []string // shortest path from package named on command line to this one | ||||
|  | @ -16,5 +16,5 @@ type PackageError struct { | |||
| var TypecheckCgo int | ||||
| var DepsErrors int // must be set as a LoadMode to call GetDepsErrors | ||||
| 
 | ||||
| var SetModFlag = func(config interface{}, value string) {} | ||||
| var SetModFlag = func(config any, value string) {} | ||||
| var SetModFile = func(config interface{}, value string) {} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue