Files
mysubaru/example/go.mod
Alex Savin 699dc13118
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 25s
Fix vehicle VIN case sensitivity and update module dependency version
2025-07-06 15:17:56 -04:00

14 lines
315 B
Modula-2

module example
go 1.24
require git.savin.nyc/alex/mysubaru v0.0.0-20250706191512-3c927fd83b1f
require (
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.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
)