2019-07-27 16:48:00 +00:00
|
|
|
module github.com/Luzifer/github2gitea
|
2019-07-27 00:16:03 +00:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
|
|
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2019-08-04 12:34:54 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2019-07-27 00:16:03 +00:00
|
|
|
)
|