You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
328 B
11 lines
328 B
module github.com/nmasse-itix/Github-Gitea-Mirroring
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.11.1-0.20200511190314-2883376503c8
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/spf13/viper v1.7.0
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
)
|
|
|