mirror of
https://github.com/Luzifer/github2gitea.git
synced 2024-12-22 20:11:19 +00:00
d57a2f0b3b
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.2 to 2.2.8. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v2.2.2...v2.2.8) --- updated-dependencies: - dependency-name: gopkg.in/yaml.v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
494 B
Modula-2
16 lines
494 B
Modula-2
module github.com/Luzifer/github2gitea
|
|
|
|
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
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|