feat: issue creation
This commit is contained in:
4
go.mod
4
go.mod
@ -6,7 +6,7 @@ toolchain go1.23.6
|
||||
|
||||
require (
|
||||
code.gitea.io/sdk/gitea v0.20.0
|
||||
github.com/a-h/templ v0.3.819
|
||||
github.com/a-h/templ v0.3.833
|
||||
github.com/bornholm/genai v0.0.0-20250222092500-1076426da67c
|
||||
github.com/caarlos0/env/v11 v11.2.2
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
@ -45,7 +45,7 @@ require (
|
||||
golang.org/x/mod v0.20.0 // indirect
|
||||
golang.org/x/net v0.35.0 // indirect
|
||||
golang.org/x/oauth2 v0.17.0 // indirect
|
||||
golang.org/x/sync v0.10.0 // indirect
|
||||
golang.org/x/sync v0.11.0 // indirect
|
||||
golang.org/x/sys v0.30.0 // indirect
|
||||
golang.org/x/tools v0.24.0 // indirect
|
||||
google.golang.org/appengine v1.6.8 // indirect
|
||||
|
Reference in New Issue
Block a user