3p/gopkgs: hashicorp/go-rootcerts depends on mitchellh/go-homedir on Darwin

This commit is contained in:
Luke Granger-Brown 2022-12-04 21:52:37 +00:00
parent 5166e2fd4e
commit 735f191b3b

View file

@ -11,4 +11,8 @@ depot.third_party.buildGo.external {
rev = "v1.0.2"; rev = "v1.0.2";
hash = "sha256:06z1bxcnr0rma02b6r52m6y0q7niikqjs090vm1i8xi3scyaw1qa"; hash = "sha256:06z1bxcnr0rma02b6r52m6y0q7niikqjs090vm1i8xi3scyaw1qa";
}; };
deps = with depot.third_party; [
gopkgs."github.com".mitchellh.go-homedir
];
} }