Upgrade dependencies

This commit is contained in:
Nicholas Thompson
2021-04-23 22:11:53 +02:00
parent d3576031bb
commit 56c417fd0e

12
go.mod
View File

@@ -1,12 +1,12 @@
module github.com/diebietse/invertergui module github.com/diebietse/invertergui
require ( require (
github.com/eclipse/paho.mqtt.golang v1.2.0 github.com/eclipse/paho.mqtt.golang v1.3.3
github.com/gorilla/websocket v1.4.0 github.com/gorilla/websocket v1.4.2
github.com/jessevdk/go-flags v1.4.0 github.com/jessevdk/go-flags v1.5.0
github.com/prometheus/client_golang v0.9.2 github.com/prometheus/client_golang v1.10.0
github.com/sirupsen/logrus v1.6.0 github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.3.0 github.com/stretchr/testify v1.7.0
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
) )