-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 713 Bytes
/
Copy pathgo.mod
File metadata and controls
22 lines (19 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/indiefan/home_assistant_nanit
go 1.24
require (
github.com/eclipse/paho.mqtt.golang v1.3.0
github.com/joho/godotenv v1.3.0
github.com/notedit/rtmp v0.0.2
github.com/rs/zerolog v1.20.0
github.com/sacOO7/gowebsocket v0.0.0-20201031204121-1620b8bfa516
github.com/stretchr/testify v1.6.1
google.golang.org/protobuf v1.36.5
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sacOO7/go-logger v0.0.0-20180719173527-9ac9add5a50d // indirect
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)