19 lines
501 B
Modula-2
19 lines
501 B
Modula-2
module github.com/go-gitea/giteabot
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.23.2
|
|
github.com/google/go-github/v82 v82.0.0
|
|
golang.org/x/oauth2 v0.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/42wim/httpsig v1.2.3 // indirect
|
|
github.com/davidmz/go-pageant v1.0.2 // indirect
|
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
|
github.com/google/go-querystring v1.2.0 // indirect
|
|
github.com/hashicorp/go-version v1.7.0 // indirect
|
|
golang.org/x/crypto v0.39.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
)
|