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.
17 lines
367 B
17 lines
367 B
module github.com/dustinpianalto/weather
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/dustinpianalto/errors v0.1.0
|
|
github.com/eclipse/paho.mqtt.golang v1.3.5
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/schema v1.2.0
|
|
github.com/lib/pq v1.10.4
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
|
|
)
|