Files
go-cv/go.mod
Bryan Joshua Pedini 166a2a2831 fix: correct dependencies and add Dockerfile
- Mark direct dependencies properly in go.mod (fsnotify, fpdf, goldmark)
- Remove duplicate Theme assignment in type_webserver.go
- Add Dockerfile for multi-stage build (was missing from repo)
- Update PLAN.md with completed tasks

Co-Authored-By: Claude (glm-5) <noreply@anthropic.com>
2026-03-05 02:43:34 +01:00

14 lines
266 B
Modula-2

module git.bjphoster.com/source/go-cv
go 1.22.2
require (
github.com/fsnotify/fsnotify v1.9.0
github.com/go-pdf/fpdf v0.9.0
github.com/gorilla/mux v1.8.1
github.com/yuin/goldmark v1.7.16
gopkg.in/yaml.v2 v2.4.0
)
require golang.org/x/sys v0.13.0 // indirect