nixpkgs/pkgs/servers/oauth2_proxy/deps.json
Kamil Chmielewski da3ddd48e4 buildGoPackage: remove Go deps file libs.json
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046

    > Because of the content-addressable store, if two programs have the
    > same dependency it will already result in the same derivation in
    > the
    > store. Git also has compression in the pack files so it won't make
    > much difference to duplicate the dependencies on disk. And finally
    > most users will just use the binary builds so it won't make any
    > differences to them.

This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00

84 lines
2.8 KiB
JSON

[
{
"goPackagePath": "gopkg.in/fsnotify.v1",
"fetch": {
"type": "git",
"url": "https://gopkg.in/fsnotify.v1",
"rev": "96c060f6a6b7e0d6f75fddd10efeaca3e5d1bcb0",
"sha256": "1308z1by82fbymcra26wjzw7lpjy91kbpp2skmwqcq4q1iwwzvk2"
}
},
{
"goPackagePath": "golang.org/x/net",
"fetch": {
"type": "git",
"url": "https://go.googlesource.com/net",
"rev": "62ac18b461605b4be188bbc7300e9aa2bc836cd4",
"sha256": "0lwwvbbwbf3yshxkfhn6z20gd45dkvnmw2ms36diiy34krgy402p"
}
},
{
"goPackagePath": "github.com/bitly/go-simplejson",
"fetch": {
"type": "git",
"url": "https://github.com/bitly/go-simplejson",
"rev": "18db6e68d8fd9cbf2e8ebe4c81a78b96fd9bf05a",
"sha256": "0lj9cxyncchlw6p35j0yym5q5waiz0giw6ri41qdwm8y3dghwwiy"
}
},
{
"goPackagePath": "github.com/BurntSushi/toml",
"fetch": {
"type": "git",
"url": "https://github.com/BurntSushi/toml",
"rev": "056c9bc7be7190eaa7715723883caffa5f8fa3e4",
"sha256": "0gkgkw04ndr5y7hrdy0r4v2drs5srwfcw2bs1gyas066hwl84xyw"
}
},
{
"goPackagePath": "github.com/mreiferson/go-options",
"fetch": {
"type": "git",
"url": "https://github.com/mreiferson/go-options",
"rev": "7c174072188d0cfbe6f01bb457626abb22bdff52",
"sha256": "0ksyi2cb4k6r2fxamljg42qbz5hdcb9kv5i7y6cx4ajjy0xznwgm"
}
},
{
"goPackagePath": "google.golang.org/api",
"fetch": {
"type": "git",
"url": "https://code.googlesource.com/google-api-go-client",
"rev": "a5c3e2a4792aff40e59840d9ecdff0542a202a80",
"sha256": "1kigddnbyrl9ddpj5rs8njvf1ck54ipi4q1282k0d6b3am5qfbj8"
}
},
{
"goPackagePath": "google.golang.org/cloud",
"fetch": {
"type": "git",
"url": "https://code.googlesource.com/gocloud",
"rev": "6335269abf9002cf5a84613c13cda6010842b834",
"sha256": "15xrqxna5ms0r634k3bfzyymn431dvqcjwbsap8ay60x371kzbwf"
}
},
{
"goPackagePath": "golang.org/x/oauth2",
"fetch": {
"type": "git",
"url": "https://go.googlesource.com/oauth2",
"rev": "397fe7649477ff2e8ced8fc0b2696f781e53745a",
"sha256": "0fza0l7iwh6llkq2yzqn7dxi138vab0da64lnghfj1p71fprjzn8"
}
},
{
"goPackagePath": "github.com/18F/hmacauth",
"fetch": {
"type": "git",
"url": "https://github.com/18F/hmacauth",
"rev": "9232a6386b737d7d1e5c1c6e817aa48d5d8ee7cd",
"sha256": "056mcqrf2bv0g9gn2ixv19srk613h4sasl99w9375mpvmadb3pz1"
}
}
]