mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	Update Vendors: (#129)
* github.com/araddon/dateparse upgrade => v0.0.0-20200409225146-d820a6159ab1 * code.gitea.io/sdk/gitea upgrade => v0.11.3 * github.com/olekukonko/tablewriter upgrade => v0.0.4 * github.com/mattn/go-runewidth upgrade => v0.0.9 * github.com/stretchr/testify upgrade => v1.5.1 * github.com/davecgh/go-spew upgrade => v1.1.1 * github.com/urfave/cli/v2 upgrade => v2.2.0 Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/129 Reviewed-by: techknowlogick <techknowlogick@gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		
							
								
								
									
										17
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								go.mod
									
									
									
									
									
								
							| @@ -3,16 +3,19 @@ module code.gitea.io/tea | ||||
| go 1.12 | ||||
|  | ||||
| require ( | ||||
| 	code.gitea.io/sdk/gitea v0.11.2 | ||||
| 	code.gitea.io/sdk/gitea v0.11.3 | ||||
| 	gitea.com/jolheiser/gitea-vet v0.1.0 | ||||
| 	github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195 | ||||
| 	github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1 | ||||
| 	github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect | ||||
| 	github.com/go-git/go-git/v5 v5.0.0 | ||||
| 	github.com/mattn/go-runewidth v0.0.4 // indirect | ||||
| 	github.com/olekukonko/tablewriter v0.0.1 | ||||
| 	github.com/mattn/go-runewidth v0.0.9 // indirect | ||||
| 	github.com/olekukonko/tablewriter v0.0.4 | ||||
| 	github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 | ||||
| 	github.com/stretchr/testify v1.4.0 | ||||
| 	github.com/urfave/cli/v2 v2.1.1 | ||||
| 	golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 | ||||
| 	github.com/stretchr/testify v1.5.1 | ||||
| 	github.com/urfave/cli/v2 v2.2.0 | ||||
| 	golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 | ||||
| 	golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect | ||||
| 	golang.org/x/sys v0.0.0-20200430082407-1f5687305801 // indirect | ||||
| 	golang.org/x/tools v0.0.0-20200430040329-4b814e061378 // indirect | ||||
| 	gopkg.in/yaml.v2 v2.2.8 | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 6543
					6543