12 lines
272 B
Modula-2
12 lines
272 B
Modula-2
module weather-data
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.3.5
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/influxdata/influxdb-client-go/v2 v2.5.0
|
|
go.mongodb.org/mongo-driver v1.7.1
|
|
)
|