mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 09:42:26 -05:00 
			
		
		
		
	[chore] Bump go swagger (#2871)
* bump go swagger version * bump swagger version
This commit is contained in:
		
					parent
					
						
							
								3a369d834a
							
						
					
				
			
			
				commit
				
					
						fd8a724e77
					
				
			
		
					 251 changed files with 10841 additions and 11896 deletions
				
			
		
							
								
								
									
										59
									
								
								vendor/github.com/go-openapi/jsonreference/.golangci.yml
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										59
									
								
								vendor/github.com/go-openapi/jsonreference/.golangci.yml
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -1,50 +1,61 @@ | |||
| linters-settings: | ||||
|   govet: | ||||
|     check-shadowing: true | ||||
|   golint: | ||||
|     min-confidence: 0 | ||||
|   gocyclo: | ||||
|     min-complexity: 30 | ||||
|     min-complexity: 45 | ||||
|   maligned: | ||||
|     suggest-new: true | ||||
|   dupl: | ||||
|     threshold: 100 | ||||
|     threshold: 200 | ||||
|   goconst: | ||||
|     min-len: 2 | ||||
|     min-occurrences: 4 | ||||
|   paralleltest: | ||||
|     ignore-missing: true | ||||
|     min-occurrences: 3 | ||||
| 
 | ||||
| linters: | ||||
|   enable-all: true | ||||
|   disable: | ||||
|     - maligned | ||||
|     - unparam | ||||
|     - lll | ||||
|     - gochecknoinits | ||||
|     - gochecknoglobals | ||||
|     - funlen | ||||
|     - godox | ||||
|     - gocognit | ||||
|     - whitespace | ||||
|     - wsl | ||||
|     - funlen | ||||
|     - gochecknoglobals | ||||
|     - gochecknoinits | ||||
|     - scopelint | ||||
|     - wrapcheck | ||||
|     - exhaustivestruct | ||||
|     - exhaustive | ||||
|     - nlreturn | ||||
|     - testpackage | ||||
|     - gci | ||||
|     - gofumpt | ||||
|     - goerr113 | ||||
|     - nlreturn | ||||
|     - gomnd | ||||
|     - tparallel | ||||
|     - exhaustivestruct | ||||
|     - goerr113 | ||||
|     - errorlint | ||||
|     - nestif | ||||
|     - godot | ||||
|     - errorlint | ||||
|     - varcheck | ||||
|     - interfacer | ||||
|     - deadcode | ||||
|     - golint | ||||
|     - gofumpt | ||||
|     - paralleltest | ||||
|     - tparallel | ||||
|     - thelper | ||||
|     - ifshort | ||||
|     - structcheck | ||||
|     - nosnakecase | ||||
|     - varnamelen | ||||
|     - exhaustruct | ||||
|     - varnamelen | ||||
|     - gci | ||||
|     - depguard | ||||
|     - errchkjson | ||||
|     - inamedparam | ||||
|     - nonamedreturns | ||||
|     - musttag | ||||
|     - ireturn | ||||
|     - forcetypeassert | ||||
|     - cyclop | ||||
|     # deprecated linters | ||||
|     - deadcode | ||||
|     - interfacer | ||||
|     - scopelint | ||||
|     - varcheck | ||||
|     - structcheck | ||||
|     - golint | ||||
|     - nosnakecase | ||||
|  |  | |||
							
								
								
									
										14
									
								
								vendor/github.com/go-openapi/jsonreference/README.md
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								vendor/github.com/go-openapi/jsonreference/README.md
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -1,15 +1,19 @@ | |||
| # gojsonreference [](https://travis-ci.org/go-openapi/jsonreference) [](https://codecov.io/gh/go-openapi/jsonreference) [](https://slackin.goswagger.io) | ||||
| # gojsonreference [](https://github.com/go-openapi/jsonreference/actions?query=workflow%3A"go+test") [](https://codecov.io/gh/go-openapi/jsonreference) | ||||
| 
 | ||||
| [](https://slackin.goswagger.io) | ||||
| [](https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE) | ||||
| [](https://pkg.go.dev/github.com/go-openapi/jsonreference) | ||||
| [](https://goreportcard.com/report/github.com/go-openapi/jsonreference) | ||||
| 
 | ||||
| [](https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE) [](http://godoc.org/github.com/go-openapi/jsonreference) | ||||
| An implementation of JSON Reference - Go language | ||||
| 
 | ||||
| ## Status | ||||
| Feature complete. Stable API | ||||
| 
 | ||||
| ## Dependencies | ||||
| https://github.com/go-openapi/jsonpointer | ||||
| * https://github.com/go-openapi/jsonpointer | ||||
| 
 | ||||
| ## References | ||||
| http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07 | ||||
| 
 | ||||
| http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03 | ||||
| * http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07 | ||||
| * http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue