Watch
1
0
Fork
You've already forked RedFlag
0

swap uuid lib, windows installer pass, README/RAF copy

- google/uuid -> gofrs/uuid/v5 across server + agent
- windows.go: cross-platform binding cleanup
- linux install template: disable sudo lecture for TTY-less service user
- README: XZ/SolarWinds lede, stable-release note, single attack-surface block
This commit is contained in:
Fimeg 2026-06-03 15:39:49 -04:00
commit 5758b26875
110 changed files with 613 additions and 495 deletions

View file

@ -5,10 +5,11 @@ go 1.25.0
require (
github.com/alexedwards/argon2id v1.0.0
github.com/docker/docker v25.0.6+incompatible
github.com/doug-martin/goqu/v9 v9.19.0
github.com/gin-gonic/gin v1.11.0
github.com/go-git/go-git/v5 v5.19.1
github.com/gofrs/uuid/v5 v5.4.0
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/google/uuid v1.6.0
github.com/jmoiron/sqlx v1.4.0
github.com/lib/pq v1.10.9
gopkg.in/natefinch/lumberjack.v2 v2.2.1
@ -28,7 +29,6 @@ require (
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/doug-martin/goqu/v9 v9.19.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/gabriel-vasile/mimetype v1.4.8 // indirect