aisstream/go.sum
Evan Morrison 966ca73b9b Initial commit: AIS vessel position tracking microservice
Go service that connects to aisstream.io websocket, filtered by MMSIs
from track_devices table. Writes positions to aisstream_pos (24h TTL)
and upserts latest position per vessel to aisstream_last. Reloads
MMSI list every 5 minutes to pick up changes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-27 01:40:50 +00:00

4 lines
330 B
Text

github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=