mirror of
https://github.com/Fishwaldo/Foreman-Gateway.git
synced 2025-03-15 19:31:26 +00:00
Bumps [github.com/beego/beego/v2](https://github.com/beego/beego) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/beego/beego/releases) - [Changelog](https://github.com/beego/beego/blob/develop/CHANGELOG.md) - [Commits](https://github.com/beego/beego/compare/v2.0.4...v2.0.5) --- updated-dependencies: - dependency-name: github.com/beego/beego/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
193 B
Modula-2
10 lines
193 B
Modula-2
module Foreman-Gateway
|
|
|
|
go 1.16
|
|
|
|
require github.com/beego/beego/v2 v2.0.5
|
|
|
|
require (
|
|
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a
|
|
github.com/smartystreets/goconvey v1.7.2
|
|
)
|