Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@corpix

corpix/bingo.nix Secret

Last active February 14, 2019 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corpix/6ae6860e202004632c782012f6da203d to your computer and use it in GitHub Desktop.
Save corpix/6ae6860e202004632c782012f6da203d to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
assert lib.versionAtLeast go.version "1.11";
buildGoPackage rec {
name = "bingo-${version}";
version = "unstable-2019-02-13";
goPackagePath = "github.com/saibing/bingo";
src = fetchgit {
url = "https://github.com/saibing/bingo";
rev = "33a02d93cc41360161cf8d69fcbedc3c0a061fba";
sha256 = "0v04z271pbcfny93sz585b43n79n671j12x6h502x8ip0shf2nq9";
};
allowGoReference = true;
goDeps = ./deps.nix;
buildPhase = ''
go build -o bingo $src/main.go
'';
installPhase = ''
mkdir -p $bin/bin
mv bingo $bin/bin/
'';
}
# file generated from go.mod using vgo2nix (https://github.com/adisbladis/vgo2nix)
[
{
goPackagePath = "cloud.google.com/go";
fetch = {
type = "git";
url = "https://code.googlesource.com/gocloud";
rev = "v0.34.0";
sha256 = "1kclgclwar3r37zbvb9gg3qxbgzkb50zk3s9778zlh2773qikmai";
};
}
{
goPackagePath = "dmitri.shuralyov.com/app/changes";
fetch = {
type = "git";
url = "https://dmitri.shuralyov.com/app/changes";
rev = "0a106ad413e3";
sha256 = "0yxk8qh8cg35nhi9jhj6bi7vyrxyb784kil2y29d5g4hpvlzgim0";
};
}
{
goPackagePath = "dmitri.shuralyov.com/html/belt";
fetch = {
type = "git";
url = "https://dmitri.shuralyov.com/html/belt";
rev = "f7d459c86be0";
sha256 = "0gqaxr3ba3n03r3qx851ivp292q458gnlhv1ry6msvc0z3s7wyvi";
};
}
{
goPackagePath = "dmitri.shuralyov.com/service/change";
fetch = {
type = "git";
url = "https://dmitri.shuralyov.com/service/change";
rev = "a85b471d5412";
sha256 = "17wwzk29547j8f06dgdwmwqpi2jyvky84g0s0z80hlj90w6xxal0";
};
}
{
goPackagePath = "dmitri.shuralyov.com/state";
fetch = {
type = "git";
url = "https://dmitri.shuralyov.com/state";
rev = "28bcc343414c";
sha256 = "0ag65j0b7s63v91fykxi5h0d5nm35x0ca0gm3bmbanrr4955xjb2";
};
}
{
goPackagePath = "git.apache.org/thrift.git";
fetch = {
type = "git";
url = "https://github.com/apache/thrift";
rev = "2566ecd5d999";
sha256 = "14gl0j85x3hj3gncf417f8zf92phrpvkj4clxmvbcq1dcgjdn6mc";
};
}
{
goPackagePath = "github.com/anmitsu/go-shlex";
fetch = {
type = "git";
url = "https://github.com/anmitsu/go-shlex";
rev = "648efa622239";
sha256 = "10rgdp5d106iisgz25ic8k6f44s9adh4sjh6fyxq9ccm21gw49b7";
};
}
{
goPackagePath = "github.com/beorn7/perks";
fetch = {
type = "git";
url = "https://github.com/beorn7/perks";
rev = "3a771d992973";
sha256 = "1l2lns4f5jabp61201sh88zf3b0q793w4zdgp9nll7mmfcxxjif3";
};
}
{
goPackagePath = "github.com/bradfitz/go-smtpd";
fetch = {
type = "git";
url = "https://github.com/bradfitz/go-smtpd";
rev = "deb6d6237625";
sha256 = "1i33brqd44h0a9hbdnclka0hfg0f6qi5xy23f0ap9yixkhj4k9p6";
};
}
{
goPackagePath = "github.com/client9/misspell";
fetch = {
type = "git";
url = "https://github.com/client9/misspell";
rev = "v0.3.4";
sha256 = "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs";
};
}
{
goPackagePath = "github.com/coreos/go-systemd";
fetch = {
type = "git";
url = "https://github.com/coreos/go-systemd";
rev = "c6f51f82210d";
sha256 = "1vnccmnkjl6n539l4cliz6sznpqn6igf5v7mbmsgahb838742clb";
};
}
{
goPackagePath = "github.com/davecgh/go-spew";
fetch = {
type = "git";
url = "https://github.com/davecgh/go-spew";
rev = "v1.1.1";
sha256 = "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y";
};
}
{
goPackagePath = "github.com/dustin/go-humanize";
fetch = {
type = "git";
url = "https://github.com/dustin/go-humanize";
rev = "v1.0.0";
sha256 = "1kqf1kavdyvjk7f8kx62pnm7fbypn9z1vbf8v2qdh3y7z7a0cbl3";
};
}
{
goPackagePath = "github.com/flynn/go-shlex";
fetch = {
type = "git";
url = "https://github.com/flynn/go-shlex";
rev = "3f9db97f8568";
sha256 = "1j743lysygkpa2s2gii2xr32j7bxgc15zv4113b0q9jhn676ysia";
};
}
{
goPackagePath = "github.com/fsnotify/fsevents";
fetch = {
type = "git";
url = "https://github.com/fsnotify/fsevents";
rev = "v0.1.1";
sha256 = "05i0h6zvrczw3vzg6nd9aab3k9ny1zldb7xrg832jcd3xafkr63s";
};
}
{
goPackagePath = "github.com/fsnotify/fsnotify";
fetch = {
type = "git";
url = "https://github.com/fsnotify/fsnotify";
rev = "v1.4.7";
sha256 = "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g";
};
}
{
goPackagePath = "github.com/ghodss/yaml";
fetch = {
type = "git";
url = "https://github.com/ghodss/yaml";
rev = "v1.0.0";
sha256 = "0skwmimpy7hlh7pva2slpcplnm912rp3igs98xnqmn859kwa5v8g";
};
}
{
goPackagePath = "github.com/gliderlabs/ssh";
fetch = {
type = "git";
url = "https://github.com/gliderlabs/ssh";
rev = "v0.1.1";
sha256 = "0bylkc7yg8bxxffhchikcnzwli5n95cfmbji6v2a4mn1h5n36mdm";
};
}
{
goPackagePath = "github.com/go-stack/stack";
fetch = {
type = "git";
url = "https://github.com/go-stack/stack";
rev = "v1.8.0";
sha256 = "0wk25751ryyvxclyp8jdk5c3ar0cmfr8lrjb66qbg4808x66b96v";
};
}
{
goPackagePath = "github.com/gogo/protobuf";
fetch = {
type = "git";
url = "https://github.com/gogo/protobuf";
rev = "v1.1.1";
sha256 = "1525pq7r6h3s8dncvq8gxi893p2nq8dxpzvq0nfl5b4p6mq0v1c2";
};
}
{
goPackagePath = "github.com/golang/glog";
fetch = {
type = "git";
url = "https://github.com/golang/glog";
rev = "23def4e6c14b";
sha256 = "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30";
};
}
{
goPackagePath = "github.com/golang/lint";
fetch = {
type = "git";
url = "https://github.com/golang/lint";
rev = "06c8688daad7";
sha256 = "0xi94dwvz50a66bq1hp9fyqkym5mcpdxdb1hrfvicldgjf37lc47";
};
}
{
goPackagePath = "github.com/golang/mock";
fetch = {
type = "git";
url = "https://github.com/golang/mock";
rev = "v1.1.1";
sha256 = "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy";
};
}
{
goPackagePath = "github.com/golang/protobuf";
fetch = {
type = "git";
url = "https://github.com/golang/protobuf";
rev = "v1.2.0";
sha256 = "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab";
};
}
{
goPackagePath = "github.com/google/go-cmp";
fetch = {
type = "git";
url = "https://github.com/google/go-cmp";
rev = "v0.2.0";
sha256 = "1fbv0x27k9sn8svafc0hjwsnckk864lv4yi7bvzrxvmd3d5hskds";
};
}
{
goPackagePath = "github.com/google/go-github";
fetch = {
type = "git";
url = "https://github.com/google/go-github";
rev = "v17.0.0";
sha256 = "1kvw95l77a5n5rgal9n1xjh58zxb3a40ij1j722b1h4z8yg9jhg4";
};
}
{
goPackagePath = "github.com/google/go-querystring";
fetch = {
type = "git";
url = "https://github.com/google/go-querystring";
rev = "v1.0.0";
sha256 = "0xl12bqyvmn4xcnf8p9ksj9rmnr7s40pvppsdmy8n9bzw1db0iwz";
};
}
{
goPackagePath = "github.com/google/martian";
fetch = {
type = "git";
url = "https://github.com/google/martian";
rev = "v2.1.0";
sha256 = "197hil6vrjk50b9wvwyzf61csid83whsjj6ik8mc9r2lryxlyyrp";
};
}
{
goPackagePath = "github.com/googleapis/gax-go";
fetch = {
type = "git";
url = "https://github.com/googleapis/gax-go";
rev = "v2.0.0";
sha256 = "0h92x579vbrv2fka8q2ddy1kq6a63qbqa8zc09ygl6skzn9gw1dh";
};
}
{
goPackagePath = "github.com/gopherjs/gopherjs";
fetch = {
type = "git";
url = "https://github.com/gopherjs/gopherjs";
rev = "0766667cb4d1";
sha256 = "13pfc9sxiwjky2lm1xb3i3lcisn8p6mgjk2d927l7r92ysph8dmw";
};
}
{
goPackagePath = "github.com/gorilla/websocket";
fetch = {
type = "git";
url = "https://github.com/gorilla/websocket";
rev = "v1.4.0";
sha256 = "00i4vb31nsfkzzk7swvx3i75r2d960js3dri1875vypk3v2s0pzk";
};
}
{
goPackagePath = "github.com/gregjones/httpcache";
fetch = {
type = "git";
url = "https://github.com/gregjones/httpcache";
rev = "9cad4c3443a7";
sha256 = "0wjdwcwqqcx2d5y68qvhg6qyj977il5ijmnn9h9cd6wjbdy0ay6s";
};
}
{
goPackagePath = "github.com/grpc-ecosystem/grpc-gateway";
fetch = {
type = "git";
url = "https://github.com/grpc-ecosystem/grpc-gateway";
rev = "v1.5.0";
sha256 = "0brmvi6ngjb9wwxnfgxl6kyj8ixyrikylvr8vnkchihr7n8lwipk";
};
}
{
goPackagePath = "github.com/jellevandenhooff/dkim";
fetch = {
type = "git";
url = "https://github.com/jellevandenhooff/dkim";
rev = "f50fe3d243e1";
sha256 = "0qf5pypxfpciivj0v728i24rfjwhnwm07945mj6p3cw4gdphqhm0";
};
}
{
goPackagePath = "github.com/kisielk/gotool";
fetch = {
type = "git";
url = "https://github.com/kisielk/gotool";
rev = "v1.0.0";
sha256 = "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn";
};
}
{
goPackagePath = "github.com/kr/pretty";
fetch = {
type = "git";
url = "https://github.com/kr/pretty";
rev = "v0.1.0";
sha256 = "18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp";
};
}
{
goPackagePath = "github.com/kr/pty";
fetch = {
type = "git";
url = "https://github.com/kr/pty";
rev = "v1.1.3";
sha256 = "0knzlvndfgjm2k23vhp2xj1cv3fm31vbg5b20gdl1vnxk7rh549h";
};
}
{
goPackagePath = "github.com/kr/text";
fetch = {
type = "git";
url = "https://github.com/kr/text";
rev = "v0.1.0";
sha256 = "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1";
};
}
{
goPackagePath = "github.com/mattn/go-colorable";
fetch = {
type = "git";
url = "https://github.com/mattn/go-colorable";
rev = "v0.0.9";
sha256 = "1nwjmsppsjicr7anq8na6md7b1z84l9ppnlr045hhxjvbkqwalvx";
};
}
{
goPackagePath = "github.com/mattn/go-isatty";
fetch = {
type = "git";
url = "https://github.com/mattn/go-isatty";
rev = "v0.0.4";
sha256 = "0zs92j2cqaw9j8qx1sdxpv3ap0rgbs0vrvi72m40mg8aa36gd39w";
};
}
{
goPackagePath = "github.com/matttproud/golang_protobuf_extensions";
fetch = {
type = "git";
url = "https://github.com/matttproud/golang_protobuf_extensions";
rev = "v1.0.1";
sha256 = "1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya";
};
}
{
goPackagePath = "github.com/microcosm-cc/bluemonday";
fetch = {
type = "git";
url = "https://github.com/microcosm-cc/bluemonday";
rev = "v1.0.1";
sha256 = "1ygkzv2gpddvqhlyrpwyzjzfngij4khzy7frn7w57ddq37yz2v86";
};
}
{
goPackagePath = "github.com/neelance/astrewrite";
fetch = {
type = "git";
url = "https://github.com/neelance/astrewrite";
rev = "99348263ae86";
sha256 = "07527807p8q6h05iq4qy0xrlcmwyzj76gpk0yqf71yaj447mz24v";
};
}
{
goPackagePath = "github.com/neelance/sourcemap";
fetch = {
type = "git";
url = "https://github.com/neelance/sourcemap";
rev = "8c68805598ab";
sha256 = "0sg003hxmqhxrgkc2kyiph283s137z6f9javb5x8kcdg5pahmq7k";
};
}
{
goPackagePath = "github.com/openzipkin/zipkin-go";
fetch = {
type = "git";
url = "https://github.com/openzipkin/zipkin-go";
rev = "v0.1.1";
sha256 = "0kd5yc4117dlqc80v0f29kb2l8nrx2da9c03ljns5n8hynnjgb27";
};
}
{
goPackagePath = "github.com/pmezard/go-difflib";
fetch = {
type = "git";
url = "https://github.com/pmezard/go-difflib";
rev = "v1.0.0";
sha256 = "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw";
};
}
{
goPackagePath = "github.com/prometheus/client_golang";
fetch = {
type = "git";
url = "https://github.com/prometheus/client_golang";
rev = "v0.8.0";
sha256 = "1xqny3147g12n4j03kxm8s9mvdbs3ln6i56c655mybrn9jjy48kd";
};
}
{
goPackagePath = "github.com/prometheus/client_model";
fetch = {
type = "git";
url = "https://github.com/prometheus/client_model";
rev = "5c3871d89910";
sha256 = "04psf81l9fjcwascsys428v03fx4fi894h7fhrj2vvcz723q57k0";
};
}
{
goPackagePath = "github.com/prometheus/common";
fetch = {
type = "git";
url = "https://github.com/prometheus/common";
rev = "c7de2306084e";
sha256 = "11dqfm2d0m4sjjgyrnayman96g59x2apmvvqby9qmww2qj2k83ig";
};
}
{
goPackagePath = "github.com/prometheus/procfs";
fetch = {
type = "git";
url = "https://github.com/prometheus/procfs";
rev = "05ee40e3a273";
sha256 = "0f6fnczxa42b9rys2h3l0m8fy3x5hrhaq707vq0lbx5fcylw8lis";
};
}
{
goPackagePath = "github.com/russross/blackfriday";
fetch = {
type = "git";
url = "https://github.com/russross/blackfriday";
rev = "v1.5.2";
sha256 = "0jzbfzcywqcrnym4gxlz6nphmm1grg6wsl4f0r9x384rn83wkj7c";
};
}
{
goPackagePath = "github.com/sergi/go-diff";
fetch = {
type = "git";
url = "https://github.com/sergi/go-diff";
rev = "v1.0.0";
sha256 = "0swiazj8wphs2zmk1qgq75xza6m19snif94h2m6fi8dqkwqdl7c7";
};
}
{
goPackagePath = "github.com/shurcooL/component";
fetch = {
type = "git";
url = "https://github.com/shurcooL/component";
rev = "f88ec8f54cc4";
sha256 = "0za4az5kvalm3rs151a1pczy73mmrfiw7gjf2jpyh063w3rkmnbb";
};
}
{
goPackagePath = "github.com/shurcooL/events";
fetch = {
type = "git";
url = "https://github.com/shurcooL/events";
rev = "410e4ca65f48";
sha256 = "0xgyi65vaq9m7p5djnjxr5vv8s0bz14lm4laqq33zfwcv2r7r0kn";
};
}
{
goPackagePath = "github.com/shurcooL/github_flavored_markdown";
fetch = {
type = "git";
url = "https://github.com/shurcooL/github_flavored_markdown";
rev = "2122de532470";
sha256 = "0zh46yrlkmlg1jfjkr1cykxhcf3fpylwi5s3755b8r7m40cn6qkz";
};
}
{
goPackagePath = "github.com/shurcooL/go";
fetch = {
type = "git";
url = "https://github.com/shurcooL/go";
rev = "9e1955d9fb6e";
sha256 = "1lad9bvs75jsn61cfza19739c2c057k0bqxg2b4xz3z3l4w1mkqj";
};
}
{
goPackagePath = "github.com/shurcooL/go-goon";
fetch = {
type = "git";
url = "https://github.com/shurcooL/go-goon";
rev = "37c2f522c041";
sha256 = "17ac6j6msdcxbmfhq6pxhw5z339b87bd6ciln9909drjv2szyxqv";
};
}
{
goPackagePath = "github.com/shurcooL/gofontwoff";
fetch = {
type = "git";
url = "https://github.com/shurcooL/gofontwoff";
rev = "29b52fc0a18d";
sha256 = "1m35z2dav7q92kh0nql49llvgnjwmdi20mnjfysirbkmx9nxhs70";
};
}
{
goPackagePath = "github.com/shurcooL/gopherjslib";
fetch = {
type = "git";
url = "https://github.com/shurcooL/gopherjslib";
rev = "feb6d3990c2c";
sha256 = "1zw8505j4lzf4y94pkjg0hhzx4hx6v2jzl7yvd8vlfrpkdp9zvmi";
};
}
{
goPackagePath = "github.com/shurcooL/highlight_diff";
fetch = {
type = "git";
url = "https://github.com/shurcooL/highlight_diff";
rev = "09bb4053de1b";
sha256 = "1010i1b54k9flz01qf07hcqhgna6p3bn9lzcxm5kd1yyl3l8pf11";
};
}
{
goPackagePath = "github.com/shurcooL/highlight_go";
fetch = {
type = "git";
url = "https://github.com/shurcooL/highlight_go";
rev = "98c3abbbae20";
sha256 = "099gdfn2zxndkx7995wfbqr2hga20d03m783bcw5lfdjgidrmyxd";
};
}
{
goPackagePath = "github.com/shurcooL/home";
fetch = {
type = "git";
url = "https://github.com/shurcooL/home";
rev = "80b7ffcb30f9";
sha256 = "097f7wpj6yfp30jmzq5ylav6s900b3r67s8fijpwf93ymyn02q5m";
};
}
{
goPackagePath = "github.com/shurcooL/htmlg";
fetch = {
type = "git";
url = "https://github.com/shurcooL/htmlg";
rev = "d01228ac9e50";
sha256 = "1kblvbadj8qd5yqbi6y8syfqvsblkrsdl35q8x5rnqv3bl6cb27j";
};
}
{
goPackagePath = "github.com/shurcooL/httperror";
fetch = {
type = "git";
url = "https://github.com/shurcooL/httperror";
rev = "86b7830d14cc";
sha256 = "0vi9cqcjm22rhwa1kjp29d60n8v15wvzw4nszy9hffdw2bcv0783";
};
}
{
goPackagePath = "github.com/shurcooL/httpfs";
fetch = {
type = "git";
url = "https://github.com/shurcooL/httpfs";
rev = "809beceb2371";
sha256 = "1hvj5q5kjw83z7f77y03fqfg7fps7pqj2cj2c38x752m0pq4j2w3";
};
}
{
goPackagePath = "github.com/shurcooL/httpgzip";
fetch = {
type = "git";
url = "https://github.com/shurcooL/httpgzip";
rev = "b1c53ac65af9";
sha256 = "0v08v59f1czkaicm00wvayar1glfwwx5i4zhw7syr4j82hi1w9n4";
};
}
{
goPackagePath = "github.com/shurcooL/issues";
fetch = {
type = "git";
url = "https://github.com/shurcooL/issues";
rev = "6292fdc1e191";
sha256 = "1hs4mwr9kzv0v3fhjyrf2sd15npvymq8a49wfafhfz4r4pcl1fha";
};
}
{
goPackagePath = "github.com/shurcooL/issuesapp";
fetch = {
type = "git";
url = "https://github.com/shurcooL/issuesapp";
rev = "048589ce2241";
sha256 = "05hya9kmv62w3h8aj9xawzy7mdbsdjdjgg4xhvdj48564nbfi06l";
};
}
{
goPackagePath = "github.com/shurcooL/notifications";
fetch = {
type = "git";
url = "https://github.com/shurcooL/notifications";
rev = "627ab5aea122";
sha256 = "16g3rnqspq9nqfj1d9qx9mqwbsbpdqy136lc7bgsn6rrpsl7kang";
};
}
{
goPackagePath = "github.com/shurcooL/octicon";
fetch = {
type = "git";
url = "https://github.com/shurcooL/octicon";
rev = "fa4f57f9efb2";
sha256 = "1y9sh88nq7zwm7gfwsz9wpd6iiv26bmvkmxjjqpwbs48ga5378im";
};
}
{
goPackagePath = "github.com/shurcooL/reactions";
fetch = {
type = "git";
url = "https://github.com/shurcooL/reactions";
rev = "f2e0b4ca5b82";
sha256 = "117ff356kp8h6cph0xxrs4iywxlkcpdkmkgzzjl18d2cfdh7b211";
};
}
{
goPackagePath = "github.com/shurcooL/sanitized_anchor_name";
fetch = {
type = "git";
url = "https://github.com/shurcooL/sanitized_anchor_name";
rev = "86672fcb3f95";
sha256 = "142m507s9971cl8qdmbcw7sqxnkgi3xqd8wzvfq15p0w7w8i4a3h";
};
}
{
goPackagePath = "github.com/shurcooL/users";
fetch = {
type = "git";
url = "https://github.com/shurcooL/users";
rev = "49c67e49c537";
sha256 = "1223lcbykrmb1rbnjjd97k2hkjixk9p7m0jnwlp9dkdwiwym9jxb";
};
}
{
goPackagePath = "github.com/shurcooL/webdavfs";
fetch = {
type = "git";
url = "https://github.com/shurcooL/webdavfs";
rev = "18c3829fa133";
sha256 = "04831712v20rcqcxzjaagd12pmi1nwqxnjjb132h29cc8w2rm915";
};
}
{
goPackagePath = "github.com/slimsag/godocmd";
fetch = {
type = "git";
url = "https://github.com/slimsag/godocmd";
rev = "a1005ad29fe3";
sha256 = "0vx5j77f02rzr1rrjpjabfj85l72zdpdqc7xv7wrzafm39szfwwn";
};
}
{
goPackagePath = "github.com/sourcegraph/annotate";
fetch = {
type = "git";
url = "https://github.com/sourcegraph/annotate";
rev = "f4cad6c6324d";
sha256 = "13ja1ap9sh9mpi39wd3scgalgxs4rms6ngyknzg1sl5za1r9k4cp";
};
}
{
goPackagePath = "github.com/sourcegraph/go-lsp";
fetch = {
type = "git";
url = "https://github.com/sourcegraph/go-lsp";
rev = "0c7d621186c1";
sha256 = "04qfaj185p3iq62lszmdw6765x8ibl1fav8n4i2vfw2bcnp67v1j";
};
}
{
goPackagePath = "github.com/sourcegraph/jsonrpc2";
fetch = {
type = "git";
url = "https://github.com/sourcegraph/jsonrpc2";
rev = "549eb959f029";
sha256 = "12li7k4s9srvqc982qjky76rbwysy02v0b2yzk11671zpjj8iqr1";
};
}
{
goPackagePath = "github.com/sourcegraph/syntaxhighlight";
fetch = {
type = "git";
url = "https://github.com/sourcegraph/syntaxhighlight";
rev = "bd320f5d308e";
sha256 = "01pf2ny2q76hwy05d1407799hah7qbnaqww5dszba287shraar92";
};
}
{
goPackagePath = "github.com/stretchr/testify";
fetch = {
type = "git";
url = "https://github.com/stretchr/testify";
rev = "v1.2.2";
sha256 = "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs";
};
}
{
goPackagePath = "github.com/tarm/serial";
fetch = {
type = "git";
url = "https://github.com/tarm/serial";
rev = "98f6abe2eb07";
sha256 = "1yj4jiv2f3x3iawxdflrlmdan0k9xsbnccgc9yz658rmif1ag3pb";
};
}
{
goPackagePath = "go.opencensus.io";
fetch = {
type = "git";
url = "https://github.com/census-instrumentation/opencensus-go";
rev = "v0.18.0";
sha256 = "0flvv47h3988k1sg56qyh3hfskn563kblp4bs7mi6kzjc9jqz817";
};
}
{
goPackagePath = "go4.org";
fetch = {
type = "git";
url = "https://github.com/go4org/go4";
rev = "417644f6feb5";
sha256 = "013cvdg4fj15l9xg84br0vkb2d99j04s5b4g7zssqhng8dkwgr37";
};
}
{
goPackagePath = "golang.org/x/build";
fetch = {
type = "git";
url = "https://go.googlesource.com/build";
rev = "2e63fd19ab56";
sha256 = "12x5dr7kj4rvc6nvrb8slrrinrd594nykiwhrp0ywvnb4hfcklrc";
};
}
{
goPackagePath = "golang.org/x/crypto";
fetch = {
type = "git";
url = "https://go.googlesource.com/crypto";
rev = "ff983b9c42bc";
sha256 = "1hpr06kzn8jnn3gvzp0p9zn4fz4l9h69f7x66idx142w4xdlaanz";
};
}
{
goPackagePath = "golang.org/x/lint";
fetch = {
type = "git";
url = "https://go.googlesource.com/lint";
rev = "06c8688daad7";
sha256 = "0xi94dwvz50a66bq1hp9fyqkym5mcpdxdb1hrfvicldgjf37lc47";
};
}
{
goPackagePath = "golang.org/x/net";
fetch = {
type = "git";
url = "https://go.googlesource.com/net";
rev = "927f97764cc3";
sha256 = "0np7b766gb92vbm514yhdl7cjmqvn0dxdxskd84aas2ri1fkpgw5";
};
}
{
goPackagePath = "golang.org/x/oauth2";
fetch = {
type = "git";
url = "https://go.googlesource.com/oauth2";
rev = "9dcd33a902f4";
sha256 = "15lfa780h2ff50qvcdl7sfs9f9j13fa5kfj6fb292rk3fwxhnx4i";
};
}
{
goPackagePath = "golang.org/x/perf";
fetch = {
type = "git";
url = "https://go.googlesource.com/perf";
rev = "6e6d33e29852";
sha256 = "1cyiy459bkjqnzgk051lsksz46hdkjc34q33zf946kiv3hilp1v2";
};
}
{
goPackagePath = "golang.org/x/sync";
fetch = {
type = "git";
url = "https://go.googlesource.com/sync";
rev = "1d60e4601c6f";
sha256 = "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6";
};
}
{
goPackagePath = "golang.org/x/sys";
fetch = {
type = "git";
url = "https://go.googlesource.com/sys";
rev = "a457fd036447";
sha256 = "155rxkqzi366c9j0hw622sf7sppd2vpf75k7n1dlfkp067kk1rgr";
};
}
{
goPackagePath = "golang.org/x/text";
fetch = {
type = "git";
url = "https://go.googlesource.com/text";
rev = "17ff2d5776d2";
sha256 = "1rrh2mnmyxr45nsvy42zq3w3ly6gw6rl993knwvf1w71kyv0jjnj";
};
}
{
goPackagePath = "golang.org/x/time";
fetch = {
type = "git";
url = "https://go.googlesource.com/time";
rev = "fbb02b2291d2";
sha256 = "0jjqcv6rzihlgg4i797q80g1f6ch5diz2kxqh6488gwkb6nds4h4";
};
}
{
goPackagePath = "golang.org/x/tools";
fetch = {
type = "git";
url = "https://github.com/saibing/tools";
rev = "v1.8.0";
sha256 = "0j0cvy3p6iqd14x5jgxgbach6y8n6y92wq7bdjzf796y7jzcrhsx";
};
}
{
goPackagePath = "google.golang.org/api";
fetch = {
type = "git";
url = "https://code.googlesource.com/google-api-go-client";
rev = "1d582fd0359e";
sha256 = "0yjxpl1kzv97rgnn1mh8qx9xi2ajnlla95hal8p9izf2z8n5qymr";
};
}
{
goPackagePath = "google.golang.org/appengine";
fetch = {
type = "git";
url = "https://github.com/golang/appengine";
rev = "v1.2.0";
sha256 = "1iabxnqgxvvn1239i6fvfl375vlbvhfrc03m1x2rvalmx4d6w9c7";
};
}
{
goPackagePath = "google.golang.org/genproto";
fetch = {
type = "git";
url = "https://github.com/google/go-genproto";
rev = "b69ba1387ce2";
sha256 = "0lspv3mhh95qra0aydljhr0ckk2gcwpm3p282j9zdqfhgcv2j6z0";
};
}
{
goPackagePath = "google.golang.org/grpc";
fetch = {
type = "git";
url = "https://github.com/grpc/grpc-go";
rev = "v1.16.0";
sha256 = "0a9xl6c5j7lvsb4q6ry5p892rjm86p47d4f8xrf0r8lxblf79qbg";
};
}
{
goPackagePath = "gopkg.in/check.v1";
fetch = {
type = "git";
url = "https://gopkg.in/check.v1";
rev = "20d25e280405";
sha256 = "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np";
};
}
{
goPackagePath = "gopkg.in/inconshreveable/log15.v2";
fetch = {
type = "git";
url = "https://gopkg.in/inconshreveable/log15.v2";
rev = "67afb5ed74ec";
sha256 = "1bw9794svnf0vi6vif56379cr6apgxgrii8wcqprkx0fsn5k0y3f";
};
}
{
goPackagePath = "gopkg.in/inf.v0";
fetch = {
type = "git";
url = "https://gopkg.in/inf.v0";
rev = "v0.9.1";
sha256 = "00k5iqjcp371fllqxncv7jkf80hn1zww92zm78cclbcn4ybigkng";
};
}
{
goPackagePath = "gopkg.in/yaml.v2";
fetch = {
type = "git";
url = "https://gopkg.in/yaml.v2";
rev = "v2.2.1";
sha256 = "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1";
};
}
{
goPackagePath = "grpc.go4.org";
fetch = {
type = "git";
url = "https://github.com/go4org/grpc";
rev = "11d0a25b4919";
sha256 = "1d6akp2b3aa2viwbikc3jndhiljgjj87r4z7mg5b03f97f2wmz4f";
};
}
{
goPackagePath = "honnef.co/go/tools";
fetch = {
type = "git";
url = "https://github.com/dominikh/go-tools";
rev = "88497007e858";
sha256 = "0rinkyx3r2bq45mgcasnn5jb07cwbv3p3s2wwcrzxsarsj6wa5lc";
};
}
{
goPackagePath = "sourcegraph.com/sourcegraph/go-diff";
fetch = {
type = "git";
url = "https://github.com/sourcegraph/go-diff";
rev = "v0.5.0";
sha256 = "15ihiicl8fryfy7inz7mp0275k1f1zmi34f44cyd8v4f22fw422h";
};
}
{
goPackagePath = "sourcegraph.com/sqs/pbtypes";
fetch = {
type = "git";
url = "https://github.com/sqs/pbtypes";
rev = "d3ebe8f20ae4";
sha256 = "0vcyqq4jc2jv1wh288qdxv51qxcfj07lvnlf37pjicsd2yrb7yrr";
};
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment