Upgrade dependencies
This commit is contained in:
12
go.mod
12
go.mod
@@ -1,12 +1,12 @@
|
||||
module github.com/diebietse/invertergui
|
||||
|
||||
require (
|
||||
github.com/eclipse/paho.mqtt.golang v1.2.0
|
||||
github.com/gorilla/websocket v1.4.0
|
||||
github.com/jessevdk/go-flags v1.4.0
|
||||
github.com/prometheus/client_golang v0.9.2
|
||||
github.com/sirupsen/logrus v1.6.0
|
||||
github.com/stretchr/testify v1.3.0
|
||||
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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user