Files
mysubaru/example/go.mod
Alex Savin 143d100793
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 25s
Update go.mod to use latest mysubaru module version and update net dependency
2025-07-22 16:56:11 -04:00

14 lines
315 B
Modula-2

module example
go 1.24
require git.savin.nyc/alex/mysubaru v0.0.0-20250722205404-92d4266f8b5a
require (
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
golang.org/x/net v0.42.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
resty.dev/v3 v3.0.0-beta.3 // indirect
)