mirror of https://github.com/grisu48/meteo.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
317 B
11 lines
317 B
module github.com/grisu48/meteo |
|
|
|
go 1.14 |
|
|
|
require ( |
|
github.com/eclipse/paho.mqtt.golang v1.2.0 |
|
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab |
|
github.com/smartystreets/goconvey v1.6.4 // indirect |
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect |
|
gopkg.in/ini.v1 v1.62.0 |
|
)
|
|
|