mirror of
				https://gitea.com/gitea/act_runner.git
				synced 2025-10-31 12:57:56 +01:00 
			
		
		
		
	Use gitea.com/gitea/act replace original
This commit is contained in:
		
							
								
								
									
										6
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								go.mod
									
									
									
									
									
								
							| @@ -4,7 +4,9 @@ go 1.18 | ||||
|  | ||||
| require ( | ||||
| 	github.com/gorilla/websocket v1.4.2 | ||||
| 	github.com/joho/godotenv v1.4.0 | ||||
| 	github.com/kelseyhightower/envconfig v1.4.0 | ||||
| 	github.com/mattn/go-isatty v0.0.14 | ||||
| 	github.com/nektos/act v0.2.26 | ||||
| 	github.com/rs/zerolog v1.26.1 | ||||
| 	github.com/spf13/cobra v1.4.0 | ||||
| @@ -37,12 +39,10 @@ require ( | ||||
| 	github.com/imdario/mergo v0.3.12 // indirect | ||||
| 	github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||||
| 	github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||||
| 	github.com/joho/godotenv v1.4.0 // indirect | ||||
| 	github.com/julienschmidt/httprouter v1.3.0 // indirect | ||||
| 	github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||||
| 	github.com/kevinburke/ssh_config v1.1.0 // indirect | ||||
| 	github.com/mattn/go-colorable v0.1.12 // indirect | ||||
| 	github.com/mattn/go-isatty v0.0.14 // indirect | ||||
| 	github.com/mattn/go-runewidth v0.0.13 // indirect | ||||
| 	github.com/mitchellh/go-homedir v1.1.0 // indirect | ||||
| 	github.com/moby/buildkit v0.10.0 // indirect | ||||
| @@ -72,3 +72,5 @@ require ( | ||||
| 	gopkg.in/warnings.v0 v0.1.2 // indirect | ||||
| 	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||||
| ) | ||||
|  | ||||
| replace gitea.com/gitea/act v0.0.0-20220725123458-17dd54d69231 => github.com/nektos/act v0.2.26 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user