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`.
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
[
|
||||
{
|
||||
"include": "../../../go-modules/libs.json",
|
||||
"packages": [
|
||||
"github.com/cpucycle/astrotime"
|
||||
]
|
||||
}
|
||||
{
|
||||
"goPackagePath": "github.com/cpucycle/astrotime",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cpucycle/astrotime",
|
||||
"rev": "9c7d514efdb561775030eaf8f1a9ae6bddb3a2ca",
|
||||
"sha256": "024sc7g55v4s54irssm5wsn74sr2k2ynsm6z16w47q66cxhgvby1"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,26 +1,173 @@
|
||||
[
|
||||
{
|
||||
"include": "../../../go-modules/libs.json",
|
||||
"packages": [
|
||||
"github.com/golang/protobuf",
|
||||
"github.com/gorilla/websocket",
|
||||
"github.com/syndtr/gocapability",
|
||||
"gopkg.in/inconshreveable/log15.v2",
|
||||
"github.com/gorilla/mux",
|
||||
"github.com/pborman/uuid",
|
||||
"golang.org/x/crypto",
|
||||
"gopkg.in/flosch/pongo2.v3",
|
||||
"gopkg.in/tomb.v2",
|
||||
"github.com/olekukonko/tablewriter",
|
||||
"github.com/mattn/go-sqlite3",
|
||||
"gopkg.in/lxc/go-lxc.v2",
|
||||
"gopkg.in/yaml.v2",
|
||||
"github.com/mattn/go-runewidth",
|
||||
"github.com/coreos/go-systemd",
|
||||
"github.com/dustinkirkland/golang-petname",
|
||||
"github.com/gorilla/context",
|
||||
"github.com/mattn/go-colorable",
|
||||
"github.com/gosexy/gettext"
|
||||
]
|
||||
}
|
||||
{
|
||||
"goPackagePath": "gopkg.in/yaml.v2",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://gopkg.in/yaml.v2",
|
||||
"rev": "a83829b6f1293c91addabc89d0571c246397bbf4",
|
||||
"sha256": "1m4dsmk90sbi17571h6pld44zxz7jc4lrnl4f27dpd1l8g5xvjhh"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "golang.org/x/crypto",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://go.googlesource.com/crypto",
|
||||
"rev": "575fdbe86e5dd89229707ebec0575ce7d088a4a6",
|
||||
"sha256": "1kgv1mkw9y404pk3lcwbs0vgl133mwyp294i18jg9hp10s5d56xa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/golang/protobuf",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/golang/protobuf",
|
||||
"rev": "59b73b37c1e45995477aae817e4a653c89a858db",
|
||||
"sha256": "1dx22jvhvj34ivpr7gw01fncg9yyx35mbpal4mpgnqka7ajmgjsa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "gopkg.in/tomb.v2",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://gopkg.in/tomb.v2",
|
||||
"rev": "14b3d72120e8d10ea6e6b7f87f7175734b1faab8",
|
||||
"sha256": "1nza31jvkpka5431c4bdbirvjdy36b1b55sbzljqhqih25jrcjx5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/gorilla/websocket",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gorilla/websocket",
|
||||
"rev": "a622679ebd7a3b813862379232f645f8e690e43f",
|
||||
"sha256": "1nc9jbcmgya1i6dmf6sbcqsnxi9hbjg6dz1z0k7zmc6xdwlq0y4q"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/syndtr/gocapability",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/syndtr/gocapability",
|
||||
"rev": "2c00daeb6c3b45114c80ac44119e7b8801fdd852",
|
||||
"sha256": "1x7jdcg2r5pakjf20q7bdiidfmv7vcjiyg682186rkp2wz0yws0l"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "gopkg.in/inconshreveable/log15.v2",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://gopkg.in/inconshreveable/log15.v2",
|
||||
"rev": "b105bd37f74e5d9dc7b6ad7806715c7a2b83fd3f",
|
||||
"sha256": "18rldvi60i7b3lljfrsqgcc24gdkw2pcixxydznyggaqhh96l6a8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/gorilla/mux",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gorilla/mux",
|
||||
"rev": "8096f47503459bcc74d1f4c487b7e6e42e5746b5",
|
||||
"sha256": "0163fm9jsh54df471mx9kfhdg0070klqhw9ja0qwdzqibxq791b9"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/pborman/uuid",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pborman/uuid",
|
||||
"rev": "ca53cad383cad2479bbba7f7a1a05797ec1386e4",
|
||||
"sha256": "0rcx669bbjkkwdlw81spnra4ffgzd4rbpywnrj3w41m9vq6mk1gn"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "gopkg.in/flosch/pongo2.v3",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://gopkg.in/flosch/pongo2.v3",
|
||||
"rev": "5e81b817a0c48c1c57cdf1a9056cf76bdee02ca9",
|
||||
"sha256": "0fd7d79644zmcirsb1gvhmh0l5vb5nyxmkzkvqpmzzcg6yfczph8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/olekukonko/tablewriter",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/olekukonko/tablewriter",
|
||||
"rev": "cca8bbc0798408af109aaaa239cbd2634846b340",
|
||||
"sha256": "0f9ph3z7lh6p6gihbl1461j9yq5qiaqxr9mzdkp512n18v89ml48"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/mattn/go-sqlite3",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mattn/go-sqlite3",
|
||||
"rev": "b4142c444a8941d0d92b0b7103a24df9cd815e42",
|
||||
"sha256": "0xq2y4am8dz9w9aaq24s1npg1sn8pf2gn4nki73ylz2fpjwq9vla"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "gopkg.in/lxc/go-lxc.v2",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://gopkg.in/lxc/go-lxc.v2",
|
||||
"rev": "8f9e220b36393c03854c2d224c5a55644b13e205",
|
||||
"sha256": "1dc1n2561k3pxbm2zzh3qwlh30bcb2k9v22ghvr7ps2j9lmhs0ip"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/mattn/go-runewidth",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mattn/go-runewidth",
|
||||
"rev": "d6bea18f789704b5f83375793155289da36a3c7f",
|
||||
"sha256": "1hnigpn7rjbwd1ircxkyx9hvi0xmxr32b2jdy2jzw6b3jmcnz1fs"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/coreos/go-systemd",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/coreos/go-systemd",
|
||||
"rev": "a606a1e936df81b70d85448221c7b1c6d8a74ef1",
|
||||
"sha256": "0fhan564swp982dnzzspb6jzfdl453489c0qavh65g3shy5x8x28"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/dustinkirkland/golang-petname",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dustinkirkland/golang-petname",
|
||||
"rev": "2182cecef7f257230fc998bc351a08a5505f5e6c",
|
||||
"sha256": "1xagj34y5rxl7rykhil8iqxlls9rbgcxgdvgfp7kg39pinw83arl"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/gorilla/context",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gorilla/context",
|
||||
"rev": "215affda49addc4c8ef7e2534915df2c8c35c6cd",
|
||||
"sha256": "1ybvjknncyx1f112mv28870n0l7yrymsr0861vzw10gc4yn1h97g"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/mattn/go-colorable",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mattn/go-colorable",
|
||||
"rev": "3dac7b4f76f6e17fb39b768b89e3783d16e237fe",
|
||||
"sha256": "08680mba8hh2rghymqbzd4m40r9k765w5kbzvrif9ngd6h85qnw6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/gosexy/gettext",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gosexy/gettext",
|
||||
"rev": "305f360aee30243660f32600b87c3c1eaa947187",
|
||||
"sha256": "0sm7ziv56ms0lrk30ipbl6i17azar3a44dd2xvr011442zs5ym09"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,17 +1,20 @@
|
||||
[
|
||||
{
|
||||
"include": "../../../go-modules/libs.json",
|
||||
"packages": [
|
||||
"github.com/hanwen/go-fuse"
|
||||
]
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/hanwen/usb",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/hanwen/usb",
|
||||
"rev": "69aee4530ac705cec7c5344418d982aaf15cf0b1",
|
||||
"sha256": "01k0c2g395j65vm1w37mmrfkg6nm900khjrrizzpmx8f8yf20dky"
|
||||
{
|
||||
"goPackagePath": "github.com/hanwen/go-fuse",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/hanwen/go-fuse",
|
||||
"rev": "bd746dd8bcc8c059a9d953a786a6156eb83f398e",
|
||||
"sha256": "1dvvclp418j3d02v9717sfqhl6fw6yyddr9r3j8gsiv8nb62ib56"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/hanwen/usb",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/hanwen/usb",
|
||||
"rev": "69aee4530ac705cec7c5344418d982aaf15cf0b1",
|
||||
"sha256": "01k0c2g395j65vm1w37mmrfkg6nm900khjrrizzpmx8f8yf20dky"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,10 +1,29 @@
|
||||
[
|
||||
{
|
||||
"include": "../../../../development/go-modules/libs.json",
|
||||
"packages": [
|
||||
"golang.org/x/sys",
|
||||
"gopkg.in/yaml.v2",
|
||||
"gopkg.in/fsnotify.v1"
|
||||
]
|
||||
"goPackagePath": "golang.org/x/sys",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://go.googlesource.com/sys",
|
||||
"rev": "d9157a9621b69ad1d8d77a1933590c416593f24f",
|
||||
"sha256": "1asdbp7rj1j1m1aar1a022wpcwbml6zih6cpbxaw7b2m8v8is931"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "gopkg.in/fsnotify.v1",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://gopkg.in/fsnotify.v1",
|
||||
"rev": "96c060f6a6b7e0d6f75fddd10efeaca3e5d1bcb0",
|
||||
"sha256": "1308z1by82fbymcra26wjzw7lpjy91kbpp2skmwqcq4q1iwwzvk2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "gopkg.in/yaml.v2",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://gopkg.in/yaml.v2",
|
||||
"rev": "a83829b6f1293c91addabc89d0571c246397bbf4",
|
||||
"sha256": "1m4dsmk90sbi17571h6pld44zxz7jc4lrnl4f27dpd1l8g5xvjhh"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
[
|
||||
{
|
||||
"include": "../../libs.json",
|
||||
"packages": [
|
||||
"github.com/vincent-petithory/structfield"
|
||||
]
|
||||
}
|
||||
{
|
||||
"goPackagePath": "github.com/vincent-petithory/structfield",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vincent-petithory/structfield",
|
||||
"rev": "01a738558a47fbf16712994d1737fb31c77e7d11",
|
||||
"sha256": "1kyx71z13mf6hc8ly0j0b9zblgvj5lzzvgnc3fqh61wgxrsw24dw"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,12 +1,47 @@
|
||||
[
|
||||
{
|
||||
"include": "../../../go-modules/libs.json",
|
||||
"packages": [
|
||||
"github.com/howeyc/gopass",
|
||||
"github.com/jessevdk/go-flags",
|
||||
"golang.org/x/crypto",
|
||||
"gopkg.in/mgo.v2",
|
||||
"gopkg.in/tomb.v2"
|
||||
]
|
||||
}
|
||||
{
|
||||
"goPackagePath": "golang.org/x/crypto",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://go.googlesource.com/crypto",
|
||||
"rev": "575fdbe86e5dd89229707ebec0575ce7d088a4a6",
|
||||
"sha256": "1kgv1mkw9y404pk3lcwbs0vgl133mwyp294i18jg9hp10s5d56xa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/howeyc/gopass",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/howeyc/gopass",
|
||||
"rev": "2c70fa70727c953c51695f800f25d6b44abb368e",
|
||||
"sha256": "152lrkfxk205rlxiign0w5wb0fmfh910yz4jhlv4f4l1qr1h2lx8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "gopkg.in/mgo.v2",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://gopkg.in/mgo.v2",
|
||||
"rev": "c6a7dce14133ccac2dcac3793f1d6e2ef048503a",
|
||||
"sha256": "0rg232q1bkq3y3kd5816hgk1jpf7i38aha5q5ia7j6p9xashz7vj"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "gopkg.in/tomb.v2",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://gopkg.in/tomb.v2",
|
||||
"rev": "14b3d72120e8d10ea6e6b7f87f7175734b1faab8",
|
||||
"sha256": "1nza31jvkpka5431c4bdbirvjdy36b1b55sbzljqhqih25jrcjx5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/jessevdk/go-flags",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jessevdk/go-flags",
|
||||
"rev": "1b89bf73cd2c3a911d7b2a279ab085c4a18cf539",
|
||||
"sha256": "027nglc5xx1cm03z9sisg0iqrhwcj6gh5z254rrpl8p4fwrxx680"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
[
|
||||
{
|
||||
"include": "../../../go-modules/libs.json",
|
||||
"packages": [
|
||||
"github.com/godbus/dbus"
|
||||
]
|
||||
}
|
||||
{
|
||||
"goPackagePath": "github.com/godbus/dbus",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/godbus/dbus",
|
||||
"rev": "32c6cc29c14570de4cf6d7e7737d68fb2d01ad15",
|
||||
"sha256": "0v401f761l88yapiaw23pxvxviqrwl2r2vfd6lq02044i7x4i5r3"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,19 +1,101 @@
|
||||
[
|
||||
{
|
||||
"include": "../../../go-modules/libs.json",
|
||||
"packages": [
|
||||
"gopkg.in/yaml.v1",
|
||||
"github.com/gorilla/websocket",
|
||||
"github.com/rcrowley/go-metrics",
|
||||
"github.com/inconshreveable/go-vhost",
|
||||
"code.google.com/p/log4go",
|
||||
"github.com/daviddengcn/go-colortext",
|
||||
"gopkg.in/yaml.v1",
|
||||
"github.com/inconshreveable/mousetrap",
|
||||
"github.com/nsf/termbox-go",
|
||||
"gopkg.in/inconshreveable/go-update.v0",
|
||||
"github.com/kardianos/osext",
|
||||
"github.com/kr/binarydist"
|
||||
]
|
||||
}
|
||||
{
|
||||
"goPackagePath": "github.com/gorilla/websocket",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gorilla/websocket",
|
||||
"rev": "a622679ebd7a3b813862379232f645f8e690e43f",
|
||||
"sha256": "1nc9jbcmgya1i6dmf6sbcqsnxi9hbjg6dz1z0k7zmc6xdwlq0y4q"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/rcrowley/go-metrics",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rcrowley/go-metrics",
|
||||
"rev": "1ce93efbc8f9c568886b2ef85ce305b2217b3de3",
|
||||
"sha256": "06gg72krlmd0z3zdq6s716blrga95pyj8dc2f2psfbknbkyrkfqa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/inconshreveable/go-vhost",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/inconshreveable/go-vhost",
|
||||
"rev": "c4c28117502e4bf00960c8282b2d1c51c865fe2c",
|
||||
"sha256": "1rway6sls6fl2s2jk20ajj36rrlzh9944ncc9pdd19kifix54z32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "code.google.com/p/log4go",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ccpaging/log4go",
|
||||
"rev": "cb4cc51cd03958183d3b637d0750497d88c2f7a8",
|
||||
"sha256": "0l9f86zzhla9hq35q4xhgs837283qrm4gxbp5lrwwls54ifiq7k2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/daviddengcn/go-colortext",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/daviddengcn/go-colortext",
|
||||
"rev": "13eaeb896f5985a1ab74ddea58707a73d875ba57",
|
||||
"sha256": "0618xs9lc5xfp5zkkb5j47dr7i30ps3zj5fj0zpv8afqh2cc689x"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "gopkg.in/yaml.v1",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/go-yaml/yaml",
|
||||
"rev": "b0c168ac0cf9493da1f9bb76c34b26ffef940b4a",
|
||||
"sha256": "0jbdy41pplf2d1j24qwr8gc5qsig6ai5ch8rwgvg72kq9q0901cy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/inconshreveable/mousetrap",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/inconshreveable/mousetrap",
|
||||
"rev": "9dbb96d2c3a964935b0870b5abaea13c98b483aa",
|
||||
"sha256": "1f9g8vm18qv1rcb745a4iahql9vfrz0jni9mnzriab2wy1pfdl5b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/nsf/termbox-go",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nsf/termbox-go",
|
||||
"rev": "9aecf65084a5754f12d27508fa2e6ed56851953b",
|
||||
"sha256": "16sak07bgvmax4zxfrd4jia1dgygk733xa8vk8cdx28z98awbfsh"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "gopkg.in/inconshreveable/go-update.v0",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/inconshreveable/go-update",
|
||||
"rev": "d8b0b1d421aa1cbf392c05869f8abbc669bb7066",
|
||||
"sha256": "0cvkik2w368fzimx3y29ncfgw7004qkbdf2n3jy5czvzn35q7dpa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/kardianos/osext",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kardianos/osext",
|
||||
"rev": "29ae4ffbc9a6fe9fb2bc5029050ce6996ea1d3bc",
|
||||
"sha256": "1mawalaz84i16njkz6f9fd5jxhcbxkbsjnav3cmqq2dncv2hyv8a"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/kr/binarydist",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kr/binarydist",
|
||||
"rev": "9955b0ab8708602d411341e55fffd7e0700f86bd",
|
||||
"sha256": "11wncbbbrdcxl5ff3h6w8vqfg4bxsf8709mh6vda0cv236flkyn3"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
[
|
||||
{
|
||||
"include": "../../../go-modules/libs.json",
|
||||
"packages": [
|
||||
"github.com/jessevdk/go-flags"
|
||||
]
|
||||
}
|
||||
{
|
||||
"goPackagePath": "github.com/jessevdk/go-flags",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jessevdk/go-flags",
|
||||
"rev": "1b89bf73cd2c3a911d7b2a279ab085c4a18cf539",
|
||||
"sha256": "027nglc5xx1cm03z9sisg0iqrhwcj6gh5z254rrpl8p4fwrxx680"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,19 +1,101 @@
|
||||
[
|
||||
{
|
||||
"include": "../../libs.json",
|
||||
"packages": [
|
||||
"github.com/aybabtme/rgbterm",
|
||||
"github.com/vaughan0/go-ini",
|
||||
"github.com/howeyc/gopass",
|
||||
"github.com/AdRoll/hologram",
|
||||
"github.com/mitchellh/go-homedir",
|
||||
"github.com/goamz/goamz",
|
||||
"github.com/nmcclain/asn1-ber",
|
||||
"gopkg.in/asn1-ber.v1",
|
||||
"github.com/peterbourgon/g2s",
|
||||
"github.com/nmcclain/ldap",
|
||||
"github.com/golang/protobuf",
|
||||
"golang.org/x/crypto"
|
||||
]
|
||||
}
|
||||
{
|
||||
"goPackagePath": "golang.org/x/crypto",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://go.googlesource.com/crypto",
|
||||
"rev": "575fdbe86e5dd89229707ebec0575ce7d088a4a6",
|
||||
"sha256": "1kgv1mkw9y404pk3lcwbs0vgl133mwyp294i18jg9hp10s5d56xa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/golang/protobuf",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/golang/protobuf",
|
||||
"rev": "59b73b37c1e45995477aae817e4a653c89a858db",
|
||||
"sha256": "1dx22jvhvj34ivpr7gw01fncg9yyx35mbpal4mpgnqka7ajmgjsa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/howeyc/gopass",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/howeyc/gopass",
|
||||
"rev": "2c70fa70727c953c51695f800f25d6b44abb368e",
|
||||
"sha256": "152lrkfxk205rlxiign0w5wb0fmfh910yz4jhlv4f4l1qr1h2lx8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/aybabtme/rgbterm",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aybabtme/rgbterm",
|
||||
"rev": "c07e2f009ed2311e9c35bca12ec00b38ccd48283",
|
||||
"sha256": "1qph7drds44jzx1whqlrh1hs58k0wv0v58zyq2a81hmm72gsgzam"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/vaughan0/go-ini",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vaughan0/go-ini",
|
||||
"rev": "a98ad7ee00ec53921f08832bc06ecf7fd600e6a1",
|
||||
"sha256": "1l1isi3czis009d9k5awsj4xdxgbxn4n9yqjc1ac7f724x6jacfa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/mitchellh/go-homedir",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mitchellh/go-homedir",
|
||||
"rev": "1f6da4a72e57d4e7edd4a7295a585e0a3999a2d4",
|
||||
"sha256": "1l5lrsjrnwxn299mhvyxvz8hd0spkx0d31gszm4cyx21bg1xsiy9"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/goamz/goamz",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/goamz/goamz",
|
||||
"rev": "2a8fed5e89ab9e16210fc337d1aac780e8c7bbb7",
|
||||
"sha256": "0rlinp0cvgw66qjndg4padr5s0wd3n7kjfggkx6czqj9bqaxcz4b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/nmcclain/asn1-ber",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/go-asn1-ber/asn1-ber",
|
||||
"rev": "f4b6f4a84f5cde443d1925b5ec185ee93c2bdc72",
|
||||
"sha256": "0qdyax6yw3hvplzqc2ykpihi3m5y4nii581ay0mxy9c54bzs2nk9"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "gopkg.in/asn1-ber.v1",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/go-asn1-ber/asn1-ber",
|
||||
"rev": "f4b6f4a84f5cde443d1925b5ec185ee93c2bdc72",
|
||||
"sha256": "0qdyax6yw3hvplzqc2ykpihi3m5y4nii581ay0mxy9c54bzs2nk9"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/peterbourgon/g2s",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/peterbourgon/g2s",
|
||||
"rev": "ec76db4c1ac16400ac0e17ca9c4840e1d23da5dc",
|
||||
"sha256": "1p4p8755v2nrn54rik7yifpg9szyg44y5rpp0kryx4ycl72307rj"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/nmcclain/ldap",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/go-ldap/ldap",
|
||||
"rev": "83e65426fd1c06626e88aa8a085e5bfed0208e29",
|
||||
"sha256": "179lwaf0hvczl8g4xzkpcpzq25p1b23f7399bx5zl55iin62d8yz"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,15 +1,74 @@
|
||||
[
|
||||
{
|
||||
"include": "../../libs.json",
|
||||
"packages": [
|
||||
"github.com/kelseyhightower/memkv",
|
||||
"github.com/armon/consul-api",
|
||||
"github.com/garyburd/redigo",
|
||||
"github.com/samuel/go-zookeeper",
|
||||
"github.com/BurntSushi/toml",
|
||||
"github.com/Sirupsen/logrus",
|
||||
"github.com/coreos/go-etcd",
|
||||
"github.com/ugorji/go"
|
||||
]
|
||||
}
|
||||
{
|
||||
"goPackagePath": "github.com/Sirupsen/logrus",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Sirupsen/logrus",
|
||||
"rev": "be52937128b38f1d99787bb476c789e2af1147f1",
|
||||
"sha256": "1m6vvd4pg4lwglhk54lv5mf6cc8h7bi0d9zb3gar4crz531r66y4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/coreos/go-etcd",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/coreos/go-etcd",
|
||||
"rev": "9847b93751a5fbaf227b893d172cee0104ac6427",
|
||||
"sha256": "1ihq01ayqzxvn6hca5j00vl189vi5lm78f0fy2wpk5mrm3xi01l4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/ugorji/go",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ugorji/go",
|
||||
"rev": "03e33114d4d60a1f37150325e15f51b0fa6fc4f6",
|
||||
"sha256": "01kdzgx23cgb4k867m1pvsw14hhdr9jf2frqy6i4j4221055m57v"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/samuel/go-zookeeper",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/samuel/go-zookeeper",
|
||||
"rev": "5bb5cfc093ad18a28148c578f8632cfdb4d802e4",
|
||||
"sha256": "1kpx1ymh7rds0b2km291idnyqi0zck74nd8hnk72crgz7wmpqv6z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/BurntSushi/toml",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/BurntSushi/toml",
|
||||
"rev": "056c9bc7be7190eaa7715723883caffa5f8fa3e4",
|
||||
"sha256": "0gkgkw04ndr5y7hrdy0r4v2drs5srwfcw2bs1gyas066hwl84xyw"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/kelseyhightower/memkv",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kelseyhightower/memkv",
|
||||
"rev": "7f9c7f36f45ba80c62fe22779ee78d9b4ca36580",
|
||||
"sha256": "090x65kr3gqh8fc8z4rm9hc2r0v0k7rfm5vsbmhdh21f48ixw540"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/armon/consul-api",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/armon/consul-api",
|
||||
"rev": "f79efe463cdbb62f6d5a55f879a63ec554eb13e5",
|
||||
"sha256": "1rkmzfhsazj9p2b6ywvs8yramzvxfxyvplzxi0ldvhcv04887gcp"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/garyburd/redigo",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/garyburd/redigo",
|
||||
"rev": "535138d7bcd717d6531c701ef5933d98b1866257",
|
||||
"sha256": "1m7nc1gvv5yqnq8ii75f33485il6y6prf8gxl97dimsw94qccc5v"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,16 +1,83 @@
|
||||
[
|
||||
{
|
||||
"include": "../../libs.json",
|
||||
"packages": [
|
||||
"github.com/BurntSushi/toml",
|
||||
"github.com/monochromegane/conflag",
|
||||
"github.com/monochromegane/go-home",
|
||||
"github.com/monochromegane/terminal",
|
||||
"github.com/monochromegane/go-gitignore",
|
||||
"github.com/shiena/ansicolor",
|
||||
"golang.org/x/text",
|
||||
"gopkg.in/yaml.v2",
|
||||
"github.com/jessevdk/go-flags"
|
||||
]
|
||||
}
|
||||
{
|
||||
"goPackagePath": "gopkg.in/yaml.v2",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://gopkg.in/yaml.v2",
|
||||
"rev": "a83829b6f1293c91addabc89d0571c246397bbf4",
|
||||
"sha256": "1m4dsmk90sbi17571h6pld44zxz7jc4lrnl4f27dpd1l8g5xvjhh"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/jessevdk/go-flags",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jessevdk/go-flags",
|
||||
"rev": "1b89bf73cd2c3a911d7b2a279ab085c4a18cf539",
|
||||
"sha256": "027nglc5xx1cm03z9sisg0iqrhwcj6gh5z254rrpl8p4fwrxx680"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/BurntSushi/toml",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/BurntSushi/toml",
|
||||
"rev": "056c9bc7be7190eaa7715723883caffa5f8fa3e4",
|
||||
"sha256": "0gkgkw04ndr5y7hrdy0r4v2drs5srwfcw2bs1gyas066hwl84xyw"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "golang.org/x/text",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://go.googlesource.com/text",
|
||||
"rev": "5eb8d4684c4796dd36c74f6452f2c0fa6c79597e",
|
||||
"sha256": "1cjwm2pv42dbfqc6ylr7jmma902zg4gng5aarqrbjf1k2nf2vs14"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/monochromegane/conflag",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/monochromegane/conflag",
|
||||
"rev": "6d68c9aa4183844ddc1655481798fe4d90d483e9",
|
||||
"sha256": "0csfr5c8d3kbna9sqhzfp2z06wq6mc6ijja1zj2i82kzsq8534wa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/monochromegane/go-home",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/monochromegane/go-home",
|
||||
"rev": "25d9dda593924a11ea52e4ffbc8abdb0dbe96401",
|
||||
"sha256": "172chakrj22xfm0bcda4qj5zqf7lwr53pzwc3xj6wz8vd2bcxkww"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/monochromegane/terminal",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/monochromegane/terminal",
|
||||
"rev": "2da212063ce19aed90ee5bbb00ad1ad7393d7f48",
|
||||
"sha256": "1rddaq9pk5q57ildms35iihghqk505gb349pb0f6k3svchay38nh"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/monochromegane/go-gitignore",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/monochromegane/go-gitignore",
|
||||
"rev": "38717d0a108ca0e5af632cd6845ca77d45b50729",
|
||||
"sha256": "0r1inabpgg6sn6i47b02hcmd2p4dc1ab1mcy20mn1b2k3mpdj4b7"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/shiena/ansicolor",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/shiena/ansicolor",
|
||||
"rev": "a5e2b567a4dd6cc74545b8a4f27c9d63b9e7735b",
|
||||
"sha256": "0gwplb1b4fvav1vjf4b2dypy5rcp2w41vrbxkd1dsmac870cy75p"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,10 +1,29 @@
|
||||
[
|
||||
{
|
||||
"include": "../../libs.json",
|
||||
"packages": [
|
||||
"github.com/svent/go-flags",
|
||||
"github.com/svent/go-nbreader",
|
||||
"golang.org/x/crypto"
|
||||
]
|
||||
}
|
||||
{
|
||||
"goPackagePath": "golang.org/x/crypto",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://go.googlesource.com/crypto",
|
||||
"rev": "575fdbe86e5dd89229707ebec0575ce7d088a4a6",
|
||||
"sha256": "1kgv1mkw9y404pk3lcwbs0vgl133mwyp294i18jg9hp10s5d56xa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/svent/go-flags",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/svent/go-flags",
|
||||
"rev": "4bcbad344f0318adaf7aabc16929701459009aa3",
|
||||
"sha256": "1gb416fgxl9gq4q6wsv3i2grq1mzbi7lvfvmfdqbxqbv9vizzh34"
|
||||
}
|
||||
},
|
||||
{
|
||||
"goPackagePath": "github.com/svent/go-nbreader",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/svent/go-nbreader",
|
||||
"rev": "7cef48da76dca6a496faa7fe63e39ed665cbd219",
|
||||
"sha256": "0hw11jj5r3f6qwydg41nc3c6aadlbkhc1qpxra2609lis0qa9h4r"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user