mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-07 23:35:16 +00:00
- Default refresh interval is now 10s (configurable via -refresh / MTA_REFRESH_SEC) - Press a line key (1-7, A-Z, I for SI) to view stations with trains or arrivals - Fetches GTFS-RT trip updates per line group for live station activity - Embeds GTFS stops.txt for station names and line ordering Co-authored-by: Jason Hall <imjasonh@users.noreply.github.com>
12 lines
321 B
Modula-2
12 lines
321 B
Modula-2
module github.com/imjasonh/terraform-playground/mta-ssh
|
|
|
|
go 1.24.1
|
|
|
|
require golang.org/x/crypto v0.45.0
|
|
|
|
require (
|
|
github.com/MobilityData/gtfs-realtime-bindings/golang/gtfs v1.0.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
golang.org/x/term v0.37.0 // indirect
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
)
|