Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,35 @@ require (
github.com/barnybug/gogsmmodem v0.0.0-20170503201841-a49dbc25a146
github.com/barnybug/gorfxtrx v0.0.0-20221114071147-22f3b092d552
github.com/barnybug/miflora v0.0.0-20190206202408-36c55fde159f
github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8 // indirect
github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8
github.com/chbmuc/lirc v0.0.0-20150702183631-f5796a80dd2b
github.com/eclipse/paho.mqtt.golang v1.0.0
github.com/edgard/yeelight v0.0.0-20170904135826-c32a2f3eb57c
github.com/go-ble/ble v0.0.0-20220920230323-9a45bebfde4f // indirect
github.com/go-ble/ble v0.0.0-20220920230323-9a45bebfde4f
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/goburrow/modbus v0.1.0 // indirect
github.com/goburrow/modbus v0.1.0
github.com/goburrow/serial v0.1.0 // indirect
github.com/google/uuid v1.1.0 // indirect
github.com/gorilla/context v0.0.0-20140522220343-1f3e8a46c5bb // indirect
github.com/gorilla/mux v0.0.0-20140527234147-0ef595e787ef
github.com/hashicorp/go.net v0.0.0-20151006203346-104dcad90073 // indirect
github.com/hashicorp/mdns v0.0.0-20170221172940-4e527d9d8081 // indirect
github.com/kurrik/json v0.0.0-20140724225315-f63ef626c5ff // indirect
github.com/kurrik/oauth1a v0.0.0-20151019171716-cb1b80e32dd4
github.com/kurrik/twittergo v0.0.0-20150522053940-c62b9397a628
github.com/mattn/go-mastodon v0.0.6 // indirect
github.com/mattn/go-mastodon v0.0.6
github.com/mattn/go-xmpp v0.0.0-20170423100754-906d9d747d2b
github.com/mdlayher/apcupsd v0.0.0-20160907034522-888a66ab0fe0
github.com/miekg/dns v0.0.0-20170525221906-0c23f842c83e // indirect
github.com/mitsuse/pushbullet-go v0.1.0
github.com/nlopes/slack v0.0.0-20170604215958-f243c7602fdf
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/u-root/u-root v0.8.0 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
github.com/u-root/u-root v0.9.0
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
gopkg.in/telegram-bot-api.v4 v4.0.0-20161125055035-0a57807db79e
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v2 v2.2.8
)
Loading