feat: pull request generation
This commit is contained in:
4
go.mod
4
go.mod
@ -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
|
||||
|
Reference in New Issue
Block a user