From 56c417fd0eec0e2c1a76d36b2880fb5ba4bf94c8 Mon Sep 17 00:00:00 2001 From: Nicholas Thompson Date: Fri, 23 Apr 2021 22:11:53 +0200 Subject: [PATCH] Upgrade dependencies --- go.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 90a023b..1ce80a5 100644 --- a/go.mod +++ b/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 )