From bf69bdb38603d3f69da154348bfcbeae79288c83 Mon Sep 17 00:00:00 2001 From: George Sexton Date: Thu, 6 Feb 2025 19:57:48 -0700 Subject: [PATCH] Bump conn version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e648eb9..08b6125 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/maruel/ansi256 v1.0.2 github.com/mattn/go-colorable v0.1.13 golang.org/x/image v0.23.0 - periph.io/x/conn/v3 v3.7.1 + periph.io/x/conn/v3 v3.7.2 periph.io/x/host/v3 v3.8.3 )