mirror of
				https://gitea.com/gitea/act_runner.git
				synced 2025-10-29 20:07:57 +01:00 
			
		
		
		
	Support cache (#25)
See [Caching dependencies to speed up workflows](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows). Reviewed-on: https://gitea.com/gitea/act_runner/pulls/25 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-by: Zettat123 <zettat123@noreply.gitea.io> Co-authored-by: Jason Song <i@wolfogre.com> Co-committed-by: Jason Song <i@wolfogre.com>
This commit is contained in:
		
							
								
								
									
										27
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										27
									
								
								go.mod
									
									
									
									
									
								
							| @@ -4,9 +4,12 @@ go 1.18 | ||||
|  | ||||
| require ( | ||||
| 	code.gitea.io/actions-proto-go v0.2.0 | ||||
| 	code.gitea.io/gitea-vet v0.2.3-0.20230113022436-2b1561217fa5 | ||||
| 	github.com/avast/retry-go/v4 v4.3.1 | ||||
| 	github.com/bufbuild/connect-go v1.3.1 | ||||
| 	github.com/docker/docker v20.10.21+incompatible | ||||
| 	github.com/go-chi/chi/v5 v5.0.8 | ||||
| 	github.com/go-chi/render v1.0.2 | ||||
| 	github.com/joho/godotenv v1.4.0 | ||||
| 	github.com/kelseyhightower/envconfig v1.4.0 | ||||
| 	github.com/mattn/go-isatty v0.0.16 | ||||
| @@ -15,15 +18,18 @@ require ( | ||||
| 	github.com/spf13/cobra v1.6.1 | ||||
| 	golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde | ||||
| 	google.golang.org/protobuf v1.28.1 | ||||
| 	modernc.org/sqlite v1.14.2 | ||||
| 	xorm.io/builder v0.3.11-0.20220531020008-1bd24a7dc978 | ||||
| 	xorm.io/xorm v1.3.2 | ||||
| ) | ||||
|  | ||||
| require ( | ||||
| 	code.gitea.io/gitea-vet v0.2.3-0.20230113022436-2b1561217fa5 // indirect | ||||
| 	github.com/Masterminds/semver v1.5.0 // indirect | ||||
| 	github.com/Microsoft/go-winio v0.5.2 // indirect | ||||
| 	github.com/Microsoft/hcsshim v0.9.3 // indirect | ||||
| 	github.com/ProtonMail/go-crypto v0.0.0-20220404123522-616f957b79ad // indirect | ||||
| 	github.com/acomagu/bufpipe v1.0.3 // indirect | ||||
| 	github.com/ajg/form v1.5.1 // indirect | ||||
| 	github.com/containerd/cgroups v1.0.3 // indirect | ||||
| 	github.com/containerd/containerd v1.6.6 // indirect | ||||
| 	github.com/creack/pty v1.1.18 // indirect | ||||
| @@ -38,12 +44,16 @@ require ( | ||||
| 	github.com/go-git/go-billy/v5 v5.3.1 // indirect | ||||
| 	github.com/go-git/go-git/v5 v5.4.2 // indirect | ||||
| 	github.com/go-ini/ini v1.67.0 // indirect | ||||
| 	github.com/goccy/go-json v0.8.1 // indirect | ||||
| 	github.com/gogo/protobuf v1.3.2 // indirect | ||||
| 	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||||
| 	github.com/golang/snappy v0.0.4 // indirect | ||||
| 	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect | ||||
| 	github.com/google/uuid v1.3.0 // indirect | ||||
| 	github.com/imdario/mergo v0.3.13 // indirect | ||||
| 	github.com/inconshreveable/mousetrap v1.0.1 // indirect | ||||
| 	github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||||
| 	github.com/json-iterator/go v1.1.12 // 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.2.0 // indirect | ||||
| @@ -54,29 +64,44 @@ require ( | ||||
| 	github.com/moby/buildkit v0.10.6 // indirect | ||||
| 	github.com/moby/sys/mount v0.3.1 // indirect | ||||
| 	github.com/moby/sys/mountinfo v0.6.0 // indirect | ||||
| 	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||||
| 	github.com/modern-go/reflect2 v1.0.2 // indirect | ||||
| 	github.com/opencontainers/go-digest v1.0.0 // indirect | ||||
| 	github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect | ||||
| 	github.com/opencontainers/runc v1.1.2 // indirect | ||||
| 	github.com/opencontainers/selinux v1.10.2 // indirect | ||||
| 	github.com/pkg/errors v0.9.1 // indirect | ||||
| 	github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect | ||||
| 	github.com/rhysd/actionlint v1.6.22 // indirect | ||||
| 	github.com/rivo/uniseg v0.3.4 // indirect | ||||
| 	github.com/robfig/cron v1.2.0 // indirect | ||||
| 	github.com/sergi/go-diff v1.2.0 // indirect | ||||
| 	github.com/spf13/pflag v1.0.5 // indirect | ||||
| 	github.com/syndtr/goleveldb v1.0.0 // indirect | ||||
| 	github.com/xanzy/ssh-agent v0.3.1 // indirect | ||||
| 	github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect | ||||
| 	github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect | ||||
| 	github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f // indirect | ||||
| 	go.opencensus.io v0.23.0 // indirect | ||||
| 	golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect | ||||
| 	golang.org/x/mod v0.4.2 // indirect | ||||
| 	golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect | ||||
| 	golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect | ||||
| 	golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | ||||
| 	golang.org/x/tools v0.1.5 // indirect | ||||
| 	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||||
| 	gopkg.in/warnings.v0 v0.1.2 // indirect | ||||
| 	gopkg.in/yaml.v2 v2.4.0 // indirect | ||||
| 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||
| 	lukechampine.com/uint128 v1.1.1 // indirect | ||||
| 	modernc.org/cc/v3 v3.35.18 // indirect | ||||
| 	modernc.org/ccgo/v3 v3.12.82 // indirect | ||||
| 	modernc.org/libc v1.11.87 // indirect | ||||
| 	modernc.org/mathutil v1.4.1 // indirect | ||||
| 	modernc.org/memory v1.0.5 // indirect | ||||
| 	modernc.org/opt v0.1.1 // indirect | ||||
| 	modernc.org/strutil v1.1.1 // indirect | ||||
| 	modernc.org/token v1.0.0 // indirect | ||||
| ) | ||||
|  | ||||
| replace github.com/nektos/act => gitea.com/gitea/act v0.234.3-0.20230224062034-1252e551b867 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user