mirror of
https://github.com/Fishwaldo/Foreman-Gateway.git
synced 2025-03-15 11:21:42 +00:00
12 lines
297 B
Modula-2
12 lines
297 B
Modula-2
module Foreman-Gateway
|
|
|
|
go 1.16
|
|
|
|
require github.com/beego/beego/v2 v2.0.5
|
|
|
|
require (
|
|
github.com/cavaliercoder/go-zabbix v0.0.0-20220606012333-8601f92dd2eb
|
|
github.com/gorilla/feeds v1.1.1
|
|
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a
|
|
github.com/smartystreets/goconvey v1.7.2
|
|
)
|