Some checks failed
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Has been cancelled
15 lines
362 B
Modula-2
15 lines
362 B
Modula-2
module example
|
|
|
|
go 1.24
|
|
|
|
require git.savin.nyc/alex/mysubaru v0.0.0-20250530191823-fb8f151e05c9
|
|
|
|
require (
|
|
github.com/Jeffail/gabs/v2 v2.7.0 // indirect
|
|
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
|
|
)
|