mirror of
https://github.com/go-i2p/gitlab-to-gitea.git
synced 2025-06-08 09:16:29 -04:00
23 lines
654 B
Modula-2
23 lines
654 B
Modula-2
module github.com/go-i2p/gitlab-to-gitea
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.9.2
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/xanzy/go-gitlab v0.115.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/oauth2 v0.6.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.29.1 // indirect
|
|
)
|