mesos-dns: extracted from goPackages
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# This file was generated by go2nix.
|
||||
{ stdenv, lib, goPackages, fetchgit, fetchhg, fetchbzr, fetchsvn }:
|
||||
|
||||
with goPackages;
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "mesos-dns-${version}";
|
||||
version = "0.1.2";
|
||||
rev = "v${version}";
|
||||
|
||||
goPackagePath = "github.com/mesosphere/mesos-dns";
|
||||
|
||||
# Avoid including the benchmarking test helper in the output:
|
||||
subPackages = [ "." ];
|
||||
|
||||
src = fetchgit {
|
||||
inherit rev;
|
||||
url = "https://github.com/mesosphere/mesos-dns";
|
||||
sha256 = "0zs6lcgk43j7jp370qnii7n55cd9pa8gl56r8hy4nagfvlvrcm02";
|
||||
};
|
||||
|
||||
goDeps = ./deps.json;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"include": "../../libs.json",
|
||||
"packages": [
|
||||
"github.com/gogo/protobuf",
|
||||
"github.com/golang/glog",
|
||||
"github.com/mesos/mesos-go",
|
||||
"github.com/pmezard/go-difflib",
|
||||
"github.com/samuel/go-zookeeper",
|
||||
"github.com/stretchr/objx",
|
||||
"github.com/davecgh/go-spew",
|
||||
"github.com/emicklei/go-restful",
|
||||
"github.com/stretchr/testify",
|
||||
"github.com/miekg/dns",
|
||||
"golang.org/x/net"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user