mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:35:03 +01:00 
			
		
		
		
	* upgrade xorm to latest to fix insert issue bug * add newissue unit tests * update xorm version * fix tests
		
			
				
	
	
		
			21 lines
		
	
	
		
			703 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			703 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/go-xorm/xorm
 | |
| 
 | |
| go 1.11
 | |
| 
 | |
| require (
 | |
| 	github.com/cockroachdb/apd v1.1.0 // indirect
 | |
| 	github.com/denisenkom/go-mssqldb v0.0.0-20190707035753-2be1aa521ff4
 | |
| 	github.com/go-sql-driver/mysql v1.4.1
 | |
| 	github.com/gofrs/uuid v3.2.0+incompatible // indirect
 | |
| 	github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
 | |
| 	github.com/jackc/pgx v3.6.0+incompatible
 | |
| 	github.com/lib/pq v1.0.0
 | |
| 	github.com/mattn/go-sqlite3 v1.10.0
 | |
| 	github.com/pkg/errors v0.8.1 // indirect
 | |
| 	github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
 | |
| 	github.com/stretchr/testify v1.4.0
 | |
| 	github.com/ziutek/mymysql v1.5.4
 | |
| 	xorm.io/builder v0.3.6
 | |
| 	xorm.io/core v0.7.2-0.20190928055935-90aeac8d08eb
 | |
| )
 |