ff28125e8b
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 lines
324 B
Modula-2
11 lines
324 B
Modula-2
module github.com/matrix-org/rageshake
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/go-github v0.0.0-20170401000335-12363ffc1001
|
|
github.com/jordan-wright/email v4.0.1-0.20200824153738-3f5bafa1cd84+incompatible
|
|
github.com/xanzy/go-gitlab v0.50.2
|
|
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|