Add GitHub support

This commit is contained in:
2024-01-18 11:09:54 -05:00
parent 4b2b251136
commit 9f66001a66
7 changed files with 189 additions and 0 deletions

1
go.mod
View File

@@ -37,6 +37,7 @@ require (
github.com/go-git/go-billy/v5 v5.5.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-github/v58 v58.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect