mirror of
https://gitea.com/actions/go-hashfiles.git
synced 2025-07-19 13:48:27 +02:00
add files
This commit is contained in:
parent
c2d35db256
commit
74a259b75c
5 changed files with 307 additions and 0 deletions
18
go.mod
Normal file
18
go.mod
Normal file
|
@ -0,0 +1,18 @@
|
|||
module go-hashfiles
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/go-git/go-git/v5 v5.6.0
|
||||
github.com/sethvargo/go-githubactions v1.1.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/acomagu/bufpipe v1.0.3 // indirect
|
||||
github.com/go-git/gcfg v1.5.0 // indirect
|
||||
github.com/go-git/go-billy/v5 v5.4.0 // indirect
|
||||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
||||
github.com/sethvargo/go-envconfig v0.8.0 // indirect
|
||||
golang.org/x/net v0.2.0 // indirect
|
||||
gopkg.in/warnings.v0 v0.1.2 // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue