add files

This commit is contained in:
Zettat123 2023-03-17 15:50:57 +08:00
parent c2d35db256
commit 264ae76b7e
5 changed files with 307 additions and 0 deletions

18
go.mod Normal file
View 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
)