2020-02-04 18:32:54 +00:00
|
|
|
module repos.ctdo.de/mamu/spacepanel_aggregator
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gin-gonic/gin v1.5.0
|
2020-02-04 20:25:10 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-02-04 18:32:54 +00:00
|
|
|
github.com/valyala/fastjson v1.4.5
|
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
|
|
)
|