Files
mysubaru/example/go.mod
Alex Savin 9783b483c9
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 22s
Beta version
2025-06-04 12:59:50 -04:00

14 lines
315 B
Modula-2

module example
go 1.24
require git.savin.nyc/alex/mysubaru v0.0.0-20250604165849-c3536512873b
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
gopkg.in/yaml.v3 v3.0.1 // indirect
resty.dev/v3 v3.0.0-beta.3 // indirect
)