nixpkgs/pkgs/servers/dns/ncdns/x509-go.mod
rnhmjoj 407f9a4130
ncdns: fix ncdns.goModules derivation
It took an ungodly amount of time but I may have done it:

1. Fix the build error in ncdns.goModules due to a module rename in a
   downstream dependency

2. Add lock files to avoid the same kind of problem that already broke
   the build of ncdns.goModules.
   Note that due to the nature of the x509-compressed module the source
   code dependes on the Go stdlib, so the goModules derivation
   is still not really fully reproducible, but it comes closer.

3. Make ncdns behave more like a normal Go module and use the built-in
   phases of goBuildModule.
2024-08-01 15:57:49 +02:00

6 lines
91 B
Modula-2

module github.com/namecoin/x509-compressed
go 1.22.4
require golang.org/x/crypto v0.25.0