mirror of
https://github.com/taigrr/github2mr.git
synced 2026-04-02 03:09:09 -07:00
This is the initial release which is fully-functional and works for myself, self-hosted github enterprise installations, and privately hosted gitbucket installs. It has not been tested against other systems (gogs, gitea, etc), but reports of success/failure or patches would be most welcome.
9 lines
151 B
Modula-2
9 lines
151 B
Modula-2
module github.com/skx/github2mr
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/go-github/v29 v29.0.2
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
)
|