Etapa G (go): puredns diferido (go.mod 1.16 vs unsafe.Slice, clase gotop) — tanda 2026-07-05b queda 9/10 sellada

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-05 06:21:34 -04:00
co-authored by Claude Fable 5
parent 3ff1823e38
commit 6e602707fd
2 changed files with 1 additions and 0 deletions
@@ -55,3 +55,4 @@ Los patches de gross/gitlab-runner/woodpecker viajan acá con sus recetas.
contra libvirt del sistema; nix lo buildea con buildInputs libvirt) ⇒ frontera
CGO-lib-externa.
- `werf` (2026-07-05): vendorea containers/image con mechanism_gpgme (CGO gpgme, misma frontera que skopeo).
- `puredns` (2026-07-05): go.mod declara `go 1.16` pero vendorea x/sys que exige unsafe.Slice (1.17) — misma clase que gotop.
@@ -0,0 +1,17 @@
# Escrita a mano (Etapa G, tanda 2026-07-05b): fuera del radar de nixpkgs; último tag
# estable resuelto con git ls-remote, vía Go automática del lab.
name = "puredns"
version = "2.1.1"
[source]
repo = "https://github.com/d3mondev/puredns"
commit = "e1478a433e00bf3081d4bbb1e02b037a673c97ac"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = []
[deps]
build = ["go"]