12 lines
296 B
Modula-2
12 lines
296 B
Modula-2
module weather-data
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.3.2
|
|
github.com/google/uuid v1.2.0
|
|
github.com/gorilla/handlers v1.5.1 // indirect
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/influxdata/influxdb-client-go/v2 v2.2.2
|
|
go.mongodb.org/mongo-driver v1.5.1 // indirect
|
|
)
|