feat: pull request generation

This commit is contained in:
2025-03-06 22:47:02 +01:00
parent 4d6459fae5
commit 367f9f9e70
28 changed files with 1918 additions and 181 deletions

4
go.mod
View File

@ -7,7 +7,7 @@ toolchain go1.23.6
require (
code.gitea.io/sdk/gitea v0.20.0
github.com/a-h/templ v0.3.833
github.com/bornholm/genai v0.0.0-20250227201654-4c93b20ee628
github.com/bornholm/genai v0.0.0-20250306213046-5477c1ed7fb6
github.com/caarlos0/env/v11 v11.2.2
github.com/gabriel-vasile/mimetype v1.4.7
github.com/google/go-github/v69 v69.2.0
@ -54,3 +54,5 @@ require (
google.golang.org/protobuf v1.34.1 // indirect
honnef.co/go/tools v0.3.1 // indirect
)
replace github.com/revrost/go-openrouter => github.com/bornholm/go-openrouter v0.0.0-20250306205247-645443da53e2