Updated dependencies
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 22s

This commit is contained in:
2025-06-05 17:03:09 -04:00
parent af42a5971e
commit 91ab2ddf00
2 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@ module example
go 1.24
require git.savin.nyc/alex/mysubaru v0.0.0-20250604165849-c3536512873b
require git.savin.nyc/alex/mysubaru v0.0.0-20250605210200-af42a5971ec0
require (
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/net v0.41.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
resty.dev/v3 v3.0.0-beta.3 // indirect
)

2
go.mod
View File

@ -12,6 +12,6 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/net v0.41.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)