2020-02-21 13:47:29 +01:00
|
|
|
{ depot, ... }:
|
2019-12-13 13:12:06 +01:00
|
|
|
|
2020-02-21 13:47:29 +01:00
|
|
|
depot.buildGo.external {
|
2019-12-13 13:12:06 +01:00
|
|
|
path = "go.opencensus.io";
|
|
|
|
src = builtins.fetchGit {
|
|
|
|
url = "https://github.com/census-instrumentation/opencensus-go";
|
2019-12-13 22:30:14 +01:00
|
|
|
rev = "643eada29081047b355cfaa1ceb9bc307a10423c";
|
2019-12-13 13:12:06 +01:00
|
|
|
};
|
|
|
|
|
2020-02-21 13:47:29 +01:00
|
|
|
deps = with depot.third_party; map (p: p.gopkg) [
|
2019-12-13 13:12:06 +01:00
|
|
|
gopkgs."github.com".hashicorp.golang-lru.simplelru
|
2019-12-13 22:30:14 +01:00
|
|
|
gopkgs."github.com".golang.groupcache.lru
|
2019-12-13 13:12:06 +01:00
|
|
|
];
|
|
|
|
}
|