mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	Add Makefile / .drone.yml, use go module with vendor (#20)
* add Makefile / .drone.yml, use go module with vendor * Update .drone.yml Co-Authored-By: lunny <xiaolunwen@gmail.com>
This commit is contained in:
		
							
								
								
									
										11
									
								
								go.mod
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								go.mod
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| module code.gitea.io/tea | ||||
|  | ||||
| go 1.12 | ||||
|  | ||||
| require ( | ||||
| 	code.gitea.io/sdk v0.0.0-20190424055801-13a7bf625b83 | ||||
| 	github.com/go-gitea/yaml v0.0.0-20170812160011-eb3733d160e7 | ||||
| 	github.com/urfave/cli v1.20.0 | ||||
| 	gopkg.in/src-d/go-git.v4 v4.11.0 | ||||
| 	gopkg.in/yaml.v2 v2.2.2 // indirect | ||||
| ) | ||||
		Reference in New Issue
	
	Block a user
	 Lunny Xiao
					Lunny Xiao