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.
15 lines
497 B
15 lines
497 B
module github.com/grisu48/meteo |
|
|
|
go 1.11 |
|
|
|
require ( |
|
github.com/BurntSushi/toml v0.3.1 |
|
github.com/eclipse/paho.mqtt.golang v1.2.0 |
|
github.com/gorilla/mux v1.7.4 |
|
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab |
|
github.com/jacobsa/go-serial v0.0.0-20180131005756-15cf729a72d4 |
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible |
|
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 |
|
)
|
|
|