Added an updated go.mod
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s

This commit is contained in:
2025-06-01 11:26:56 -04:00
parent df5ef6ed0d
commit ef145bdf9a

1
go.mod
View File

@ -3,7 +3,6 @@ module git.savin.nyc/alex/mysubaru
go 1.24 go 1.24
require ( require (
github.com/Jeffail/gabs/v2 v2.7.0
github.com/stretchr/testify v1.10.0 github.com/stretchr/testify v1.10.0
gopkg.in/yaml.v3 v3.0.1 gopkg.in/yaml.v3 v3.0.1
resty.dev/v3 v3.0.0-beta.3 resty.dev/v3 v3.0.0-beta.3