14 lines
341 B
Modula-2
14 lines
341 B
Modula-2
module yunhorn_gateway
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
github.com/gin-contrib/cors v1.3.0
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
|
k8s.io/apimachinery v0.0.0-20190802060556-6fa4771c83b3
|
|
)
|