Files
backend-server/go.mod
Josef Fröhle 40d569158f remove dumps and trash
add some new files and services

add hwtools that shows the current and last GWs - not yet included the user stats (if any available)
2020-07-07 19:00:49 +02:00

19 lines
657 B
Modula-2

module hwcollector
go 1.14
require (
github.com/CloudyKit/jet/v3 v3.0.0 // indirect
github.com/iris-contrib/middleware/cors v0.0.0-20191219204441-78279b78a367
github.com/itchyny/gojq v0.10.4 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kataras/iris/v12 v12.1.9-0.20200706184040-657bce96d4ee
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/onsi/ginkgo v1.13.0 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/tidwall/gjson v1.6.0
github.com/tidwall/sjson v1.1.1
github.com/yudai/pp v2.0.1+incompatible // indirect
)