From 930d3391bf9328d8d377e08443aed6931bb7c13d Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Wed, 4 Jun 2025 17:29:17 -0400 Subject: [PATCH] More changes --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ca68a3d..de8b370 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.24 replace github.com/armon/go-metrics => github.com/hashicorp/go-metrics v0.5.3 require ( - git.savin.nyc/alex/mysubaru v0.0.0-20250604211438-25c551af1da9 + git.savin.nyc/alex/mysubaru v0.0.0-20250604212821-af28d7b2eddf github.com/eclipse/paho.mqtt.golang v1.5.0 github.com/hashicorp/consul/api v1.32.1 github.com/spf13/viper v1.20.1