Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ This timeline follows the GSoC 2026 standard coding period (May 25 – August 24
- Operator manual: how to onboard drivers, manage vehicles, monitor feed health
- Write architecture documentation:
- System architecture diagram
- API reference (OpenAPI/Swagger spec)
- API reference ([OpenAPI 3.1 spec](openapi.yaml))
- Data retention and privacy considerations
- Comprehensive testing:
- Server: unit tests, integration tests, GTFS-RT feed validation
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ require (
golang.org/x/crypto v0.48.0
golang.org/x/time v0.15.0
google.golang.org/protobuf v1.36.11
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand All @@ -24,5 +25,4 @@ require (
github.com/rogpeppe/go-internal v1.14.1 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/text v0.39.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading
Loading