21 lines
533 B
Modula-2
21 lines
533 B
Modula-2
module gitea-github-mirror
|
|
|
|
go 1.22.3
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.18.0
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/sethvargo/go-envconfig v1.0.3
|
|
github.com/sirupsen/logrus v1.9.3
|
|
golang.org/x/oauth2 v0.21.0
|
|
)
|
|
|
|
require (
|
|
github.com/davidmz/go-pageant v1.0.2 // indirect
|
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
golang.org/x/crypto v0.22.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
)
|