diff --git a/third_party/gopkgs/github.com/hashicorp/go-rootcerts/default.nix b/third_party/gopkgs/github.com/hashicorp/go-rootcerts/default.nix index 6719ca5ab4..ad7f58604a 100644 --- a/third_party/gopkgs/github.com/hashicorp/go-rootcerts/default.nix +++ b/third_party/gopkgs/github.com/hashicorp/go-rootcerts/default.nix @@ -11,4 +11,8 @@ depot.third_party.buildGo.external { rev = "v1.0.2"; hash = "sha256:06z1bxcnr0rma02b6r52m6y0q7niikqjs090vm1i8xi3scyaw1qa"; }; + + deps = with depot.third_party; [ + gopkgs."github.com".mitchellh.go-homedir + ]; }