14 lines
355 B
Modula-2
14 lines
355 B
Modula-2
module github.com/diebietse/invertergui
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.3.3
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
github.com/prometheus/client_golang v1.10.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
|
)
|
|
|
|
go 1.16
|