1
2
3
4
5
6
7
8
9
module profpatsch/link-check

go 1.22

// Used only for `go run` / editor tooling. The Nix build vendors x/net via
// users/Profpatsch/go-deps.nix instead.
require golang.org/x/net v0.53.0

require golang.org/x/text v0.36.0 // indirect