389ed5aff8
Phase 3: Docker Engine API wrapper — pull/inspect images, container lifecycle (create/start/stop/remove/restart), network management, label-based container tracking, deterministic naming. Phase 4: Nginx Proxy Manager API client — JWT auth with auto-refresh, CRUD for proxy hosts, domain-based host lookup.
14 lines
301 B
Modula-2
14 lines
301 B
Modula-2
module github.com/alexei/docker-watcher
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/docker/docker v27.5.1+incompatible
|
|
github.com/docker/go-connections v0.5.0
|
|
github.com/go-chi/chi/v5 v5.2.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
modernc.org/sqlite v1.34.5
|
|
)
|