From c00d0d4abf7305e852aa973ff3c37b7a93626a40 Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Thu, 22 May 2025 00:18:35 -0400 Subject: [PATCH] Updated go.mod with the latest version of mysubaru package --- example/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/go.mod b/example/go.mod index 24aad08..27b3dfd 100644 --- a/example/go.mod +++ b/example/go.mod @@ -2,12 +2,11 @@ module example go 1.24 -require git.savin.nyc/alex/mysubaru v0.0.0-20250521052308-a803671a3ce2 +require git.savin.nyc/alex/mysubaru v0.0.0-20250522033415-67b9d218a741 require ( github.com/Jeffail/gabs/v2 v2.7.0 // indirect github.com/fsnotify/fsnotify v1.9.0 // indirect - github.com/go-resty/resty/v2 v2.16.5 // indirect github.com/go-viper/mapstructure/v2 v2.2.1 // indirect github.com/pelletier/go-toml/v2 v2.2.4 // indirect github.com/sagikazarmark/locafero v0.9.0 // indirect @@ -22,4 +21,5 @@ require ( golang.org/x/sys v0.33.0 // indirect golang.org/x/text v0.25.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect + resty.dev/v3 v3.0.0-beta.3 // indirect )