blob: bc1444164590fcadf5d7d51aef4e41f778fb64b7 (
plain) (
tree)
|
|
{ depot, ... }:
depot.nix.buildGo.external {
path = "go.opencensus.io";
src = builtins.fetchGit {
url = "https://github.com/census-instrumentation/opencensus-go";
rev = "643eada29081047b355cfaa1ceb9bc307a10423c";
};
deps = with depot.third_party; [
gopkgs."github.com".hashicorp.golang-lru.simplelru
gopkgs."github.com".golang.groupcache.lru
];
}
|