This commit is contained in:
Julian Tölle 2024-12-21 23:15:16 +01:00 committed by GitHub
commit c85e3d96de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 353 additions and 11 deletions

2
go.mod
View file

@ -6,6 +6,7 @@ toolchain go1.23.4
require (
github.com/blang/semver/v4 v4.0.0
github.com/go-git/go-billy/v5 v5.5.0
github.com/go-git/go-git/v5 v5.12.0
github.com/google/go-github/v66 v66.0.0
github.com/leodido/go-conventionalcommits v0.12.0
@ -25,7 +26,6 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
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-querystring v1.1.0 // indirect