From fd26de9b828ec2bb995f6346bbbad66c60c6a8d9 Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Fri, 6 Jun 2025 17:29:31 -0400 Subject: [PATCH] Updated go.mod for the example --- example/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/go.mod b/example/go.mod index 404155a..8cb7ae9 100644 --- a/example/go.mod +++ b/example/go.mod @@ -2,7 +2,7 @@ module example go 1.24 -require git.savin.nyc/alex/mysubaru v0.0.0-20250605210200-af42a5971ec0 +require git.savin.nyc/alex/mysubaru v0.0.0-20250606212815-017d7de3a224 require ( github.com/kr/text v0.2.0 // indirect