mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Use Go1.11 module (#5743)
* Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
This commit is contained in:
		
							
								
								
									
										4
									
								
								vendor/golang.org/x/text/unicode/norm/maketables.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/golang.org/x/text/unicode/norm/maketables.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -795,7 +795,7 @@ func makeTables() { | ||||
| 	} | ||||
|  | ||||
| 	fmt.Fprintf(w, "// Total size of tables: %dKB (%d bytes)\n", (size+512)/1024, size) | ||||
| 	gen.WriteGoFile("tables.go", "norm", w.Bytes()) | ||||
| 	gen.WriteVersionedGoFile("tables.go", "norm", w.Bytes()) | ||||
| } | ||||
|  | ||||
| func printChars() { | ||||
| @@ -972,5 +972,5 @@ func printTestdata() { | ||||
| 		} | ||||
| 	} | ||||
| 	fmt.Fprintln(w, "}") | ||||
| 	gen.WriteGoFile("data_test.go", "norm", w.Bytes()) | ||||
| 	gen.WriteVersionedGoFile("data_test.go", "norm", w.Bytes()) | ||||
| } | ||||
|   | ||||
							
								
								
									
										7653
									
								
								vendor/golang.org/x/text/unicode/norm/tables10.0.0.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										7653
									
								
								vendor/golang.org/x/text/unicode/norm/tables10.0.0.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -1,5 +1,7 @@ | ||||
| // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. | ||||
| 
 | ||||
| // +build !go1.10 | ||||
| 
 | ||||
| package norm | ||||
| 
 | ||||
| const ( | ||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/text/unicode/norm/transform.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/text/unicode/norm/transform.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -40,7 +40,7 @@ func (f Form) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) | ||||
| } | ||||
|  | ||||
| func flushTransform(rb *reorderBuffer) bool { | ||||
| 	// Write out (must fully fit in dst, or else it is a ErrShortDst). | ||||
| 	// Write out (must fully fit in dst, or else it is an ErrShortDst). | ||||
| 	if len(rb.out) < rb.nrune*utf8.UTFMax { | ||||
| 		return false | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user