diff --git a/.gitignore b/.gitignore index e3e689d12a1f4f515f24fe9cfc112e205605f040..e8a15a211b535781b4775994cbf40609aa8e9645 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ shared/pages/.update # Used by the makefile /.GOPATH /bin +result diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000000000000000000000000000000000000..bdef3e5867ada189290f768cba3b514fc1c14edb --- /dev/null +++ b/flake.lock @@ -0,0 +1,94 @@ +{ + "nodes": { + "gomod2nix": { + "inputs": { + "nixpkgs": "nixpkgs", + "utils": "utils" + }, + "locked": { + "lastModified": 1617032337, + "narHash": "sha256-BTmMxdIJyjOvOpNOaExcyvmJKI9OuhpWyXfOK164Epc=", + "owner": "tweag", + "repo": "gomod2nix", + "rev": "c78d7b9f15a24eba95fbc228509f513c83709d8b", + "type": "github" + }, + "original": { + "owner": "tweag", + "repo": "gomod2nix", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1603758576, + "narHash": "sha256-xKFmWVx+rFInBao3gtmvXcd0LjHD1+0c1Ef5PJDrbuM=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "1dc37370c489b610f8b91d7fdd40633163ffbafd", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1619154192, + "narHash": "sha256-OC+XuMRviwJx6TVap6I1QfJR2TDXx1hsrx9e9YT3w/E=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b2c2551614aa76446ce247500d61c81a49d8d111", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "gomod2nix": "gomod2nix", + "nixpkgs": "nixpkgs_2", + "utils": "utils_2" + } + }, + "utils": { + "locked": { + "lastModified": 1601282935, + "narHash": "sha256-WQAFV6sGGQxrRs3a+/Yj9xUYvhTpukQJIcMbIi7LCJ4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "588973065fce51f4763287f0fda87a174d78bf48", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_2": { + "locked": { + "lastModified": 1618868421, + "narHash": "sha256-vyoJhLV6cJ8/tWz+l9HZLIkb9Rd9esE7p+0RL6zDR6Y=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "eed214942bcfb3a8cc09eb3b28ca7d7221e44a94", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000000000000000000000000000000000000..e18fc7926b963e3ed3cf880e0d3a50baad4d32b8 --- /dev/null +++ b/flake.nix @@ -0,0 +1,29 @@ +{ + description = "A very basic flake"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + inputs.utils.url = "github:numtide/flake-utils"; + inputs.gomod2nix.url = "github:tweag/gomod2nix"; + + outputs = { self, nixpkgs, utils, gomod2nix }: + utils.lib.eachDefaultSystem (system: + let + pkgs = import nixpkgs { + inherit system; + overlays = [ gomod2nix.overlay ]; + }; + in rec { + devShell = pkgs.mkShell { + buildInputs = [ packages.gitlab-pages pkgs.gomod2nix ]; + }; + packages.gitlab-pages = pkgs.buildGoApplication { + pname = "gitlab-pages"; + version = "1.3.8"; + src = ./.; + modules = ./gomod2nix.toml; + doCheck = false; + }; + defaultPackage = packages.gitlab-pages; + apps.gitlab-pages = utils.lib.mkApp { drv = packages.gitlab-pages; }; + defaultApp = apps.gitlab-pages; + }); +} diff --git a/gomod2nix.toml b/gomod2nix.toml new file mode 100644 index 0000000000000000000000000000000000000000..aed482d3889f853203b5dd8d630f1bfc9b20e594 --- /dev/null +++ b/gomod2nix.toml @@ -0,0 +1,2654 @@ +["cloud.google.com/go"] + sumVersion = "v0.50.0" + ["cloud.google.com/go".fetch] + type = "git" + url = "https://github.com/googleapis/google-cloud-go" + rev = "e5804108aed715c49f731aab1a847f063fb23681" + sha256 = "0pbz5migljd5whxh6z1w79cwx93n85mcs3x1bckl27yzaa4lvqsl" + +["cloud.google.com/go/bigquery"] + sumVersion = "v1.0.1" + relPath = "bigquery" + ["cloud.google.com/go/bigquery".fetch] + type = "git" + url = "https://github.com/googleapis/google-cloud-go" + rev = "63c28c0124777c34a3bca5876d3c0965ac730d3b" + sha256 = "1gnvs0q96l37z0ypw426b590jsihn459scdzb0g8vr2c8lwkcrmh" + +["cloud.google.com/go/datastore"] + sumVersion = "v1.0.0" + relPath = "datastore" + ["cloud.google.com/go/datastore".fetch] + type = "git" + url = "https://github.com/googleapis/google-cloud-go" + rev = "c5d562bdb35850f11d6a275d85ab8535265e9821" + sha256 = "0d7ikvbyasifhbxgc2gw97zqc27ihi9a22wdywh5gw2cwjwpw5gi" + +["cloud.google.com/go/pubsub"] + sumVersion = "v1.0.1" + relPath = "pubsub" + ["cloud.google.com/go/pubsub".fetch] + type = "git" + url = "https://github.com/googleapis/google-cloud-go" + rev = "5e5fbac2c404f4b86d847ebbd8ba7ce457acbaaa" + sha256 = "0vgnys9rl0yicq4mjb1rg199zqfb3sax1ay6jbbyhnm7l36il3nv" + +["cloud.google.com/go/storage"] + sumVersion = "v1.0.0" + relPath = "storage" + ["cloud.google.com/go/storage".fetch] + type = "git" + url = "https://github.com/googleapis/google-cloud-go" + rev = "264def2dd949cdb8a803bb9f50fa29a67b798a6a" + sha256 = "102r2hhr93lcjn97svi382zmng8kp9vkl5kpw3xhd7zv17n42625" + +["dmitri.shuralyov.com/gpu/mtl"] + sumVersion = "v0.0.0-20190408044501-666a987793e9" + ["dmitri.shuralyov.com/gpu/mtl".fetch] + type = "git" + url = "https://dmitri.shuralyov.com/gpu/mtl" + rev = "666a987793e9432fbb48592aa2f3bf3463685dfa" + sha256 = "1isd03hgiwcf2ld1rlp0plrnfz7r4i7c5q4kb6hkcd22axnmrv0z" + +["github.com/AndreasBriese/bbloom"] + sumVersion = "v0.0.0-20190306092124-e2d15f34fcf9" + ["github.com/AndreasBriese/bbloom".fetch] + type = "git" + url = "https://github.com/AndreasBriese/bbloom" + rev = "e2d15f34fcf99d5dbb871c820ec73f710fca9815" + sha256 = "05kkrsmpragy69bj6s80pxlm3pbwxrkkx7wgk0xigs6y2n6ylpds" + +["github.com/BurntSushi/toml"] + sumVersion = "v0.3.1" + ["github.com/BurntSushi/toml".fetch] + type = "git" + url = "https://github.com/BurntSushi/toml" + rev = "3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005" + sha256 = "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6" + +["github.com/BurntSushi/xgb"] + sumVersion = "v0.0.0-20160522181843-27f122750802" + ["github.com/BurntSushi/xgb".fetch] + type = "git" + url = "https://github.com/BurntSushi/xgb" + rev = "27f122750802c950b2c869a5b63dafcf590ced95" + sha256 = "18lp2x8f5bljvlz0r7xn744f0c9rywjsb9ifiszqqdcpwhsa0kvj" + +["github.com/CloudyKit/fastprinter"] + sumVersion = "v0.0.0-20170127035650-74b38d55f37a" + ["github.com/CloudyKit/fastprinter".fetch] + type = "git" + url = "https://github.com/CloudyKit/fastprinter" + rev = "74b38d55f37af5d6c05ca11147d616b613a3420e" + sha256 = "07wkq3503j7sd5knsgp3lwzfdwm6sj7a3l6i71i52yb3fd8md235" + +["github.com/CloudyKit/jet"] + sumVersion = "v2.1.3-0.20180809161101-62edd43e4f88+incompatible" + ["github.com/CloudyKit/jet".fetch] + type = "git" + url = "https://github.com/CloudyKit/jet" + rev = "62edd43e4f88c6be452fd5feac77f716f546ebf6" + sha256 = "1z7jb62qingfiwgdwv8npbfxid7fvq3rx44izgdv1hv6j1j5lkya" + +["github.com/Djarvur/go-err113"] + sumVersion = "v0.0.0-20200410182137-af658d038157" + ["github.com/Djarvur/go-err113".fetch] + type = "git" + url = "https://github.com/Djarvur/go-err113" + rev = "af658d038157cb0de75fd4021accf51e14517a06" + sha256 = "1j76w6as6f5spxmd69239dmnk4sv1vgpidrbgw69qdr0vihpgwc1" + +["github.com/Joker/hpp"] + sumVersion = "v1.0.0" + ["github.com/Joker/hpp".fetch] + type = "git" + url = "https://github.com/Joker/hpp" + rev = "b51fbd663745c2bcb16cf047b4c42fb05e4be1d4" + sha256 = "1xnqkjkmqdj48w80qa74rwcmgar8dcilpkcrcn1f53djk45k1gq2" + +["github.com/Joker/jade"] + sumVersion = "v1.0.1-0.20190614124447-d475f43051e7" + ["github.com/Joker/jade".fetch] + type = "git" + url = "https://github.com/Joker/jade" + rev = "d475f43051e722977ea1bfa344e52b1bafd832ba" + sha256 = "0yigzvxp5qd05pai0yimzkpl2m23358a2fqqs585psrdmwsic2pn" + +["github.com/OneOfOne/xxhash"] + sumVersion = "v1.2.2" + ["github.com/OneOfOne/xxhash".fetch] + type = "git" + url = "https://github.com/OneOfOne/xxhash" + rev = "6def279d2ce6c81a79dd1c1be580f03bb216fb8a" + sha256 = "1mjfhrwhvxa48rycjnqpqzm521i38h1hdyz6pdwmhd7xb8j6gwi6" + +["github.com/OpenPeeDeeP/depguard"] + sumVersion = "v1.0.1" + ["github.com/OpenPeeDeeP/depguard".fetch] + type = "git" + url = "https://github.com/OpenPeeDeeP/depguard" + rev = "2c5871f4f2dd78afab3c5075f292cdadb1f1d2d8" + sha256 = "1lg3pq9mg55zpv3k431nnpx3pz13aja7vs18hw236jl2yb1ga1vw" + +["github.com/Shopify/goreferrer"] + sumVersion = "v0.0.0-20181106222321-ec9c9a553398" + ["github.com/Shopify/goreferrer".fetch] + type = "git" + url = "https://github.com/Shopify/goreferrer" + rev = "ec9c9a553398739f0dcf817e0ad5e01c4e7dcd08" + sha256 = "0d740psj8czks1hl0nr6nlrwfbwq3nc51jj2p91d1wyhhmgn6jmn" + +["github.com/StackExchange/wmi"] + sumVersion = "v0.0.0-20180116203802-5d049714c4a6" + ["github.com/StackExchange/wmi".fetch] + type = "git" + url = "https://github.com/StackExchange/wmi" + rev = "5d049714c4a64225c3c79a7cf7d02f7fb5b96338" + sha256 = "1slw6v1fl8i0hz4db9lph55pbhnrxhqyndq6vm27dgvpj22k29fk" + +["github.com/ajg/form"] + sumVersion = "v1.5.1" + ["github.com/ajg/form".fetch] + type = "git" + url = "https://github.com/ajg/form" + rev = "5c4e22684113ffc2a77577c178189940925f9aef" + sha256 = "1d6sxzzf9yycdf8jm5877y0khmhkmhxfw3sc4xpdcsrdlc7gqh5a" + +["github.com/alecthomas/template"] + sumVersion = "v0.0.0-20190718012654-fb15b899a751" + ["github.com/alecthomas/template".fetch] + type = "git" + url = "https://github.com/alecthomas/template" + rev = "fb15b899a75114aa79cc930e33c46b577cc664b1" + sha256 = "1vlasv4dgycydh5wx6jdcvz40zdv90zz1h7836z7lhsi2ymvii26" + +["github.com/alecthomas/units"] + sumVersion = "v0.0.0-20190717042225-c3de453c63f4" + ["github.com/alecthomas/units".fetch] + type = "git" + url = "https://github.com/alecthomas/units" + rev = "c3de453c63f4bdb4dadffab9805ec00426c505f7" + sha256 = "0js37zlgv37y61j4a2d46jh72xm5kxmpaiw0ya9v944bjpc386my" + +["github.com/andybalholm/brotli"] + sumVersion = "v1.0.1" + ["github.com/andybalholm/brotli".fetch] + type = "git" + url = "https://github.com/andybalholm/brotli" + rev = "729edfbcfeaad43a6412c185205501ec80773250" + sha256 = "1q8h9lx1lcwgkpxffkvmmx2kjq15lnfgvqs4npbq0bim5krqjqxx" + +["github.com/armon/consul-api"] + sumVersion = "v0.0.0-20180202201655-eb2c6b5be1b6" + ["github.com/armon/consul-api".fetch] + type = "git" + url = "https://github.com/armon/consul-api" + rev = "eb2c6b5be1b66bab83016e0b05f01b8d5496ffbd" + sha256 = "1j6fdr1sg36qy4n4xjl7brq739fpm5npq98cmvklzjc9qrx98nk9" + +["github.com/aymerick/raymond"] + sumVersion = "v2.0.3-0.20180322193309-b565731e1464+incompatible" + ["github.com/aymerick/raymond".fetch] + type = "git" + url = "https://github.com/aymerick/raymond" + rev = "b565731e1464263de0bda75f2e45d97b54b60110" + sha256 = "1b86nxl4lnd4lsq2agnfp5q5f4ndjj3in75az5zs7qh49y50byfd" + +["github.com/beorn7/perks"] + sumVersion = "v1.0.1" + ["github.com/beorn7/perks".fetch] + type = "git" + url = "https://github.com/beorn7/perks" + rev = "37c8de3658fcb183f997c4e13e8337516ab753e6" + sha256 = "17n4yygjxa6p499dj3yaqzfww2g7528165cl13haj97hlx94dgl7" + +["github.com/bombsimon/wsl/v3"] + sumVersion = "v3.0.0" + ["github.com/bombsimon/wsl/v3".fetch] + type = "git" + url = "https://github.com/bombsimon/wsl" + rev = "320b4e54812915991b6e93b70ab632c77574d048" + sha256 = "11p5ji6dfhji1b5qw4jja6vnmfigx4yg5dwg29mhni2pwg3wavk6" + +["github.com/cenkalti/backoff/v4"] + sumVersion = "v4.0.2" + ["github.com/cenkalti/backoff/v4".fetch] + type = "git" + url = "https://github.com/cenkalti/backoff" + rev = "18fe4ce5a8550e0d0919b680ad3c080a5455bddf" + sha256 = "083617p066p77ik0js8wwgb5qzabgvl8wqpkjb8s9alpyqsq2mpg" + +["github.com/certifi/gocertifi"] + sumVersion = "v0.0.0-20180905225744-ee1a9a0726d2" + ["github.com/certifi/gocertifi".fetch] + type = "git" + url = "https://github.com/certifi/gocertifi" + rev = "ee1a9a0726d2ae45f54118cac878c990d4016ded" + sha256 = "08l6lqaw83pva6fa0aafmhmy1mhb145av21772zfh3ij809a37i4" + +["github.com/cespare/xxhash"] + sumVersion = "v1.1.0" + ["github.com/cespare/xxhash".fetch] + type = "git" + url = "https://github.com/cespare/xxhash" + rev = "569f7c8abf1f58d9043ab804d364483cb1c853b6" + sha256 = "1qyzlcdcayavfazvi03izx83fvip8h36kis44zr2sg7xf6sx6l4x" + +["github.com/cespare/xxhash/v2"] + sumVersion = "v2.1.1" + ["github.com/cespare/xxhash/v2".fetch] + type = "git" + url = "https://github.com/cespare/xxhash" + rev = "d7df74196a9e781ede915320c11c378c1b2f3a1f" + sha256 = "0rl5rs8546zj1vzggv38w93wx0b5dvav7yy5hzxa8kw7iikv1cgr" + +["github.com/chzyer/logex"] + sumVersion = "v1.1.10" + ["github.com/chzyer/logex".fetch] + type = "git" + url = "https://github.com/chzyer/logex" + rev = "cd112f618178aaaf4ea8592c8839f5276145d9cf" + sha256 = "08pbjj3wx9acavlwyr055isa8a5hnmllgdv5k6ra60l5y1brmlq4" + +["github.com/chzyer/readline"] + sumVersion = "v0.0.0-20180603132655-2972be24d48e" + ["github.com/chzyer/readline".fetch] + type = "git" + url = "https://github.com/chzyer/readline" + rev = "2972be24d48e78746da79ba8e24e8b488c9880de" + sha256 = "104q8dazj8yf6b089jjr82fy9h1g80zyyzvp3g8b44a7d8ngjj6r" + +["github.com/chzyer/test"] + sumVersion = "v0.0.0-20180213035817-a1ea475d72b1" + ["github.com/chzyer/test".fetch] + type = "git" + url = "https://github.com/chzyer/test" + rev = "a1ea475d72b168a29f44221e0ad031a842642302" + sha256 = "0rns2aqk22i9xsgyap0pq8wi4cfaxsri4d9q6xxhhyma8jjsnj2k" + +["github.com/client9/misspell"] + sumVersion = "v0.3.4" + ["github.com/client9/misspell".fetch] + type = "git" + url = "https://github.com/client9/misspell" + rev = "b90dc15cfd220ecf8bbc9043ecb928cef381f011" + sha256 = "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs" + +["github.com/client9/reopen"] + sumVersion = "v1.0.0" + ["github.com/client9/reopen".fetch] + type = "git" + url = "https://github.com/client9/reopen" + rev = "1530c81a31162bebce8a37bca43d56fb2ff6d8b1" + sha256 = "0f0dpdbmvk7w518c6zjhlmp65y55vvx47x4lq9pgzvcbsvjsf18s" + +["github.com/codahale/hdrhistogram"] + sumVersion = "v0.0.0-20161010025455-3a0bb77429bd" + ["github.com/codahale/hdrhistogram".fetch] + type = "git" + url = "https://github.com/codahale/hdrhistogram" + rev = "3a0bb77429bd3a61596f5e8a3172445844342120" + sha256 = "1zampgfjbxy192cbwdi7g86l1idxaam96d834wncnpfdwgh5kl57" + +["github.com/codegangsta/inject"] + sumVersion = "v0.0.0-20150114235600-33e0aa1cb7c0" + ["github.com/codegangsta/inject".fetch] + type = "git" + url = "https://github.com/codegangsta/inject" + rev = "33e0aa1cb7c019ccc3fbe049a8262a6403d30504" + sha256 = "1jqakr3z9l60qhcgrdzsb6rlk8ikcamisw0g2ndmrf27s0ibfcaj" + +["github.com/coreos/bbolt"] + sumVersion = "v1.3.2" + ["github.com/coreos/bbolt".fetch] + type = "git" + url = "https://github.com/coreos/bbolt" + rev = "63597a96ec0ad9e6d43c3fc81e809909e0237461" + sha256 = "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2" + +["github.com/coreos/etcd"] + sumVersion = "v3.3.10+incompatible" + ["github.com/coreos/etcd".fetch] + type = "git" + url = "https://github.com/coreos/etcd" + rev = "27fc7e2296f506182f58ce846e48f36b34fe6842" + sha256 = "1x2ii1hj8jraba8rbxz6dmc03y3sjxdnzipdvg6fywnlq1f3l3wl" + +["github.com/coreos/go-etcd"] + sumVersion = "v2.0.0+incompatible" + ["github.com/coreos/go-etcd".fetch] + type = "git" + url = "https://github.com/coreos/go-etcd" + rev = "f02171fbd43c7b9b53ce8679b03235a1ef3c7b12" + sha256 = "1xb34hzaa1lkbq5vkzy9vcz6gqwj7hp6cdbvyack2bf28dwn33jj" + +["github.com/coreos/go-semver"] + sumVersion = "v0.2.0" + ["github.com/coreos/go-semver".fetch] + type = "git" + url = "https://github.com/coreos/go-semver" + rev = "8ab6407b697782a06568d4b7f1db25550ec2e4c6" + sha256 = "1gghi5bnqj50hfxhqc1cxmynqmh2yk9ii7ab9gsm75y5cp94ymk0" + +["github.com/coreos/go-systemd"] + sumVersion = "v0.0.0-20190321100706-95778dfbb74e" + ["github.com/coreos/go-systemd".fetch] + type = "git" + url = "https://github.com/coreos/go-systemd" + rev = "95778dfbb74eb7e4dbaf43bf7d71809650ef8076" + sha256 = "1s3bg9p78wkixn2bqb2p23wbsqfg949ml6crw2b498s71mwh8rcf" + +["github.com/coreos/pkg"] + sumVersion = "v0.0.0-20180928190104-399ea9e2e55f" + ["github.com/coreos/pkg".fetch] + type = "git" + url = "https://github.com/coreos/pkg" + rev = "399ea9e2e55f791b6e3d920860dbecb99c3692f0" + sha256 = "0nxbn0m7lr4dg0yrwnvlkfiyg3ndv8vdpssjx7b714nivpc6ar0y" + +["github.com/cpuguy83/go-md2man"] + sumVersion = "v1.0.10" + ["github.com/cpuguy83/go-md2man".fetch] + type = "git" + url = "https://github.com/cpuguy83/go-md2man" + rev = "7762f7e404f8416dfa1d9bb6a8c192aa9acb4d19" + sha256 = "1bqkf2bvy1dns9zd24k81mh2p1zxsx2nhq5cj8dz2vgkv1xkh60i" + +["github.com/creack/pty"] + sumVersion = "v1.1.9" + ["github.com/creack/pty".fetch] + type = "git" + url = "https://github.com/creack/pty" + rev = "3a6a957789163cacdfe0e291617a1c8e80612c11" + sha256 = "1v52599qq76dwq742mffakzj6mxqqccv2szn3hjicjld56nmd2d3" + +["github.com/davecgh/go-spew"] + sumVersion = "v1.1.1" + ["github.com/davecgh/go-spew".fetch] + type = "git" + url = "https://github.com/davecgh/go-spew" + rev = "8991bc29aa16c548c550c7ff78260e27b9ab7c73" + sha256 = "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y" + +["github.com/dgraph-io/badger"] + sumVersion = "v1.6.0" + ["github.com/dgraph-io/badger".fetch] + type = "git" + url = "https://github.com/dgraph-io/badger" + rev = "2fa005c9d4bf695277ab5214c1fbce3735b9562a" + sha256 = "1vzibjqhb10q6s2chbzlwndij2d9ybjnq7h28hx4akr119avd0d5" + +["github.com/dgrijalva/jwt-go"] + sumVersion = "v3.2.0+incompatible" + ["github.com/dgrijalva/jwt-go".fetch] + type = "git" + url = "https://github.com/dgrijalva/jwt-go" + rev = "06ea1031745cb8b3dab3f6a236daf2b0aa468b7e" + sha256 = "08m27vlms74pfy5z79w67f9lk9zkx6a9jd68k3c4msxy75ry36mp" + +["github.com/dgryski/go-farm"] + sumVersion = "v0.0.0-20190423205320-6a90982ecee2" + ["github.com/dgryski/go-farm".fetch] + type = "git" + url = "https://github.com/dgryski/go-farm" + rev = "6a90982ecee230ff6cba02d5bd386acc030be9d3" + sha256 = "1x3l4jgps0v1bjvd446kj4dp0ckswjckxgrng9afm275ixnf83ix" + +["github.com/dgryski/go-sip13"] + sumVersion = "v0.0.0-20181026042036-e10d5fee7954" + ["github.com/dgryski/go-sip13".fetch] + type = "git" + url = "https://github.com/dgryski/go-sip13" + rev = "e10d5fee79544bd84105c9329adcc7b745fd588c" + sha256 = "15fyibfas209ljz3f7g07kdmfbl3hhyd9n5n7aq5n5p9m5mn41d6" + +["github.com/dustin/go-humanize"] + sumVersion = "v1.0.0" + ["github.com/dustin/go-humanize".fetch] + type = "git" + url = "https://github.com/dustin/go-humanize" + rev = "9f541cc9db5d55bce703bd99987c9d5cb8eea45e" + sha256 = "1kqf1kavdyvjk7f8kx62pnm7fbypn9z1vbf8v2qdh3y7z7a0cbl3" + +["github.com/eknkc/amber"] + sumVersion = "v0.0.0-20171010120322-cdade1c07385" + ["github.com/eknkc/amber".fetch] + type = "git" + url = "https://github.com/eknkc/amber" + rev = "cdade1c073850f4ffc70a829e31235ea6892853b" + sha256 = "152w97yckwncgw7lwjvgd8d00wy6y0nxzlvx72kl7nqqxs9vhxd9" + +["github.com/etcd-io/bbolt"] + sumVersion = "v1.3.3" + ["github.com/etcd-io/bbolt".fetch] + type = "git" + url = "https://github.com/etcd-io/bbolt" + rev = "a0458a2b35708eef59eb5f620ceb3cd1c01a824d" + sha256 = "0dn0zngks9xiz0rrrb3911f73ghl64z84jsmzai2yfmzqr7cdkqc" + +["github.com/fasthttp-contrib/websocket"] + sumVersion = "v0.0.0-20160511215533-1f3b11f56072" + ["github.com/fasthttp-contrib/websocket".fetch] + type = "git" + url = "https://github.com/fasthttp-contrib/websocket" + rev = "1f3b11f56072ffc1b0d71659cb0162ccb1b60ac5" + sha256 = "1yacmwmil625p0pzj800h9dnmiab6bjwfmi48p9fcrvy2yyv9b97" + +["github.com/fatih/color"] + sumVersion = "v1.7.0" + ["github.com/fatih/color".fetch] + type = "git" + url = "https://github.com/fatih/color" + rev = "5b77d2a35fb0ede96d138fc9a99f5c9b6aef11b4" + sha256 = "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv" + +["github.com/fatih/structs"] + sumVersion = "v1.1.0" + ["github.com/fatih/structs".fetch] + type = "git" + url = "https://github.com/fatih/structs" + rev = "4966fc68f5b7593aafa6cbbba2d65ec6e1416047" + sha256 = "1wrhb8wp8zpzggl61lapb627lw8yv281abvr6vqakmf569nswa9q" + +["github.com/flosch/pongo2"] + sumVersion = "v0.0.0-20190707114632-bbf5a6c351f4" + ["github.com/flosch/pongo2".fetch] + type = "git" + url = "https://github.com/flosch/pongo2" + rev = "bbf5a6c351f4d4e883daa40046a404d7553e0a00" + sha256 = "0yqh58phznnxakm64w82gawrpndb0r85vsd1s7h244qqrq7w4avq" + +["github.com/fsnotify/fsnotify"] + sumVersion = "v1.4.7" + ["github.com/fsnotify/fsnotify".fetch] + type = "git" + url = "https://github.com/fsnotify/fsnotify" + rev = "c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9" + sha256 = "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g" + +["github.com/gavv/httpexpect"] + sumVersion = "v2.0.0+incompatible" + ["github.com/gavv/httpexpect".fetch] + type = "git" + url = "https://github.com/gavv/httpexpect" + rev = "30ddbb4755a80fb6a97cc4c26274250bae331cd5" + sha256 = "0dqb7lsinciz594q6jg59hrvk4g4awbs2ybsr580j22j2xag53vs" + +["github.com/getsentry/raven-go"] + sumVersion = "v0.2.0" + ["github.com/getsentry/raven-go".fetch] + type = "git" + url = "https://github.com/getsentry/raven-go" + rev = "f04e7487e9a6b9d9837d52743fb5f40576c56411" + sha256 = "0imfwmsb72168fqandf2lxhzhngf2flxhzaar8hcnnfjv2a291lf" + +["github.com/getsentry/sentry-go"] + sumVersion = "v0.7.0" + ["github.com/getsentry/sentry-go".fetch] + type = "git" + url = "https://github.com/getsentry/sentry-go" + rev = "e729abef9aacbc3f9e93624880d6946e3ec32a94" + sha256 = "13n9r7845wsq9z61rbvlqjjjg4aifplc74v3kv0i1lys2fw8a5k9" + +["github.com/ghodss/yaml"] + sumVersion = "v1.0.0" + ["github.com/ghodss/yaml".fetch] + type = "git" + url = "https://github.com/ghodss/yaml" + rev = "0ca9ea5df5451ffdf184b4428c902747c2c11cd7" + sha256 = "0skwmimpy7hlh7pva2slpcplnm912rp3igs98xnqmn859kwa5v8g" + +["github.com/gin-contrib/sse"] + sumVersion = "v0.0.0-20190301062529-5545eab6dad3" + ["github.com/gin-contrib/sse".fetch] + type = "git" + url = "https://github.com/gin-contrib/sse" + rev = "5545eab6dad3bbbd6c5ae9186383c2a9d23c0dae" + sha256 = "0jhcvi66rn7c1wg3rf7q7sylrvlk7c40yk79c5lypnz1dpsdcrb5" + +["github.com/gin-gonic/gin"] + sumVersion = "v1.4.0" + ["github.com/gin-gonic/gin".fetch] + type = "git" + url = "https://github.com/gin-gonic/gin" + rev = "b75d67cd51eb53c3c3a2fc406524c940021ffbda" + sha256 = "19nxip48p2s8l7p1p7wpd5li2fcngi4c58rgcg71izdmsmj2iw1d" + +["github.com/go-check/check"] + sumVersion = "v0.0.0-20180628173108-788fd7840127" + ["github.com/go-check/check".fetch] + type = "git" + url = "https://github.com/go-check/check" + rev = "788fd78401277ebd861206a03c884797c6ec5541" + sha256 = "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a" + +["github.com/go-critic/go-critic"] + sumVersion = "v0.4.1" + ["github.com/go-critic/go-critic".fetch] + type = "git" + url = "https://github.com/go-critic/go-critic" + rev = "c46ab3cf71b217cc11ee36010a6187ab53a40c59" + sha256 = "0pq3qm8bd3bhxx924vl4l102g5s1qn8rhlgk5yjpvdn9af8wb77i" + +["github.com/go-errors/errors"] + sumVersion = "v1.0.1" + ["github.com/go-errors/errors".fetch] + type = "git" + url = "https://github.com/go-errors/errors" + rev = "a6af135bd4e28680facf08a3d206b454abc877a4" + sha256 = "0rznpknk19rxkr7li6dqs52c26pjazp69lh493l4ny4sxn5922lp" + +["github.com/go-gl/glfw/v3.3/glfw"] + sumVersion = "v0.0.0-20191125211704-12ad95a8df72" + relPath = "v3.3/glfw" + ["github.com/go-gl/glfw/v3.3/glfw".fetch] + type = "git" + url = "https://github.com/go-gl/glfw" + rev = "12ad95a8df72b2f4e72eab0d29daa5e27a5c84ac" + sha256 = "0ahw4a1lk7wqn6m0sjngsv2zc08kxxj259ai6g4kf11lmidszm9s" + +["github.com/go-kit/kit"] + sumVersion = "v0.9.0" + ["github.com/go-kit/kit".fetch] + type = "git" + url = "https://github.com/go-kit/kit" + rev = "150a65a7ec6156b4b640c1fd55f26fd3d475d656" + sha256 = "09038mnw705h7isbjp8dzgp2i04bp5rqkmifxvwc5xkh75s00qpw" + +["github.com/go-lintpack/lintpack"] + sumVersion = "v0.5.2" + ["github.com/go-lintpack/lintpack".fetch] + type = "git" + url = "https://github.com/go-lintpack/lintpack" + rev = "80adc0715ac409128d0b7212719896ad8d3444b7" + sha256 = "15lgj5xp038m217znzyzyh5drrsi8svij84msk27w545x26jmr2f" + +["github.com/go-logfmt/logfmt"] + sumVersion = "v0.4.0" + ["github.com/go-logfmt/logfmt".fetch] + type = "git" + url = "https://github.com/go-logfmt/logfmt" + rev = "07c9b44f60d7ffdfb7d8efe1ad539965737836dc" + sha256 = "06smxc112xmixz78nyvk3b2hmc7wasf2sl5vxj1xz62kqcq9lzm9" + +["github.com/go-martini/martini"] + sumVersion = "v0.0.0-20170121215854-22fa46961aab" + ["github.com/go-martini/martini".fetch] + type = "git" + url = "https://github.com/go-martini/martini" + rev = "22fa46961aabd2665cf3f1343b146d20028f5071" + sha256 = "01ip3mwbnm5isq120ww73yrvbcn6n5944prhhbyf2ggyf6g46ylh" + +["github.com/go-ole/go-ole"] + sumVersion = "v1.2.1" + ["github.com/go-ole/go-ole".fetch] + type = "git" + url = "https://github.com/go-ole/go-ole" + rev = "a41e3c4b706f6ae8dfbff342b06e40fa4d2d0506" + sha256 = "114h8x7dh4jp7w7k678fm98lr9icavsf74v6jfipyq7q35bsfr1p" + +["github.com/go-sql-driver/mysql"] + sumVersion = "v1.4.0" + ["github.com/go-sql-driver/mysql".fetch] + type = "git" + url = "https://github.com/go-sql-driver/mysql" + rev = "d523deb1b23d913de5bdada721a6071e71283618" + sha256 = "1jwz2j3vd5hlzmnkh20d4276yd8cxy7pac3x3dfi52jkm82ms99n" + +["github.com/go-stack/stack"] + sumVersion = "v1.8.0" + ["github.com/go-stack/stack".fetch] + type = "git" + url = "https://github.com/go-stack/stack" + rev = "2fee6af1a9795aafbe0253a0cfbdf668e1fb8a9a" + sha256 = "0wk25751ryyvxclyp8jdk5c3ar0cmfr8lrjb66qbg4808x66b96v" + +["github.com/go-toolsmith/astcast"] + sumVersion = "v1.0.0" + ["github.com/go-toolsmith/astcast".fetch] + type = "git" + url = "https://github.com/go-toolsmith/astcast" + rev = "a6cb19f07b66b859a53f3f2be6e4c3bba892db7e" + sha256 = "1kwxrg0kvmp3900wx2vss8d07cfs31x3rw1gdyw230gmplp7aisx" + +["github.com/go-toolsmith/astcopy"] + sumVersion = "v1.0.0" + ["github.com/go-toolsmith/astcopy".fetch] + type = "git" + url = "https://github.com/go-toolsmith/astcopy" + rev = "245af3020944a15e09072c8ad3883c1451d1fdef" + sha256 = "0r9bx913gn5r8xnqyq0wvgxa9ffznpw6rc5mvbv99cq1slndp1y1" + +["github.com/go-toolsmith/astequal"] + sumVersion = "v1.0.0" + ["github.com/go-toolsmith/astequal".fetch] + type = "git" + url = "https://github.com/go-toolsmith/astequal" + rev = "dcb477bfacd6e00a13c6d63bfc73db28dd343160" + sha256 = "03rpz2pvg70yadlyj0745mbzg3hjzkfhxc9rzs6d07w489bp48q6" + +["github.com/go-toolsmith/astfmt"] + sumVersion = "v1.0.0" + ["github.com/go-toolsmith/astfmt".fetch] + type = "git" + url = "https://github.com/go-toolsmith/astfmt" + rev = "0d74c731079884bda287cf8df9ce7b92e688af8c" + sha256 = "0n4vbmy3fya8vi0s1qc7nbq928ff293idzps09pjfvbjn0184j4k" + +["github.com/go-toolsmith/astinfo"] + sumVersion = "v0.0.0-20180906194353-9809ff7efb21" + ["github.com/go-toolsmith/astinfo".fetch] + type = "git" + url = "https://github.com/go-toolsmith/astinfo" + rev = "9809ff7efb211e704a852623a50258071168e9bd" + sha256 = "14vkdn9q84ymfziabpk06729d7q9dc1b6ql3b9313bqwbyjf2pby" + +["github.com/go-toolsmith/astp"] + sumVersion = "v1.0.0" + ["github.com/go-toolsmith/astp".fetch] + type = "git" + url = "https://github.com/go-toolsmith/astp" + rev = "6373270dee65bfb0479f2acd16d4c8e9d5db13f8" + sha256 = "19ycnp2g0vr59wrg01dc29333gizdpdhb01dq5wp6rhihqcrh1ga" + +["github.com/go-toolsmith/pkgload"] + sumVersion = "v1.0.0" + ["github.com/go-toolsmith/pkgload".fetch] + type = "git" + url = "https://github.com/go-toolsmith/pkgload" + rev = "1759eb21c731bfa0dc81091556b35584f07d49e8" + sha256 = "0hgwaqn8mf1pqn1plchjqripa8xn5g7z61qpby59f74y9rj95dnh" + +["github.com/go-toolsmith/strparse"] + sumVersion = "v1.0.0" + ["github.com/go-toolsmith/strparse".fetch] + type = "git" + url = "https://github.com/go-toolsmith/strparse" + rev = "830b6daa1241714c12a9b9a4a56849fe2f93aedc" + sha256 = "1lxglj4gcw62gp83qm9n1qj2yyam4wb7phx6y8zfkh6wv4chwzw9" + +["github.com/go-toolsmith/typep"] + sumVersion = "v1.0.0" + ["github.com/go-toolsmith/typep".fetch] + type = "git" + url = "https://github.com/go-toolsmith/typep" + rev = "cab1745ffd84a567b524317c7f90e96755b18fcf" + sha256 = "1iy2dl9wkhamkmmyrxmwj9gh92hi7hm4q1wkxl526si49a0wcj9w" + +["github.com/go-xmlfmt/xmlfmt"] + sumVersion = "v0.0.0-20191208150333-d5b6f63a941b" + ["github.com/go-xmlfmt/xmlfmt".fetch] + type = "git" + url = "https://github.com/go-xmlfmt/xmlfmt" + rev = "d5b6f63a941b0964ef2778c7ac69dfd6b3ae231d" + sha256 = "1gh2lqcfqx53ksa9rzzpbr142zcxg9zycf9ifjnlbqiddjcpy63a" + +["github.com/gobwas/glob"] + sumVersion = "v0.2.3" + ["github.com/gobwas/glob".fetch] + type = "git" + url = "https://github.com/gobwas/glob" + rev = "5ccd90ef52e1e632236f7326478d4faa74f99438" + sha256 = "0jxk1x806zn5x86342s72dq2qy64ksb3zrvrlgir2avjhwb18n6z" + +["github.com/gobwas/httphead"] + sumVersion = "v0.0.0-20180130184737-2c6c146eadee" + ["github.com/gobwas/httphead".fetch] + type = "git" + url = "https://github.com/gobwas/httphead" + rev = "2c6c146eadee0b69f856f87e3e9f1d0cd6aad2f5" + sha256 = "0j7nlrf79cafl8ap69ri2c7v3psr2y133cr2wn735z7yn3dz3kss" + +["github.com/gobwas/pool"] + sumVersion = "v0.2.0" + ["github.com/gobwas/pool".fetch] + type = "git" + url = "https://github.com/gobwas/pool" + rev = "fa3125c39d7eca32e1387bb69b1b38dcb31b1e0b" + sha256 = "1avpa8c75j1y4hs7awazrjjy7w0pjfw80l424ddn5zyizvh7s67i" + +["github.com/gobwas/ws"] + sumVersion = "v1.0.2" + ["github.com/gobwas/ws".fetch] + type = "git" + url = "https://github.com/gobwas/ws" + rev = "05baaea2bbcfe8963301c62d9931c882d59595cd" + sha256 = "070mfcjbfb40bglc9aw9zjvd4jb1hp3l1s12ww6mjlwbjcg0mm9s" + +["github.com/gofrs/flock"] + sumVersion = "v0.0.0-20190320160742-5135e617513b" + ["github.com/gofrs/flock".fetch] + type = "git" + url = "https://github.com/gofrs/flock" + rev = "5135e617513b1e6e205a3a89b042249dee6730c8" + sha256 = "0ys5fvjnvrhmvpm8qdfmj4hmcq91lyjfsvdd6dd21knnnbjd3y4n" + +["github.com/gogo/protobuf"] + sumVersion = "v1.2.1" + ["github.com/gogo/protobuf".fetch] + type = "git" + url = "https://github.com/gogo/protobuf" + rev = "ba06b47c162d49f2af050fb4c75bcbc86a159d5c" + sha256 = "06yqa6h0kw3gr5pc3qmas7f7435a96zf7iw7p0l00r2hqf6fqq6m" + +["github.com/golang/glog"] + sumVersion = "v0.0.0-20160126235308-23def4e6c14b" + ["github.com/golang/glog".fetch] + type = "git" + url = "https://github.com/golang/glog" + rev = "23def4e6c14b4da8ac2ed8007337bc5eb5007998" + sha256 = "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30" + +["github.com/golang/groupcache"] + sumVersion = "v0.0.0-20191227052852-215e87163ea7" + ["github.com/golang/groupcache".fetch] + type = "git" + url = "https://github.com/golang/groupcache" + rev = "215e87163ea771ffa998a96c611387313bb5a403" + sha256 = "07555csk49ara636bhl2vbzziayls3qks8964z0q29g065zliy9j" + +["github.com/golang/mock"] + sumVersion = "v1.3.1" + ["github.com/golang/mock".fetch] + type = "git" + url = "https://github.com/golang/mock" + rev = "d74b93584564161b2de771089ee697f07d8bd5b5" + sha256 = "1wnfa8njxdym1qb664dmfnkpm4pmqy22hqjlqpwaaiqhglb5g9d1" + +["github.com/golang/protobuf"] + sumVersion = "v1.4.0" + ["github.com/golang/protobuf".fetch] + type = "git" + url = "https://github.com/golang/protobuf" + rev = "1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa" + sha256 = "1fjvl5n77abxz5qsd4mgyvjq19x43c5bfvmq62mq3m5plx6zksc8" + +["github.com/golangci/check"] + sumVersion = "v0.0.0-20180506172741-cfe4005ccda2" + ["github.com/golangci/check".fetch] + type = "git" + url = "https://github.com/golangci/check" + rev = "cfe4005ccda277a820149d44d6ededc400cc99a2" + sha256 = "0l0kpg6hg1vby0blhfmvzs7giphiwssrbgjg7kzkn18ggmagxykh" + +["github.com/golangci/dupl"] + sumVersion = "v0.0.0-20180902072040-3e9179ac440a" + ["github.com/golangci/dupl".fetch] + type = "git" + url = "https://github.com/golangci/dupl" + rev = "3e9179ac440a0386ac7cc9a085fc44397c6b9bbc" + sha256 = "1p5cfj5iykn17q0qq9115szm7kr96zx13kj74mdycxgzjgysxr7l" + +["github.com/golangci/errcheck"] + sumVersion = "v0.0.0-20181223084120-ef45e06d44b6" + ["github.com/golangci/errcheck".fetch] + type = "git" + url = "https://github.com/golangci/errcheck" + rev = "ef45e06d44b6e018d817c16c762d448990adc5e0" + sha256 = "17n26gk6iby9yy2c4z2pcy1ih09nhz1xlsqdqybywb7dagrclmh5" + +["github.com/golangci/go-misc"] + sumVersion = "v0.0.0-20180628070357-927a3d87b613" + ["github.com/golangci/go-misc".fetch] + type = "git" + url = "https://github.com/golangci/go-misc" + rev = "927a3d87b613e9f6f0fb7ef8bb8de8b83c30a5a2" + sha256 = "0207nw3pkf2nfpz621vlyngslh3sybdk4s6vsl45zwycrml6vb6b" + +["github.com/golangci/goconst"] + sumVersion = "v0.0.0-20180610141641-041c5f2b40f3" + ["github.com/golangci/goconst".fetch] + type = "git" + url = "https://github.com/golangci/goconst" + rev = "041c5f2b40f3dd334a4a6ee6a3f84ca3fc70680a" + sha256 = "0qdvxsyv0f0yzfacg7mksdwgh56xncvrp89fi7z3j6k2whbwngdh" + +["github.com/golangci/gocyclo"] + sumVersion = "v0.0.0-20180528134321-2becd97e67ee" + ["github.com/golangci/gocyclo".fetch] + type = "git" + url = "https://github.com/golangci/gocyclo" + rev = "2becd97e67eef01fc0bf8d7b9ddfce97da10a423" + sha256 = "13vp9i5slc0rjyp79x3r3275738kv0f83j65fxxn7rcm036fnf76" + +["github.com/golangci/gofmt"] + sumVersion = "v0.0.0-20190930125516-244bba706f1a" + ["github.com/golangci/gofmt".fetch] + type = "git" + url = "https://github.com/golangci/gofmt" + rev = "244bba706f1af52a02a156282f7473162611fba1" + sha256 = "09x9gh6vqkzn9asm2ds87x6lx2hqbcpn9669czfgp71m39y7qik8" + +["github.com/golangci/golangci-lint"] + sumVersion = "v1.27.0" + ["github.com/golangci/golangci-lint".fetch] + type = "git" + url = "https://github.com/golangci/golangci-lint" + rev = "fb74c2e8e99afd50cef720595ccad516160c3974" + sha256 = "1capiw8af4wmx3wpfslb30xivfyh72x5kj12f8p5pwhl6id31931" + +["github.com/golangci/ineffassign"] + sumVersion = "v0.0.0-20190609212857-42439a7714cc" + ["github.com/golangci/ineffassign".fetch] + type = "git" + url = "https://github.com/golangci/ineffassign" + rev = "42439a7714cc064ffbb6785e804a636408cb16b4" + sha256 = "0x766bnwsg881lghhhx1192ba4f842wmdd13yl2sd2lk7lgh6dqv" + +["github.com/golangci/lint-1"] + sumVersion = "v0.0.0-20191013205115-297bf364a8e0" + ["github.com/golangci/lint-1".fetch] + type = "git" + url = "https://github.com/golangci/lint-1" + rev = "297bf364a8e08e6077dc53d696253160314cf7b8" + sha256 = "15paiv9mbgkl3s8g0ld12dh33q5d59x847bqkhl7mg85alz8vsxc" + +["github.com/golangci/maligned"] + sumVersion = "v0.0.0-20180506175553-b1d89398deca" + ["github.com/golangci/maligned".fetch] + type = "git" + url = "https://github.com/golangci/maligned" + rev = "b1d89398deca2fd3f8578e5a9551e819bd01ca5f" + sha256 = "05l2lim7p0as3js5v4yz46xjnh2k2zcgy69wl472gr9cg1bkxgvq" + +["github.com/golangci/misspell"] + sumVersion = "v0.0.0-20180809174111-950f5d19e770" + ["github.com/golangci/misspell".fetch] + type = "git" + url = "https://github.com/golangci/misspell" + rev = "950f5d19e77066a2353d9a22e89f8f889d1d7012" + sha256 = "0aw65fck7ras852ipcbc559g0xiay3rib6qm68hy821nkgs0yala" + +["github.com/golangci/prealloc"] + sumVersion = "v0.0.0-20180630174525-215b22d4de21" + ["github.com/golangci/prealloc".fetch] + type = "git" + url = "https://github.com/golangci/prealloc" + rev = "215b22d4de21190b80ce05e7d8466677c1aa3223" + sha256 = "06ld5i1n5c8srbg4z99a5rfc3j8dyzbs3mv53wbcw9iywzza1i0w" + +["github.com/golangci/revgrep"] + sumVersion = "v0.0.0-20180526074752-d9c87f5ffaf0" + ["github.com/golangci/revgrep".fetch] + type = "git" + url = "https://github.com/golangci/revgrep" + rev = "d9c87f5ffaf08801898f780cf66e7026e2174097" + sha256 = "09sl62rpx6qdxv8pfga91c8jrw925mspq0zqg0wv1b1jil1j867m" + +["github.com/golangci/unconvert"] + sumVersion = "v0.0.0-20180507085042-28b1c447d1f4" + ["github.com/golangci/unconvert".fetch] + type = "git" + url = "https://github.com/golangci/unconvert" + rev = "28b1c447d1f4a810737ee6ab40ea6c1d0ceae4ad" + sha256 = "1vdig163lkpkf38vngms2xkrc3rl1dnn227gdcdyfji1cxw4kcda" + +["github.com/gomodule/redigo"] + sumVersion = "v1.7.1-0.20190724094224-574c33c3df38" + ["github.com/gomodule/redigo".fetch] + type = "git" + url = "https://github.com/gomodule/redigo" + rev = "574c33c3df387eb8f255c59a08c50793ec33bafa" + sha256 = "1qpw8mq9xqj1hmpag1av941swkx39qikahsajyhn34rc2q54f4z6" + +["github.com/google/btree"] + sumVersion = "v1.0.0" + ["github.com/google/btree".fetch] + type = "git" + url = "https://github.com/google/btree" + rev = "4030bb1f1f0c35b30ca7009e9ebd06849dd45306" + sha256 = "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6" + +["github.com/google/go-cmp"] + sumVersion = "v0.4.0" + ["github.com/google/go-cmp".fetch] + type = "git" + url = "https://github.com/google/go-cmp" + rev = "5a6f75716e1203a923a78c9efb94089d857df0f6" + sha256 = "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2" + +["github.com/google/go-querystring"] + sumVersion = "v1.0.0" + ["github.com/google/go-querystring".fetch] + type = "git" + url = "https://github.com/google/go-querystring" + rev = "44c6ddd0a2342c386950e880b658017258da92fc" + sha256 = "0xl12bqyvmn4xcnf8p9ksj9rmnr7s40pvppsdmy8n9bzw1db0iwz" + +["github.com/google/gofuzz"] + sumVersion = "v1.0.0" + ["github.com/google/gofuzz".fetch] + type = "git" + url = "https://github.com/google/gofuzz" + rev = "f140a6486e521aad38f5917de355cbf147cc0496" + sha256 = "0qz439qvccm91w0mmjz4fqgx48clxdwagkvvx89cr43q1d4iry36" + +["github.com/google/martian"] + sumVersion = "v2.1.0+incompatible" + ["github.com/google/martian".fetch] + type = "git" + url = "https://github.com/google/martian" + rev = "195b986b4b6d4c513582cf4d2b8c4fd7e2494f7e" + sha256 = "197hil6vrjk50b9wvwyzf61csid83whsjj6ik8mc9r2lryxlyyrp" + +["github.com/google/pprof"] + sumVersion = "v0.0.0-20191218002539-d4f498aebedc" + ["github.com/google/pprof".fetch] + type = "git" + url = "https://github.com/google/pprof" + rev = "d4f498aebedc02388a1c34ebe8dcb2e7c9e99f29" + sha256 = "1r4pn70yy5vfl38jx9v8224n7jkhcm5wg28vv48izgznlgv7h024" + +["github.com/google/renameio"] + sumVersion = "v0.1.0" + ["github.com/google/renameio".fetch] + type = "git" + url = "https://github.com/google/renameio" + rev = "f0e32980c006571efd537032e5f9cd8c1a92819e" + sha256 = "1ki2x5a9nrj17sn092d6n4zr29lfg5ydv4xz5cp58z6cw8ip43jx" + +["github.com/google/uuid"] + sumVersion = "v1.0.0" + ["github.com/google/uuid".fetch] + type = "git" + url = "https://github.com/google/uuid" + rev = "d460ce9f8df2e77fb1ba55ca87fafed96c607494" + sha256 = "1922bjrnx66692dm0rrc1ckmznsaqx920ww4jzsds3xzrwf15mqv" + +["github.com/googleapis/gax-go/v2"] + sumVersion = "v2.0.5" + relPath = "v2" + ["github.com/googleapis/gax-go/v2".fetch] + type = "git" + url = "https://github.com/googleapis/gax-go" + rev = "bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2" + sha256 = "1lxawwngv6miaqd25s3ba0didfzylbwisd2nz7r4gmbmin6jsjrx" + +["github.com/gookit/color"] + sumVersion = "v1.2.4" + ["github.com/gookit/color".fetch] + type = "git" + url = "https://github.com/gookit/color" + rev = "4424096b9787fc36df5fd5e15c62886edbf13544" + sha256 = "1mpr20b5pj6nsfir2760aa2xnszdgj6yjrh6jn5grlzyp6bq6b2j" + +["github.com/gopherjs/gopherjs"] + sumVersion = "v0.0.0-20181017120253-0766667cb4d1" + ["github.com/gopherjs/gopherjs".fetch] + type = "git" + url = "https://github.com/gopherjs/gopherjs" + rev = "0766667cb4d1cfb8d5fde1fe210ae41ead3cf589" + sha256 = "13pfc9sxiwjky2lm1xb3i3lcisn8p6mgjk2d927l7r92ysph8dmw" + +["github.com/gorilla/context"] + sumVersion = "v1.1.1" + ["github.com/gorilla/context".fetch] + type = "git" + url = "https://github.com/gorilla/context" + rev = "08b5f424b9271eedf6f9f0ce86cb9396ed337a42" + sha256 = "03p4hn87vcmfih0p9w663qbx9lpsf7i7j3lc7yl7n84la3yz63m4" + +["github.com/gorilla/handlers"] + sumVersion = "v1.4.2" + ["github.com/gorilla/handlers".fetch] + type = "git" + url = "https://github.com/gorilla/handlers" + rev = "8a3748addc242fc560bd6d4ff28b0374c010b1b4" + sha256 = "0i19b5b1scan5f884p6zqdh3pkgscxyacpifmq48k72rrsw141ci" + +["github.com/gorilla/securecookie"] + sumVersion = "v1.1.1" + ["github.com/gorilla/securecookie".fetch] + type = "git" + url = "https://github.com/gorilla/securecookie" + rev = "e59506cc896acb7f7bf732d4fdf5e25f7ccd8983" + sha256 = "16bqimpxs9vj5n59vm04y04v665l7jh0sddxn787pfafyxcmh410" + +["github.com/gorilla/sessions"] + sumVersion = "v1.2.0" + ["github.com/gorilla/sessions".fetch] + type = "git" + url = "https://github.com/gorilla/sessions" + rev = "4355a998706e83fe1d71c31b07af94e34f68d74a" + sha256 = "1kz6ydgp7vamhl2ak02hvzp2yv1dbfbwzsdxn6271lyzzdvz4pp1" + +["github.com/gorilla/websocket"] + sumVersion = "v1.4.0" + ["github.com/gorilla/websocket".fetch] + type = "git" + url = "https://github.com/gorilla/websocket" + rev = "66b9c49e59c6c48f0ffce28c2d8b8a5678502c6d" + sha256 = "00i4vb31nsfkzzk7swvx3i75r2d960js3dri1875vypk3v2s0pzk" + +["github.com/gostaticanalysis/analysisutil"] + sumVersion = "v0.0.0-20190318220348-4088753ea4d3" + ["github.com/gostaticanalysis/analysisutil".fetch] + type = "git" + url = "https://github.com/gostaticanalysis/analysisutil" + rev = "4088753ea4d37ecfaff4a131d20f0dd2ed1f6477" + sha256 = "0d5aknafi2xif1nz1hpxj9z13hd8ms1y9y45k8s8a1mxfm6r8amj" + +["github.com/grpc-ecosystem/go-grpc-middleware"] + sumVersion = "v1.0.0" + ["github.com/grpc-ecosystem/go-grpc-middleware".fetch] + type = "git" + url = "https://github.com/grpc-ecosystem/go-grpc-middleware" + rev = "c250d6563d4d4c20252cd865923440e829844f4e" + sha256 = "0lwgxih021xfhfb1xb9la5f98bpgpaiz63sbllx77qwwl2rmhrsp" + +["github.com/grpc-ecosystem/go-grpc-prometheus"] + sumVersion = "v1.2.0" + ["github.com/grpc-ecosystem/go-grpc-prometheus".fetch] + type = "git" + url = "https://github.com/grpc-ecosystem/go-grpc-prometheus" + rev = "c225b8c3b01faf2899099b768856a9e916e5087b" + sha256 = "1lzk54h7np32b3acidg1ggbn8ppbnns0m71gcg9d1qkkdh8zrijl" + +["github.com/grpc-ecosystem/grpc-gateway"] + sumVersion = "v1.9.0" + ["github.com/grpc-ecosystem/grpc-gateway".fetch] + type = "git" + url = "https://github.com/grpc-ecosystem/grpc-gateway" + rev = "8fd5fd9d19ce68183a6b0934519dfe7fe6269612" + sha256 = "1r4y48c76yxc2hpqszfjirvh7zxjb6z72qmk95li12ar79dhv3dy" + +["github.com/hashicorp/go-version"] + sumVersion = "v1.2.0" + ["github.com/hashicorp/go-version".fetch] + type = "git" + url = "https://github.com/hashicorp/go-version" + rev = "ac23dc3fea5d1a983c43f6a0f6e2c13f0195d8bd" + sha256 = "1bwi6y6111xq8ww8kjq0w1cmz15l1h9hb2id6596l8l0ag1vjj1z" + +["github.com/hashicorp/golang-lru"] + sumVersion = "v0.5.1" + ["github.com/hashicorp/golang-lru".fetch] + type = "git" + url = "https://github.com/hashicorp/golang-lru" + rev = "7087cb70de9f7a8bc0a10c375cb0d2280a8edf9c" + sha256 = "13f870cvk161bzjj6x41l45r5x9i1z9r2ymwmvm7768kg08zznpy" + +["github.com/hashicorp/hcl"] + sumVersion = "v1.0.0" + ["github.com/hashicorp/hcl".fetch] + type = "git" + url = "https://github.com/hashicorp/hcl" + rev = "8cb6e5b959231cc1119e43259c4a608f9c51a241" + sha256 = "0q6ml0qqs0yil76mpn4mdx4lp94id8vbv575qm60jzl1ijcl5i66" + +["github.com/hpcloud/tail"] + sumVersion = "v1.0.0" + ["github.com/hpcloud/tail".fetch] + type = "git" + url = "https://github.com/hpcloud/tail" + rev = "a30252cb686a21eb2d0b98132633053ec2f7f1e5" + sha256 = "1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0" + +["github.com/ianlancetaylor/demangle"] + sumVersion = "v0.0.0-20181102032728-5e5cf60278f6" + ["github.com/ianlancetaylor/demangle".fetch] + type = "git" + url = "https://github.com/ianlancetaylor/demangle" + rev = "5e5cf60278f657d30daa329dd0e7e893b6b8f027" + sha256 = "1fhjk11cip9c3jyj1byz9z77n6n2rlxmyz0xjx1zpn1da3cvri75" + +["github.com/imkira/go-interpol"] + sumVersion = "v1.1.0" + ["github.com/imkira/go-interpol".fetch] + type = "git" + url = "https://github.com/imkira/go-interpol" + rev = "5accad8134979a6ac504d456a6c7f1c53da237ca" + sha256 = "180h3pf2p0pch6hmqf45wk7wd87md83d3p122f8ll43x5nja5mph" + +["github.com/inconshreveable/mousetrap"] + sumVersion = "v1.0.0" + ["github.com/inconshreveable/mousetrap".fetch] + type = "git" + url = "https://github.com/inconshreveable/mousetrap" + rev = "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75" + sha256 = "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152" + +["github.com/iris-contrib/blackfriday"] + sumVersion = "v2.0.0+incompatible" + ["github.com/iris-contrib/blackfriday".fetch] + type = "git" + url = "https://github.com/iris-contrib/blackfriday" + rev = "48b3da6a6f3865c7eb1eba96d74cf0a16f63faca" + sha256 = "1gkizavajqmxm79il8r6cbi0g9ls3vwdh9wr0zy89vc9sq17p3im" + +["github.com/iris-contrib/go.uuid"] + sumVersion = "v2.0.0+incompatible" + ["github.com/iris-contrib/go.uuid".fetch] + type = "git" + url = "https://github.com/iris-contrib/go.uuid" + rev = "36e9d2ebbde5e3f13ab2e25625fd453271d6522e" + sha256 = "0nc0ggn0a6bcwdrwinnx3z6889x65c20a2dwja0n8can3xblxs35" + +["github.com/iris-contrib/i18n"] + sumVersion = "v0.0.0-20171121225848-987a633949d0" + ["github.com/iris-contrib/i18n".fetch] + type = "git" + url = "https://github.com/iris-contrib/i18n" + rev = "987a633949d087ba52207b587792e8c67d65780b" + sha256 = "0yslm7hmacc57v970jbys4x5c5yxgcjgff982ngivg9v1a16kifq" + +["github.com/iris-contrib/schema"] + sumVersion = "v0.0.1" + ["github.com/iris-contrib/schema".fetch] + type = "git" + url = "https://github.com/iris-contrib/schema" + rev = "1f5dc3fa1ac517978c014cb1df99540fa5b17f7e" + sha256 = "1a1lk2ll2xv3ljffmfw4q8mqqw727pj8dzs6c8g2hh0b0b050g79" + +["github.com/jingyugao/rowserrcheck"] + sumVersion = "v0.0.0-20191204022205-72ab7603b68a" + ["github.com/jingyugao/rowserrcheck".fetch] + type = "git" + url = "https://github.com/jingyugao/rowserrcheck" + rev = "72ab7603b68a2a295b8833da708c757d2c92a803" + sha256 = "1ky8ybkns26vfq6mpwls3f1sdyr9b2hf7mmzkiw65ljypfpclyd5" + +["github.com/jirfag/go-printf-func-name"] + sumVersion = "v0.0.0-20191110105641-45db9963cdd3" + ["github.com/jirfag/go-printf-func-name".fetch] + type = "git" + url = "https://github.com/jirfag/go-printf-func-name" + rev = "45db9963cdd3a1363cbf00195b15da9ac924db12" + sha256 = "1rya8rballnwqb1rm448i8rh3qd7yq8yv78wclx2fibhbrz3w4sl" + +["github.com/jmoiron/sqlx"] + sumVersion = "v1.2.1-0.20190826204134-d7d95172beb5" + ["github.com/jmoiron/sqlx".fetch] + type = "git" + url = "https://github.com/jmoiron/sqlx" + rev = "d7d95172beb5a538ff08c50a6e98aee6e7c41f40" + sha256 = "16mfg826xvqn2gh1qpbpn1m2pwwqxj6g3b4375ih2k0rr0726xzj" + +["github.com/jonboulle/clockwork"] + sumVersion = "v0.1.0" + ["github.com/jonboulle/clockwork".fetch] + type = "git" + url = "https://github.com/jonboulle/clockwork" + rev = "2eee05ed794112d45db504eb05aa693efd2b8b09" + sha256 = "1pqxhsdavbp1n5grgyx2j6ylvql2fzn2cvpsgkc8li69dil7sibl" + +["github.com/json-iterator/go"] + sumVersion = "v1.1.9" + ["github.com/json-iterator/go".fetch] + type = "git" + url = "https://github.com/json-iterator/go" + rev = "acfec88f7a0d5140ace3dcdbee10184e3684a9e1" + sha256 = "0pkn2maymgl9v6vmq9q1si8xr5bbl88n6981y0lx09px6qxb29qx" + +["github.com/jstemmer/go-junit-report"] + sumVersion = "v0.9.1" + ["github.com/jstemmer/go-junit-report".fetch] + type = "git" + url = "https://github.com/jstemmer/go-junit-report" + rev = "cc1f095d5cc5eca2844f5c5ea7bb37f6b9bf6cac" + sha256 = "1knip80yir1cdsjlb3rzy0a4w3kl4ljpiciaz6hjzwqlfhnv7bkw" + +["github.com/jtolds/gls"] + sumVersion = "v4.20.0+incompatible" + ["github.com/jtolds/gls".fetch] + type = "git" + url = "https://github.com/jtolds/gls" + rev = "b4936e06046bbecbb94cae9c18127ebe510a2cb9" + sha256 = "1k7xd2q2ysv2xsh373qs801v6f359240kx0vrl0ydh7731lngvk6" + +["github.com/juju/errors"] + sumVersion = "v0.0.0-20181118221551-089d3ea4e4d5" + ["github.com/juju/errors".fetch] + type = "git" + url = "https://github.com/juju/errors" + rev = "089d3ea4e4d597bd98acac068193d341983326a3" + sha256 = "056za75j1zgksky7pbf0pkjqz5ha15g3wj3p4ma10m9sywdyq79r" + +["github.com/juju/loggo"] + sumVersion = "v0.0.0-20180524022052-584905176618" + ["github.com/juju/loggo".fetch] + type = "git" + url = "https://github.com/juju/loggo" + rev = "584905176618da46b895b176c721b02c476b6993" + sha256 = "0hzi0652y74jf62wwyi9gf8bzrs7ynvhjfqc8rwr4l799d7i5gd4" + +["github.com/juju/testing"] + sumVersion = "v0.0.0-20180920084828-472a3e8b2073" + ["github.com/juju/testing".fetch] + type = "git" + url = "https://github.com/juju/testing" + rev = "472a3e8b2073fb3cd67c12d2bc5f3cd28e5f4116" + sha256 = "05wjc2k0kwbam7anaxwnj30pl03dcdbrsz32icd70zl70ipsqsw4" + +["github.com/julienschmidt/httprouter"] + sumVersion = "v1.2.0" + ["github.com/julienschmidt/httprouter".fetch] + type = "git" + url = "https://github.com/julienschmidt/httprouter" + rev = "348b672cd90d8190f8240323e372ecd1e66b59dc" + sha256 = "1k8bylc9s4vpvf5xhqh9h246dl1snxrzzz0614zz88cdh8yzs666" + +["github.com/k0kubun/colorstring"] + sumVersion = "v0.0.0-20150214042306-9440f1994b88" + ["github.com/k0kubun/colorstring".fetch] + type = "git" + url = "https://github.com/k0kubun/colorstring" + rev = "9440f1994b88a579ce4e2884bfb4532b79bdca7a" + sha256 = "0isskya7ky4k9znrh85crfc2pxwyfz2s8j1a5cbjb8b8zf2v0qbj" + +["github.com/kardianos/osext"] + sumVersion = "v0.0.0-20190222173326-2bc1f35cddc0" + ["github.com/kardianos/osext".fetch] + type = "git" + url = "https://github.com/kardianos/osext" + rev = "2bc1f35cddc0cc527b4bc3dce8578fc2a6c11384" + sha256 = "1pvrbrvmrf4mx0fxbfaphbzgqgwn8v6lkfk2vyrs0znxrs1xyc5r" + +["github.com/karlseguin/ccache/v2"] + sumVersion = "v2.0.6" + ["github.com/karlseguin/ccache/v2".fetch] + type = "git" + url = "https://github.com/karlseguin/ccache" + rev = "937ca294e671560fed89b5162fa3c3a60eb6a44b" + sha256 = "1qljm4zrr6b1snrigasdgcb30nwf1c9bzd43mal9667yva42ja1b" + +["github.com/karlseguin/expect"] + sumVersion = "v1.0.2-0.20190806010014-778a5f0c6003" + ["github.com/karlseguin/expect".fetch] + type = "git" + url = "https://github.com/karlseguin/expect" + rev = "778a5f0c600305097a09c66558691650b2f5b4b5" + sha256 = "026341h7fx4bnixcx58vv5izq0arabwnsisvgm23wb1ql6bdp899" + +["github.com/karrick/godirwalk"] + sumVersion = "v1.10.12" + ["github.com/karrick/godirwalk".fetch] + type = "git" + url = "https://github.com/karrick/godirwalk" + rev = "73c17a9b9528eb3ce857b782a2816c0cda581e62" + sha256 = "0l0m5zi2mf649knxgmch1cblz3a3xiny1c9ki2241phkpwzspjq1" + +["github.com/kataras/golog"] + sumVersion = "v0.0.9" + ["github.com/kataras/golog".fetch] + type = "git" + url = "https://github.com/kataras/golog" + rev = "19157c2f233395a67689a25a8609c4d9e99900ec" + sha256 = "160hd3z93c9i33q9g1bhfdxmsqg1lanncnrqcsr2444dy5j6ly3i" + +["github.com/kataras/iris/v12"] + sumVersion = "v12.0.1" + ["github.com/kataras/iris/v12".fetch] + type = "git" + url = "https://github.com/kataras/iris" + rev = "c3a55462bd34839380cada8da46304aa4cfab26d" + sha256 = "0k1jhamvf0byx6d317gzg6r2jls7bajhhf2spvdinarl2cjnakm5" + +["github.com/kataras/neffos"] + sumVersion = "v0.0.10" + ["github.com/kataras/neffos".fetch] + type = "git" + url = "https://github.com/kataras/neffos" + rev = "f36142ff276fa41a7008a4ed355ecaf6c10a7365" + sha256 = "0mkqrxff28rcc71nw5qqsywn0fm2jz7magwp9hhvh1s01lgghjdp" + +["github.com/kataras/pio"] + sumVersion = "v0.0.0-20190103105442-ea782b38602d" + ["github.com/kataras/pio".fetch] + type = "git" + url = "https://github.com/kataras/pio" + rev = "ea782b38602d1e5df3c2b891978a1f80d917a6bd" + sha256 = "0ca29wmkpx19qwnvi4fja3avkxkzz14x9wyzmg1l9074bxbj8cgj" + +["github.com/kisielk/errcheck"] + sumVersion = "v1.1.0" + ["github.com/kisielk/errcheck".fetch] + type = "git" + url = "https://github.com/kisielk/errcheck" + rev = "55d8f507faff4d6eddd0c41a3e713e2567fca4e5" + sha256 = "19vd4rxmqbk5lpiav3pf7df3yjlz0l0dwx9mn0gjq5f998iyhy6y" + +["github.com/kisielk/gotool"] + sumVersion = "v1.0.0" + ["github.com/kisielk/gotool".fetch] + type = "git" + url = "https://github.com/kisielk/gotool" + rev = "80517062f582ea3340cd4baf70e86d539ae7d84d" + sha256 = "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn" + +["github.com/klauspost/compress"] + sumVersion = "v1.9.0" + ["github.com/klauspost/compress".fetch] + type = "git" + url = "https://github.com/klauspost/compress" + rev = "a41f1a10bd3b167958ff6df80b800fe2969dd3ca" + sha256 = "07vndz6mdaliwagj2xq0y5c5w2zld14p9i5y7r0bkhb7klfyamfk" + +["github.com/klauspost/cpuid"] + sumVersion = "v1.2.1" + ["github.com/klauspost/cpuid".fetch] + type = "git" + url = "https://github.com/klauspost/cpuid" + rev = "05a8198c0f5a27739aec358908d7e12c64ce6eb7" + sha256 = "1071wchrs37bvpb99fwf19fjrpz0yaqipi2y2hjvim419flvd49x" + +["github.com/konsorten/go-windows-terminal-sequences"] + sumVersion = "v1.0.1" + ["github.com/konsorten/go-windows-terminal-sequences".fetch] + type = "git" + url = "https://github.com/konsorten/go-windows-terminal-sequences" + rev = "5c8c8bd35d3832f5d134ae1e1e375b69a4d25242" + sha256 = "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip" + +["github.com/kr/logfmt"] + sumVersion = "v0.0.0-20140226030751-b84e30acd515" + ["github.com/kr/logfmt".fetch] + type = "git" + url = "https://github.com/kr/logfmt" + rev = "b84e30acd515aadc4b783ad4ff83aff3299bdfe0" + sha256 = "02ldzxgznrfdzvghfraslhgp19la1fczcbzh7wm2zdc6lmpd1qq9" + +["github.com/kr/pretty"] + sumVersion = "v0.1.0" + ["github.com/kr/pretty".fetch] + type = "git" + url = "https://github.com/kr/pretty" + rev = "73f6ac0b30a98e433b289500d779f50c1a6f0712" + sha256 = "18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp" + +["github.com/kr/pty"] + sumVersion = "v1.1.1" + ["github.com/kr/pty".fetch] + type = "git" + url = "https://github.com/kr/pty" + rev = "282ce0e5322c82529687d609ee670fac7c7d917c" + sha256 = "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6" + +["github.com/kr/text"] + sumVersion = "v0.2.0" + ["github.com/kr/text".fetch] + type = "git" + url = "https://github.com/kr/text" + rev = "702c74938df48b97370179f33ce2107bd7ff3b3e" + sha256 = "0hf58ypz6rxsw6nx3i856whir9lvy4sdx946wbw1nfaf2rdmr9vx" + +["github.com/labstack/echo/v4"] + sumVersion = "v4.1.11" + ["github.com/labstack/echo/v4".fetch] + type = "git" + url = "https://github.com/labstack/echo" + rev = "d286e285dcb6f909ea4f224663f22f7445f0287f" + sha256 = "0b14vgwzznn7wzyjb98xdmq4wjg16l3y62njiwfz4qsm4pwzk405" + +["github.com/labstack/gommon"] + sumVersion = "v0.3.0" + ["github.com/labstack/gommon".fetch] + type = "git" + url = "https://github.com/labstack/gommon" + rev = "4919956f6fb227b548f004da27c7c6b20fba499f" + sha256 = "18z7akyzm75p6anm4b8qkqgm4iivx50z07hi5wf50w1pbsvbcdi0" + +["github.com/lib/pq"] + sumVersion = "v1.0.0" + ["github.com/lib/pq".fetch] + type = "git" + url = "https://github.com/lib/pq" + rev = "4ded0e9383f75c197b3a2aaa6d590ac52df6fd79" + sha256 = "1zqnnyczaf00xi6xh53vq758v5bdlf0iz7kf22l02cal4i6px47i" + +["github.com/lightstep/lightstep-tracer-go"] + sumVersion = "v0.15.6" + ["github.com/lightstep/lightstep-tracer-go".fetch] + type = "git" + url = "https://github.com/lightstep/lightstep-tracer-go" + rev = "87a8ccb2b6d479c7bc6c5ce556671aa194523655" + sha256 = "10n5r66g44s6rnz5kf86s4a3p1g55kc1kxqhnk7bx7mlayndgpmb" + +["github.com/logrusorgru/aurora"] + sumVersion = "v0.0.0-20181002194514-a7b3b318ed4e" + ["github.com/logrusorgru/aurora".fetch] + type = "git" + url = "https://github.com/logrusorgru/aurora" + rev = "a7b3b318ed4e1ae5b80602b08627267303c68572" + sha256 = "1dldc270z42zm2d377ks7sa5059janjcjhv3inza3rjvapknsrcb" + +["github.com/magiconair/properties"] + sumVersion = "v1.8.1" + ["github.com/magiconair/properties".fetch] + type = "git" + url = "https://github.com/magiconair/properties" + rev = "de8848e004dd33dc07a2947b3d76f618a7fc7ef1" + sha256 = "19zqw1x0w0crh8zc84yy82nkcc5yjz72gviaf2xjgfm5a8np7nyb" + +["github.com/maratori/testpackage"] + sumVersion = "v1.0.1" + ["github.com/maratori/testpackage".fetch] + type = "git" + url = "https://github.com/maratori/testpackage" + rev = "68d85e4e2681860b5e626e5ca29961b340778f1a" + sha256 = "0d40jskxr4s4nxj6qgwynirqxxi194zj63a73z3k528hh8g42zwk" + +["github.com/matoous/godox"] + sumVersion = "v0.0.0-20190911065817-5d6d842e92eb" + ["github.com/matoous/godox".fetch] + type = "git" + url = "https://github.com/matoous/godox" + rev = "5d6d842e92eb27a4e7c1dde98f378a13d9208d57" + sha256 = "1q7jdwibqxb5lkcs5an19v11cvc9za10y62fqkxhh82j7ly6h9n1" + +["github.com/mattn/go-colorable"] + sumVersion = "v0.1.4" + ["github.com/mattn/go-colorable".fetch] + type = "git" + url = "https://github.com/mattn/go-colorable" + rev = "98ec13f34aabf44cc914c65a1cfb7b9bc815aef1" + sha256 = "1yxcz08kminqr1221zxpibnbzfcgs3fafin0z9zqb3gqvf74jywz" + +["github.com/mattn/go-isatty"] + sumVersion = "v0.0.9" + ["github.com/mattn/go-isatty".fetch] + type = "git" + url = "https://github.com/mattn/go-isatty" + rev = "e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3" + sha256 = "0i3km37lajahh1y2392g4hpgvq05arcgiiv93yhzxxyv0fpqj72m" + +["github.com/mattn/go-sqlite3"] + sumVersion = "v1.9.0" + ["github.com/mattn/go-sqlite3".fetch] + type = "git" + url = "https://github.com/mattn/go-sqlite3" + rev = "25ecb14adfc7543176f7d85291ec7dba82c6f7e4" + sha256 = "14vw8bwyaz9lrd1rqhfri5cwpimiimhp75pkbqxxsjsr5jz89s7m" + +["github.com/mattn/goveralls"] + sumVersion = "v0.0.2" + ["github.com/mattn/goveralls".fetch] + type = "git" + url = "https://github.com/mattn/goveralls" + rev = "b71a1e4855f87991aff01c2c833a75a07059c61c" + sha256 = "13ffdikvc594g1mryhi94m87skr7irwkjnpxp8ad2kprn6syfslp" + +["github.com/matttproud/golang_protobuf_extensions"] + sumVersion = "v1.0.1" + ["github.com/matttproud/golang_protobuf_extensions".fetch] + type = "git" + url = "https://github.com/matttproud/golang_protobuf_extensions" + rev = "c12348ce28de40eed0136aa2b644d0ee0650e56c" + sha256 = "1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya" + +["github.com/mediocregopher/mediocre-go-lib"] + sumVersion = "v0.0.0-20181029021733-cb65787f37ed" + ["github.com/mediocregopher/mediocre-go-lib".fetch] + type = "git" + url = "https://github.com/mediocregopher/mediocre-go-lib" + rev = "cb65787f37ed8c14c10db93fa207128186bbd3b7" + sha256 = "0lg6q76fxjhxv05m80k4l6nrkj9qwzafs2mb2gbvhznxh8m0cv9j" + +["github.com/mediocregopher/radix/v3"] + sumVersion = "v3.3.0" + ["github.com/mediocregopher/radix/v3".fetch] + type = "git" + url = "https://github.com/mediocregopher/radix" + rev = "a76bf93ac9ee2393809bc5e81cbeaebd6b89d3e0" + sha256 = "0pchn5z2g4wnf87350war5fr9pqpdksia1ffvw7cphg4q9blggfx" + +["github.com/microcosm-cc/bluemonday"] + sumVersion = "v1.0.2" + ["github.com/microcosm-cc/bluemonday".fetch] + type = "git" + url = "https://github.com/microcosm-cc/bluemonday" + rev = "506f3da9b7c86d737e91f16b7431df8635871552" + sha256 = "0j0aylsxqjcj49w7ph8cmpaqjlpvg7mb5mrcrd9bg71dlb9z9ir2" + +["github.com/mitchellh/go-homedir"] + sumVersion = "v1.1.0" + ["github.com/mitchellh/go-homedir".fetch] + type = "git" + url = "https://github.com/mitchellh/go-homedir" + rev = "af06845cf3004701891bf4fdb884bfe4920b3727" + sha256 = "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1" + +["github.com/mitchellh/go-ps"] + sumVersion = "v0.0.0-20190716172923-621e5597135b" + ["github.com/mitchellh/go-ps".fetch] + type = "git" + url = "https://github.com/mitchellh/go-ps" + rev = "621e5597135b1d14a7d9c2bfc7bc312e7c58463c" + sha256 = "0sjkz24kqz5nzgncnvdlzhlyba4jwmf6cxj8c4p8mb44679gkphh" + +["github.com/mitchellh/mapstructure"] + sumVersion = "v1.1.2" + ["github.com/mitchellh/mapstructure".fetch] + type = "git" + url = "https://github.com/mitchellh/mapstructure" + rev = "3536a929edddb9a5b34bd6861dc4a9647cb459fe" + sha256 = "03bpv28jz9zhn4947saqwi328ydj7f6g6pf1m2d4m5zdh5jlfkrr" + +["github.com/modern-go/concurrent"] + sumVersion = "v0.0.0-20180306012644-bacd9c7ef1dd" + ["github.com/modern-go/concurrent".fetch] + type = "git" + url = "https://github.com/modern-go/concurrent" + rev = "bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" + sha256 = "0s0fxccsyb8icjmiym5k7prcqx36hvgdwl588y0491gi18k5i4zs" + +["github.com/modern-go/reflect2"] + sumVersion = "v1.0.1" + ["github.com/modern-go/reflect2".fetch] + type = "git" + url = "https://github.com/modern-go/reflect2" + rev = "94122c33edd36123c84d5368cfb2b69df93a0ec8" + sha256 = "06a3sablw53n1dqqbr2f53jyksbxdmmk8axaas4yvnhyfi55k4lf" + +["github.com/moul/http2curl"] + sumVersion = "v1.0.0" + ["github.com/moul/http2curl".fetch] + type = "git" + url = "https://github.com/moul/http2curl" + rev = "9ac6cf4d929b2fa8fd2d2e6dec5bb0feb4f4911d" + sha256 = "15bpx33d3ygya8dg8hbsn24h7acpajl27006pj8lw1c0bfvbnrl0" + +["github.com/mozilla/tls-observatory"] + sumVersion = "v0.0.0-20200317151703-4fa42e1c2dee" + ["github.com/mozilla/tls-observatory".fetch] + type = "git" + url = "https://github.com/mozilla/tls-observatory" + rev = "4fa42e1c2dee78ceb2461d88221da37cf3738237" + sha256 = "18ynr32zvkv9c8g94lsskahcmaynk92vhqkqz5d0k7gd7rh35qnw" + +["github.com/mwitkow/go-conntrack"] + sumVersion = "v0.0.0-20161129095857-cc309e4a2223" + ["github.com/mwitkow/go-conntrack".fetch] + type = "git" + url = "https://github.com/mwitkow/go-conntrack" + rev = "cc309e4a22231782e8893f3c35ced0967807a33e" + sha256 = "0nbrnpk7bkmqg9mzwsxlm0y8m7s9qd9phr1q30qlx2qmdmz7c1mf" + +["github.com/nakabonne/nestif"] + sumVersion = "v0.3.0" + ["github.com/nakabonne/nestif".fetch] + type = "git" + url = "https://github.com/nakabonne/nestif" + rev = "88e8196e5faa6b1eeac0c2e39b4b1c615ba9330a" + sha256 = "01lf3bpif68m97sgr8a06apnf7vzbwi657cg4dcqa0dzh9v1yy6l" + +["github.com/namsral/flag"] + sumVersion = "v1.7.4-pre" + ["github.com/namsral/flag".fetch] + type = "git" + url = "https://github.com/namsral/flag" + rev = "71ceffbeb0ba60fccc853971bb3ed4d7d90bfd04" + sha256 = "0s27nbk7f9dzvazy8ajrrncajbv6xb168qcf1s04lhmjqlvls77n" + +["github.com/nats-io/nats.go"] + sumVersion = "v1.8.1" + ["github.com/nats-io/nats.go".fetch] + type = "git" + url = "https://github.com/nats-io/nats.go" + rev = "e2837a2879e82886f6e21715e3a0217fdc46d370" + sha256 = "0h9zzpjl6ac227bhf0i4ram9a5jlibq53pawv0zzxdirxrnp1vkj" + +["github.com/nats-io/nkeys"] + sumVersion = "v0.0.2" + ["github.com/nats-io/nkeys".fetch] + type = "git" + url = "https://github.com/nats-io/nkeys" + rev = "1546a3320a8f195a5b5c84aef8309377c2e411d5" + sha256 = "0kibc1g60w031rssk3vs74gfick3jdl3igckn1v4k8b5grawcks1" + +["github.com/nats-io/nuid"] + sumVersion = "v1.0.1" + ["github.com/nats-io/nuid".fetch] + type = "git" + url = "https://github.com/nats-io/nuid" + rev = "4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94" + sha256 = "11zbhg4kds5idsya04bwz4plj0mmiigypzppzih731ppbk2ms1zg" + +["github.com/nbutton23/zxcvbn-go"] + sumVersion = "v0.0.0-20180912185939-ae427f1e4c1d" + ["github.com/nbutton23/zxcvbn-go".fetch] + type = "git" + url = "https://github.com/nbutton23/zxcvbn-go" + rev = "ae427f1e4c1d66674cc457c6c3822de13ccb8777" + sha256 = "1hrl3rfbly49w9a73894fldlfp3wjmmzz3zmwjydb0jn6sf1k17q" + +["github.com/niemeyer/pretty"] + sumVersion = "v0.0.0-20200227124842-a10e7caefd8e" + ["github.com/niemeyer/pretty".fetch] + type = "git" + url = "https://github.com/niemeyer/pretty" + rev = "a10e7caefd8e0d600cea437f5c3613aeb1553d56" + sha256 = "1jmazh4xzaa3v6g46hz60q2z7nmqs9l9cxdzmmscn3kbcs2znq4v" + +["github.com/oklog/ulid"] + sumVersion = "v1.3.1" + ["github.com/oklog/ulid".fetch] + type = "git" + url = "https://github.com/oklog/ulid" + rev = "02a8604050d8466dd915307496174adb9be4593a" + sha256 = "0hybwyid820n80axrk863k2py93hbqlq6hxhf84ppmz0qd0ys0gq" + +["github.com/oklog/ulid/v2"] + sumVersion = "v2.0.2" + ["github.com/oklog/ulid/v2".fetch] + type = "git" + url = "https://github.com/oklog/ulid" + rev = "be3bccf06dda9a40aa6800c4736ac77f2fef987f" + sha256 = "1apm4r23kxsm0c9hlxsr7xh6xwrk2cjqylbpxd4ffxbl6bwflja0" + +["github.com/onsi/ginkgo"] + sumVersion = "v1.12.0" + ["github.com/onsi/ginkgo".fetch] + type = "git" + url = "https://github.com/onsi/ginkgo" + rev = "40598150331533e3cd497f21dcce387dae84b561" + sha256 = "0ly246i0ax53l6dn9f1zlhkd9gs03hvbk7aazxay2dd5fxzh9n65" + +["github.com/onsi/gomega"] + sumVersion = "v1.9.0" + ["github.com/onsi/gomega".fetch] + type = "git" + url = "https://github.com/onsi/gomega" + rev = "6be6c439588487cd908a3a700795660c2a16dfec" + sha256 = "0l69r6nbnz6b3j9zrqn8aql88jjv1pqykzkvqdbhfprss9b2dy46" + +["github.com/opentracing/opentracing-go"] + sumVersion = "v1.2.0" + ["github.com/opentracing/opentracing-go".fetch] + type = "git" + url = "https://github.com/opentracing/opentracing-go" + rev = "d34af3eaa63c4d08ab54863a4bdd0daa45212e12" + sha256 = "04rgdwl29kimp2wnm4dycnzp7941hvpj6wym85x23c6fclacm94h" + +["github.com/patrickmn/go-cache"] + sumVersion = "v2.1.0+incompatible" + ["github.com/patrickmn/go-cache".fetch] + type = "git" + url = "https://github.com/patrickmn/go-cache" + rev = "a3647f8e31d79543b2d0f0ae2fe5c379d72cedc0" + sha256 = "10020inkzrm931r4bixf8wqr9n39wcrb78vfyxmbvjavvw4zybgs" + +["github.com/pborman/getopt"] + sumVersion = "v0.0.0-20170112200414-7148bc3a4c30" + ["github.com/pborman/getopt".fetch] + type = "git" + url = "https://github.com/pborman/getopt" + rev = "7148bc3a4c3008adfcab60cbebfd0576018f330b" + sha256 = "0zhvvmv671r1fbdd5hbv3flx8k2rb60giqx115w0553c56qkqfpj" + +["github.com/pborman/uuid"] + sumVersion = "v1.2.0" + ["github.com/pborman/uuid".fetch] + type = "git" + url = "https://github.com/pborman/uuid" + rev = "8b1b92947f46224e3b97bb1a3a5b0382be00d31e" + sha256 = "0f146yjqwx2mr110kl8scjhqd08hys7vr5z0d0a3lskb6yy22gfg" + +["github.com/pelletier/go-toml"] + sumVersion = "v1.2.0" + ["github.com/pelletier/go-toml".fetch] + type = "git" + url = "https://github.com/pelletier/go-toml" + rev = "c01d1270ff3e442a8a57cddc1c92dc1138598194" + sha256 = "1fjzpcjng60mc3a4b2ql5a00d5gah84wj740dabv9kq67mpg8fxy" + +["github.com/phayes/checkstyle"] + sumVersion = "v0.0.0-20170904204023-bfd46e6a821d" + ["github.com/phayes/checkstyle".fetch] + type = "git" + url = "https://github.com/phayes/checkstyle" + rev = "bfd46e6a821d07762e664fb4fdde8bb90bb3668c" + sha256 = "0bdfvgvm8gnrxdndnbvwcfjijxyn4c9xcmd11w5bbaz05c40dshx" + +["github.com/philhofer/fwd"] + sumVersion = "v1.0.0" + ["github.com/philhofer/fwd".fetch] + type = "git" + url = "https://github.com/philhofer/fwd" + rev = "bb6d471dc95d4fe11e432687f8b70ff496cf3136" + sha256 = "1pg84khadh79v42y8sjsdgfb54vw2kzv7hpapxkifgj0yvcp30g2" + +["github.com/pingcap/errors"] + sumVersion = "v0.11.4" + ["github.com/pingcap/errors".fetch] + type = "git" + url = "https://github.com/pingcap/errors" + rev = "fc6e4ce558343e6eab2450e7653502fee61d9ad6" + sha256 = "02k6b30m42aya763fnwx3paq4r8h28yav4i2kv2z4r28r70xxcgn" + +["github.com/pires/go-proxyproto"] + sumVersion = "v0.2.0" + ["github.com/pires/go-proxyproto".fetch] + type = "git" + url = "https://github.com/pires/go-proxyproto" + rev = "5e99c071f887fc6c907b091479802432d368d7a6" + sha256 = "1p7d9qd9fylihi3mb1m6hj6cdick78arh6d3c7ywxawr88jsvjyj" + +["github.com/pkg/errors"] + sumVersion = "v0.8.1" + ["github.com/pkg/errors".fetch] + type = "git" + url = "https://github.com/pkg/errors" + rev = "ba968bfe8b2f7e042a574c888954fccecfa385b4" + sha256 = "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1" + +["github.com/pmezard/go-difflib"] + sumVersion = "v1.0.0" + ["github.com/pmezard/go-difflib".fetch] + type = "git" + url = "https://github.com/pmezard/go-difflib" + rev = "792786c7400a136282c1664665ae0a8db921c6c2" + sha256 = "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw" + +["github.com/prometheus/client_golang"] + sumVersion = "v1.6.0" + ["github.com/prometheus/client_golang".fetch] + type = "git" + url = "https://github.com/prometheus/client_golang" + rev = "6edbbd9e560190e318cdc5b4d3e630b442858380" + sha256 = "0wwkx69in9dy5kzd3z6rrqf5by8cwl9r7r17fswcpx9rl3g61x1l" + +["github.com/prometheus/client_model"] + sumVersion = "v0.2.0" + ["github.com/prometheus/client_model".fetch] + type = "git" + url = "https://github.com/prometheus/client_model" + rev = "7bc5445566f0fe75b15de23e6b93886e982d7bf9" + sha256 = "0jffnz94d6ff39fr96b5w8i8yk26pwnrfggzz8jhi8k0yihg2c9d" + +["github.com/prometheus/common"] + sumVersion = "v0.9.1" + ["github.com/prometheus/common".fetch] + type = "git" + url = "https://github.com/prometheus/common" + rev = "d978bcb1309602d68bb4ba69cf3f8ed900e07308" + sha256 = "12pyywb02p7d30ccm41mwn69qsgqnsgv1w9jlqrrln2f1svnbqch" + +["github.com/prometheus/procfs"] + sumVersion = "v0.0.11" + ["github.com/prometheus/procfs".fetch] + type = "git" + url = "https://github.com/prometheus/procfs" + rev = "46159f73e74d1cb8dc223deef9b2d049286f46b1" + sha256 = "1msc8bfywsmrgr2ryqjdqwkxiz1ll08r3qgvaka2507z1wpcpj2c" + +["github.com/prometheus/tsdb"] + sumVersion = "v0.7.1" + ["github.com/prometheus/tsdb".fetch] + type = "git" + url = "https://github.com/prometheus/tsdb" + rev = "c20450564cc42983bf923c13f3fda42de709ac13" + sha256 = "1c1da8i5byvhh4fp3vqjfb65aaksjskn3ggb8wg9hcfzjrhgpz04" + +["github.com/quasilyte/go-consistent"] + sumVersion = "v0.0.0-20190521200055-c6f3937de18c" + ["github.com/quasilyte/go-consistent".fetch] + type = "git" + url = "https://github.com/quasilyte/go-consistent" + rev = "c6f3937de18cf505dce778903e72b1a57948edcc" + sha256 = "1x0bg7nvqdcgl30z59sil2ildj2kng44v19y2c98kqgiy804q4f0" + +["github.com/rogpeppe/fastuuid"] + sumVersion = "v0.0.0-20150106093220-6724a57986af" + ["github.com/rogpeppe/fastuuid".fetch] + type = "git" + url = "https://github.com/rogpeppe/fastuuid" + rev = "6724a57986aff9bff1a1770e9347036def7c89f6" + sha256 = "12s65phfx6hxj4v0b5kj8akgrbf5mxpa101fyzw03h6hld1f70cz" + +["github.com/rogpeppe/go-internal"] + sumVersion = "v1.3.0" + ["github.com/rogpeppe/go-internal".fetch] + type = "git" + url = "https://github.com/rogpeppe/go-internal" + rev = "438578804ca6f31be148c27683afc419ce47c06e" + sha256 = "0mcdh1licgnnahwml9y2iq6xy5x9xmjw5frcnds2s3wpjyqrl216" + +["github.com/rs/cors"] + sumVersion = "v1.7.0" + ["github.com/rs/cors".fetch] + type = "git" + url = "https://github.com/rs/cors" + rev = "db0fe48135e83b5812a5a31be0eea66984b1b521" + sha256 = "1abz6jxp7bhcwwsgcz9ajkijspkc46s0chrhqspy4czskmmazygi" + +["github.com/russross/blackfriday"] + sumVersion = "v1.5.2" + ["github.com/russross/blackfriday".fetch] + type = "git" + url = "https://github.com/russross/blackfriday" + rev = "05f3235734ad95d0016f6a23902f06461fcf567a" + sha256 = "0jzbfzcywqcrnym4gxlz6nphmm1grg6wsl4f0r9x384rn83wkj7c" + +["github.com/ryancurrah/gomodguard"] + sumVersion = "v1.0.4" + ["github.com/ryancurrah/gomodguard".fetch] + type = "git" + url = "https://github.com/ryancurrah/gomodguard" + rev = "c1855e940177e7b5a28d286f7556250cd9c6f4a3" + sha256 = "1df2iw82vqp9slxgp9sia0y6nxlq7m4smjmdcyy504lzn3hlbnyj" + +["github.com/ryanuber/columnize"] + sumVersion = "v2.1.0+incompatible" + ["github.com/ryanuber/columnize".fetch] + type = "git" + url = "https://github.com/ryanuber/columnize" + rev = "983d3a5fab1bf04d1b412465d2d9f8430e2e917e" + sha256 = "0m9jhagb1k44zfcdai76xdf9vpi3bqdl7p078ffyibmz0z9jfap6" + +["github.com/sebest/xff"] + sumVersion = "v0.0.0-20160910043805-6c115e0ffa35" + ["github.com/sebest/xff".fetch] + type = "git" + url = "https://github.com/sebest/xff" + rev = "6c115e0ffa35d6a2e3f7a9e797c9cf07f0da4b9f" + sha256 = "0l11d8mc870vxzgi74cc9dqr7kgxjmbfkfi53gc30rsyx877jx4h" + +["github.com/securego/gosec/v2"] + sumVersion = "v2.3.0" + ["github.com/securego/gosec/v2".fetch] + type = "git" + url = "https://github.com/securego/gosec" + rev = "ee3146e637167cd156ccfc0310f4983f1bc76566" + sha256 = "0z782rr4z0nhlj6cmjd17pbi65zabpmb83mv4y93wi4qa7kkpm2g" + +["github.com/sergi/go-diff"] + sumVersion = "v1.0.0" + ["github.com/sergi/go-diff".fetch] + type = "git" + url = "https://github.com/sergi/go-diff" + rev = "1744e2970ca51c86172c8190fadad617561ed6e7" + sha256 = "0swiazj8wphs2zmk1qgq75xza6m19snif94h2m6fi8dqkwqdl7c7" + +["github.com/shirou/gopsutil"] + sumVersion = "v0.0.0-20190901111213-e4ec7b275ada" + ["github.com/shirou/gopsutil".fetch] + type = "git" + url = "https://github.com/shirou/gopsutil" + rev = "e4ec7b275ada47ca32799106c2dba142d96aaf93" + sha256 = "14byp51xs7bf12r8kakj1j156gfdp80yz61vqyif3h3j8355sny0" + +["github.com/shirou/w32"] + sumVersion = "v0.0.0-20160930032740-bb4de0191aa4" + ["github.com/shirou/w32".fetch] + type = "git" + url = "https://github.com/shirou/w32" + rev = "bb4de0191aa41b5507caa14b0650cdbddcd9280b" + sha256 = "0xh5vqblhr2c3mlaswawx6nipi4rc2x73rbdvlkakmgi0nnl50m4" + +["github.com/shurcooL/go"] + sumVersion = "v0.0.0-20180423040247-9e1955d9fb6e" + ["github.com/shurcooL/go".fetch] + type = "git" + url = "https://github.com/shurcooL/go" + rev = "9e1955d9fb6e1ee2345ba1f5e71669263e719e27" + sha256 = "1lad9bvs75jsn61cfza19739c2c057k0bqxg2b4xz3z3l4w1mkqj" + +["github.com/shurcooL/go-goon"] + sumVersion = "v0.0.0-20170922171312-37c2f522c041" + ["github.com/shurcooL/go-goon".fetch] + type = "git" + url = "https://github.com/shurcooL/go-goon" + rev = "37c2f522c041b74919a9e5e3a6c5c47eb34730a5" + sha256 = "17ac6j6msdcxbmfhq6pxhw5z339b87bd6ciln9909drjv2szyxqv" + +["github.com/shurcooL/sanitized_anchor_name"] + sumVersion = "v1.0.0" + ["github.com/shurcooL/sanitized_anchor_name".fetch] + type = "git" + url = "https://github.com/shurcooL/sanitized_anchor_name" + rev = "7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615" + sha256 = "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f" + +["github.com/sirupsen/logrus"] + sumVersion = "v1.7.0" + ["github.com/sirupsen/logrus".fetch] + type = "git" + url = "https://github.com/sirupsen/logrus" + rev = "6699a89a232f3db797f2e280639854bbc4b89725" + sha256 = "1a59pw7zimvm8k423iq9l4f4qjj1ia1xc6pkmhwl2mxc46y2n442" + +["github.com/smartystreets/assertions"] + sumVersion = "v0.0.0-20180927180507-b2de0cb4f26d" + ["github.com/smartystreets/assertions".fetch] + type = "git" + url = "https://github.com/smartystreets/assertions" + rev = "b2de0cb4f26d0705483a2f495d89896d0b808573" + sha256 = "1i7ldgavgl35c7gk25p7bvdr282ckng090zr4ch9mk1705akx09y" + +["github.com/smartystreets/goconvey"] + sumVersion = "v1.6.4" + ["github.com/smartystreets/goconvey".fetch] + type = "git" + url = "https://github.com/smartystreets/goconvey" + rev = "505e419363375c0dc132d3ac02632a4ee32199ca" + sha256 = "07zjxwszayal88z1j2bwnqrsa32vg8l4nivks5yfr9j8xfsw7n6m" + +["github.com/soheilhy/cmux"] + sumVersion = "v0.1.4" + ["github.com/soheilhy/cmux".fetch] + type = "git" + url = "https://github.com/soheilhy/cmux" + rev = "e09e9389d85d8492d313d73d1469c029e710623f" + sha256 = "1f736g68d9vwlyfb6g0fxkr0r875369xafk30cz8kaq5niaqwv0h" + +["github.com/sourcegraph/go-diff"] + sumVersion = "v0.5.1" + ["github.com/sourcegraph/go-diff".fetch] + type = "git" + url = "https://github.com/sourcegraph/go-diff" + rev = "042635e6444e67483d777aaa240274f13691500c" + sha256 = "0acabccjmxgdvhyd7fr0krlf7ymc7mngdq292n03hfys9nrnb0b2" + +["github.com/spaolacci/murmur3"] + sumVersion = "v0.0.0-20180118202830-f09979ecbc72" + ["github.com/spaolacci/murmur3".fetch] + type = "git" + url = "https://github.com/spaolacci/murmur3" + rev = "f09979ecbc725b9e6d41a297405f65e7e8804acc" + sha256 = "1lv3zyz3jy2d76bhvvs8svygx66606iygdvwy5cwc0p5z8yghq25" + +["github.com/spf13/afero"] + sumVersion = "v1.1.2" + ["github.com/spf13/afero".fetch] + type = "git" + url = "https://github.com/spf13/afero" + rev = "d40851caa0d747393da1ffb28f7f9d8b4eeffebd" + sha256 = "0miv4faf5ihjfifb1zv6aia6f6ik7h1s4954kcb8n6ixzhx9ck6k" + +["github.com/spf13/cast"] + sumVersion = "v1.3.0" + ["github.com/spf13/cast".fetch] + type = "git" + url = "https://github.com/spf13/cast" + rev = "8c9545af88b134710ab1cd196795e7f2388358d7" + sha256 = "0xq1ffqj8y8h7dcnm0m9lfrh0ga7pssnn2c1dnr09chqbpn4bdc5" + +["github.com/spf13/cobra"] + sumVersion = "v0.0.5" + ["github.com/spf13/cobra".fetch] + type = "git" + url = "https://github.com/spf13/cobra" + rev = "f2b07da1e2c38d5f12845a4f607e2e1018cbb1f5" + sha256 = "0z4x8js65mhwg1gf6sa865pdxfgn45c3av9xlcc1l3xjvcnx32v2" + +["github.com/spf13/jwalterweatherman"] + sumVersion = "v1.0.0" + ["github.com/spf13/jwalterweatherman".fetch] + type = "git" + url = "https://github.com/spf13/jwalterweatherman" + rev = "4a4406e478ca629068e7768fc33f3f044173c0a6" + sha256 = "093fmmvavv84pv4q84hav7ph3fmrq87bvspjj899q0qsx37yvdr8" + +["github.com/spf13/pflag"] + sumVersion = "v1.0.5" + ["github.com/spf13/pflag".fetch] + type = "git" + url = "https://github.com/spf13/pflag" + rev = "2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" + sha256 = "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31" + +["github.com/spf13/viper"] + sumVersion = "v1.6.1" + ["github.com/spf13/viper".fetch] + type = "git" + url = "https://github.com/spf13/viper" + rev = "eabbc68a3ecd5cf8c11a2f84dbda5e7a38493b2f" + sha256 = "08gz0kksvam18by7zzr4sphg296hn24bckdadb4gc82y6rpq7fan" + +["github.com/stretchr/objx"] + sumVersion = "v0.2.0" + ["github.com/stretchr/objx".fetch] + type = "git" + url = "https://github.com/stretchr/objx" + rev = "ea4fe68685ee0d3cee7032121851b57e7494e8ea" + sha256 = "0pcdvakxgddaiwcdj73ra4da05a3q4cgwbpm2w75ycq4kzv8ij8k" + +["github.com/stretchr/testify"] + sumVersion = "v1.6.1" + ["github.com/stretchr/testify".fetch] + type = "git" + url = "https://github.com/stretchr/testify" + rev = "f654a9112bbeac49ca2cd45bfbe11533c4666cf8" + sha256 = "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l" + +["github.com/subosito/gotenv"] + sumVersion = "v1.2.0" + ["github.com/subosito/gotenv".fetch] + type = "git" + url = "https://github.com/subosito/gotenv" + rev = "2ef7124db659d49edac6aa459693a15ae36c671a" + sha256 = "0mav91j7r4arjkpq5zcf9j74f6pww8ic53x43wy7kg3ibw31yjs5" + +["github.com/tdakkota/asciicheck"] + sumVersion = "v0.0.0-20200416190851-d7f85be797a2" + ["github.com/tdakkota/asciicheck".fetch] + type = "git" + url = "https://github.com/tdakkota/asciicheck" + rev = "d7f85be797a267ff901429d40e873193db888d9c" + sha256 = "1lz5fl5s7x5xlgsdy90526wpxlwzdarrvn8lzy99laxqhbikqnpp" + +["github.com/tetafro/godot"] + sumVersion = "v0.3.7" + ["github.com/tetafro/godot".fetch] + type = "git" + url = "https://github.com/tetafro/godot" + rev = "8ff8ae1525fad51eabbca2c16b59711060c40592" + sha256 = "0s7mh2a3xwnram2paclfa9byjlg4h074xsc21pyg4lag0kw264i2" + +["github.com/timakin/bodyclose"] + sumVersion = "v0.0.0-20190930140734-f7f2e9bca95e" + ["github.com/timakin/bodyclose".fetch] + type = "git" + url = "https://github.com/timakin/bodyclose" + rev = "f7f2e9bca95e9160b6ee3160a1ef03a366765b56" + sha256 = "00svpkdy49qfc3f7cbb46amvaj7wlw1s157iv938hk8f2hxqnbw2" + +["github.com/tinylib/msgp"] + sumVersion = "v1.0.2" + ["github.com/tinylib/msgp".fetch] + type = "git" + url = "https://github.com/tinylib/msgp" + rev = "b2b6a672cf1e5b90748f79b8b81fc8c5cf0571a1" + sha256 = "0pypfknghg1hcjjrqz3f1riaylk6hcxn9h0qyzynb74rp0qmlxjc" + +["github.com/tj/assert"] + sumVersion = "v0.0.3" + ["github.com/tj/assert".fetch] + type = "git" + url = "https://github.com/tj/assert" + rev = "0d2d51128fa5cf234842ff94939149e3ee95d286" + sha256 = "1j5swk3fjq1h5fpqkipddz2ccnbidr7qrpm5dpdaflg9q5jnc673" + +["github.com/tj/go-redirects"] + sumVersion = "v0.0.0-20180508180010-5c02ead0bbc5" + ["github.com/tj/go-redirects".fetch] + type = "git" + url = "https://github.com/tj/go-redirects" + rev = "5c02ead0bbc5ed9572f1c179bc0e82978f87b5ce" + sha256 = "005kg8gxgk6i0lbygf34k0q4gjanjajjhnvj1lc1i0336v1qdbqk" + +["github.com/tmc/grpc-websocket-proxy"] + sumVersion = "v0.0.0-20190109142713-0ad062ec5ee5" + ["github.com/tmc/grpc-websocket-proxy".fetch] + type = "git" + url = "https://github.com/tmc/grpc-websocket-proxy" + rev = "0ad062ec5ee553a48f6dbd280b7a1b5638e8a113" + sha256 = "1anw4v9wspnw9xf2z5r9w0sszwjklyanl0l85wgg6nxak9gnrqp4" + +["github.com/tomasen/realip"] + sumVersion = "v0.0.0-20180522021738-f0c99a92ddce" + ["github.com/tomasen/realip".fetch] + type = "git" + url = "https://github.com/tomasen/realip" + rev = "f0c99a92ddcedd3964a269d23c8e89d9a9229be6" + sha256 = "1iz2cwks2ywwvvnbfmw3pfyz4ql7z0f8s9sdj6pzirpp75zar9nn" + +["github.com/tommy-muehle/go-mnd"] + sumVersion = "v1.3.1-0.20200224220436-e6f9a994e8fa" + ["github.com/tommy-muehle/go-mnd".fetch] + type = "git" + url = "https://github.com/tommy-muehle/go-mnd" + rev = "e6f9a994e8fa584dd3b88ab49b6c4c972240eb56" + sha256 = "1w0h0zcv55pviyqqhyjfbiczqjvk8dzzn36qg3h17zahab6y9409" + +["github.com/uber-go/atomic"] + sumVersion = "v1.3.2" + ["github.com/uber-go/atomic".fetch] + type = "git" + url = "https://github.com/uber-go/atomic" + rev = "1ea20fb1cbb1cc08cbd0d913a96dead89aa18289" + sha256 = "11pzvjys5ddjjgrv94pgk9pnip9yyb54z7idf33zk7p7xylpnsv6" + +["github.com/uber/jaeger-client-go"] + sumVersion = "v2.15.0+incompatible" + ["github.com/uber/jaeger-client-go".fetch] + type = "git" + url = "https://github.com/uber/jaeger-client-go" + rev = "1a782e2da844727691fef1757c72eb190c2909f0" + sha256 = "0ki23m9zrf3vxp839fnp9ckr4m28y6mpad8g5s5lr5k8jkl0sfwj" + +["github.com/uber/jaeger-lib"] + sumVersion = "v1.5.0" + ["github.com/uber/jaeger-lib".fetch] + type = "git" + url = "https://github.com/uber/jaeger-lib" + rev = "ed3a127ec5fef7ae9ea95b01b542c47fbd999ce5" + sha256 = "113fwpn80ylx970w8h7nfqnhh18dpx1jadbk7rbr8k68q4di4y0q" + +["github.com/ugorji/go"] + sumVersion = "v1.1.7" + ["github.com/ugorji/go".fetch] + type = "git" + url = "https://github.com/ugorji/go" + rev = "23ab95ef5dc3b70286760af84ce2327a2b64ed62" + sha256 = "068gja55kbh2iivp03x4n9dcml0rxv0k64ivkmq06si2ar1835rm" + +["github.com/ugorji/go/codec"] + sumVersion = "v1.1.7" + relPath = "codec" + ["github.com/ugorji/go/codec".fetch] + type = "git" + url = "https://github.com/ugorji/go" + rev = "23ab95ef5dc3b70286760af84ce2327a2b64ed62" + sha256 = "068gja55kbh2iivp03x4n9dcml0rxv0k64ivkmq06si2ar1835rm" + +["github.com/ultraware/funlen"] + sumVersion = "v0.0.2" + ["github.com/ultraware/funlen".fetch] + type = "git" + url = "https://github.com/ultraware/funlen" + rev = "c6efe6fe50717e77d4ccc4cdf3e99345e50341ad" + sha256 = "1fvdbsml49hc0rhfpcw0pgq4b860igbd1is94mv4cswkkd48lv1r" + +["github.com/ultraware/whitespace"] + sumVersion = "v0.0.4" + ["github.com/ultraware/whitespace".fetch] + type = "git" + url = "https://github.com/ultraware/whitespace" + rev = "83a46e7e913269e68dc64d4d2db3f2c9fb0e1714" + sha256 = "0hxa3w806zhi051wk15aj718isp2vc89cvfsqvw3ysbgwllaa60b" + +["github.com/urfave/negroni"] + sumVersion = "v1.0.0" + ["github.com/urfave/negroni".fetch] + type = "git" + url = "https://github.com/urfave/negroni" + rev = "c6a59be0ce122566695fbd5e48a77f8f10c8a63a" + sha256 = "1gp6j74adi1cn8fq5v3wzlzhwl4zg43n2746m4fzdcdimihk3ccp" + +["github.com/uudashr/gocognit"] + sumVersion = "v1.0.1" + ["github.com/uudashr/gocognit".fetch] + type = "git" + url = "https://github.com/uudashr/gocognit" + rev = "9283ea9799230965e9e7209a90057bca0085240a" + sha256 = "1m4fgf58ag73acp21iqhjk0wswvp38dmk3v8a225rdnh0ba86cri" + +["github.com/valyala/bytebufferpool"] + sumVersion = "v1.0.0" + ["github.com/valyala/bytebufferpool".fetch] + type = "git" + url = "https://github.com/valyala/bytebufferpool" + rev = "e746df99fe4a3986f4d4f79e13c1e0117ce9c2f7" + sha256 = "01lqzjddq6kz9v41nkky7wbgk7f1cw036sa7ldz10d82g5klzl93" + +["github.com/valyala/fasthttp"] + sumVersion = "v1.6.0" + ["github.com/valyala/fasthttp".fetch] + type = "git" + url = "https://github.com/valyala/fasthttp" + rev = "4489df89cb8e5101dc1e80a2bc0f1e55b2295e31" + sha256 = "1r1hm4rv9w6x829jjg75y8xd523b76parsyyvjwyz8k2l6bm4h0b" + +["github.com/valyala/fasttemplate"] + sumVersion = "v1.0.1" + ["github.com/valyala/fasttemplate".fetch] + type = "git" + url = "https://github.com/valyala/fasttemplate" + rev = "8b5e4e491ab636663841c42ea3c5a9adebabaf36" + sha256 = "0l131znbv8v67y20s4q361mwiww2c33zdc68mwvxchzk1gpy5ywq" + +["github.com/valyala/quicktemplate"] + sumVersion = "v1.2.0" + ["github.com/valyala/quicktemplate".fetch] + type = "git" + url = "https://github.com/valyala/quicktemplate" + rev = "17b3d2dced7078f5463a69f6237f090d32b4ea57" + sha256 = "0g4nwxbfr3nj302akrkzzn5vyx90pcsjf7q5khs221hr1q13jaqg" + +["github.com/valyala/tcplisten"] + sumVersion = "v0.0.0-20161114210144-ceec8f93295a" + ["github.com/valyala/tcplisten".fetch] + type = "git" + url = "https://github.com/valyala/tcplisten" + rev = "ceec8f93295a060cdb565ec25e4ccf17941dbd55" + sha256 = "0ksbj1gsdqanbnhly5w1wcc107bib4w0zpnyl00prr89zch3imnf" + +["github.com/wsxiaoys/terminal"] + sumVersion = "v0.0.0-20160513160801-0940f3fc43a0" + ["github.com/wsxiaoys/terminal".fetch] + type = "git" + url = "https://github.com/wsxiaoys/terminal" + rev = "0940f3fc43a0ed42d04916b1c04578462c650b09" + sha256 = "0prryvh99xyhf32wmnspr68j3wiy4jvz00ygwlkpfvwk84dyykli" + +["github.com/xeipuuv/gojsonpointer"] + sumVersion = "v0.0.0-20180127040702-4e3ac2762d5f" + ["github.com/xeipuuv/gojsonpointer".fetch] + type = "git" + url = "https://github.com/xeipuuv/gojsonpointer" + rev = "4e3ac2762d5f479393488629ee9370b50873b3a6" + sha256 = "13y6iq2nzf9z4ls66bfgnnamj2m3438absmbpqry64bpwjfbsi9q" + +["github.com/xeipuuv/gojsonreference"] + sumVersion = "v0.0.0-20180127040603-bd5ef7bd5415" + ["github.com/xeipuuv/gojsonreference".fetch] + type = "git" + url = "https://github.com/xeipuuv/gojsonreference" + rev = "bd5ef7bd5415a7ac448318e64f11a24cd21e594b" + sha256 = "1xby79padc7bmyb8rfbad8wfnfdzpnh51b1n8c0kibch0kwc1db5" + +["github.com/xeipuuv/gojsonschema"] + sumVersion = "v1.2.0" + ["github.com/xeipuuv/gojsonschema".fetch] + type = "git" + url = "https://github.com/xeipuuv/gojsonschema" + rev = "82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" + sha256 = "1mqiq0r8qw4qlfp3ls8073r6514rmzwrmdn4j33rppk3zh942i6l" + +["github.com/xiang90/probing"] + sumVersion = "v0.0.0-20190116061207-43a291ad63a2" + ["github.com/xiang90/probing".fetch] + type = "git" + url = "https://github.com/xiang90/probing" + rev = "43a291ad63a214a207fefbf03c7d9d78b703162b" + sha256 = "1z22ms16j5j42775mf31isanwx2pwr1d8wqw8006dczjv36qnz5i" + +["github.com/xordataexchange/crypt"] + sumVersion = "v0.0.3-0.20170626215501-b2862e3d0a77" + ["github.com/xordataexchange/crypt".fetch] + type = "git" + url = "https://github.com/xordataexchange/crypt" + rev = "b2862e3d0a775f18c7cfe02273500ae307b61218" + sha256 = "04q3856anpzl4gdfgmg7pbp9cx231nkz3ymq2xp27rnmmwhfxr8y" + +["github.com/yalp/jsonpath"] + sumVersion = "v0.0.0-20180802001716-5cc68e5049a0" + ["github.com/yalp/jsonpath".fetch] + type = "git" + url = "https://github.com/yalp/jsonpath" + rev = "5cc68e5049a040829faef3a44c00ec4332f6dec7" + sha256 = "0kkyxp1cg3kfxy5hhwzxg132jin4xb492z5jpqq94ix15v6rdf4b" + +["github.com/yudai/gojsondiff"] + sumVersion = "v1.0.0" + ["github.com/yudai/gojsondiff".fetch] + type = "git" + url = "https://github.com/yudai/gojsondiff" + rev = "d53dddaf16b9f5b19737f4722943e7e1f289af13" + sha256 = "0qnymi0027mb8kxm24mmd22bvjrdkc56c7f4q3lbdf93x1vxbbc2" + +["github.com/yudai/golcs"] + sumVersion = "v0.0.0-20170316035057-ecda9a501e82" + ["github.com/yudai/golcs".fetch] + type = "git" + url = "https://github.com/yudai/golcs" + rev = "ecda9a501e8220fae3b4b600c3db4b0ba22cfc68" + sha256 = "0mx6wc5fz05yhvg03vvps93bc5mw4vnng98fhmixd47385qb29pq" + +["github.com/yudai/pp"] + sumVersion = "v2.0.1+incompatible" + ["github.com/yudai/pp".fetch] + type = "git" + url = "https://github.com/yudai/pp" + rev = "7b2049560316f10b8b3923c5a959691ce2132318" + sha256 = "18vbc7jagnjw1wpvhqjffl0np7bzzqdd9jpdcisvj5h85lbyn5gk" + +["github.com/yuin/goldmark"] + sumVersion = "v1.2.1" + ["github.com/yuin/goldmark".fetch] + type = "git" + url = "https://github.com/yuin/goldmark" + rev = "91e5269fb0f873f91c9a01e98f32de15ca49440f" + sha256 = "12rsnsf65drcp0jfw2jl9w589vsn3pxdk1zh3v9q908iigngrcmy" + +["gitlab.com/gitlab-org/go-mimedb"] + sumVersion = "v1.45.0" + ["gitlab.com/gitlab-org/go-mimedb".fetch] + type = "git" + url = "https://gitlab.com/gitlab-org/go-mimedb.git" + rev = "e7aae885685d3b4c73716eae321d8486e914ad74" + sha256 = "09y9njw4fwdjbd7ig85sygcq4nfpgm7r8447gv05y33h3ck84bdk" + +["gitlab.com/gitlab-org/labkit"] + sumVersion = "v1.3.0" + ["gitlab.com/gitlab-org/labkit".fetch] + type = "git" + url = "https://gitlab.com/gitlab-org/labkit.git" + rev = "949268af2aa8352c644cb1cbc63cf4112972d2c9" + sha256 = "03zs5jid02rhp9hwp46j95dma1i7gbskgixhms6clnw388az565f" + +["go.etcd.io/bbolt"] + sumVersion = "v1.3.2" + ["go.etcd.io/bbolt".fetch] + type = "git" + url = "https://github.com/etcd-io/bbolt" + rev = "63597a96ec0ad9e6d43c3fc81e809909e0237461" + sha256 = "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2" + +["go.opencensus.io"] + sumVersion = "v0.22.2" + ["go.opencensus.io".fetch] + type = "git" + url = "https://github.com/census-instrumentation/opencensus-go" + rev = "aad2c527c5defcf89b5afab7f37274304195a6b2" + sha256 = "0lz7fid63pdrcvyzk5kn7vlcva102h61igmw7pz824wvj9k3hy4q" + +["go.uber.org/atomic"] + sumVersion = "v1.4.0" + ["go.uber.org/atomic".fetch] + type = "git" + url = "https://github.com/uber-go/atomic" + rev = "df976f2515e274675050de7b3f42545de80594fd" + sha256 = "0c6yzx15c20719xii3dm0vyjd8i9jx45m0wh5yp1zf29b0gbljcy" + +["go.uber.org/multierr"] + sumVersion = "v1.1.0" + ["go.uber.org/multierr".fetch] + type = "git" + url = "https://github.com/uber-go/multierr" + rev = "3c4937480c32f4c13a875a1829af76c98ca3d40a" + sha256 = "1slfc6syvw8cvr6rbrjsy6ja5w8gsx0f8aq8qm16rp2x5c2pj07w" + +["go.uber.org/zap"] + sumVersion = "v1.10.0" + ["go.uber.org/zap".fetch] + type = "git" + url = "https://github.com/uber-go/zap" + rev = "27376062155ad36be76b0f12cf1572a221d3a48c" + sha256 = "10hdzr1rghwbsl6bbd30779dx44fh9mg9pq8d2cgqlknqxxpvpvr" + +["golang.org/x/crypto"] + sumVersion = "v0.0.0-20200622213623-75b288015ac9" + ["golang.org/x/crypto".fetch] + type = "git" + url = "https://go.googlesource.com/crypto" + rev = "75b288015ac94e66e3d6715fb68a9b41bf046ec2" + sha256 = "18vlncvvs11ds3zaaziqjlg5s2vcwi3496nn6qv7p0dp94j5pwa2" + +["golang.org/x/exp"] + sumVersion = "v0.0.0-20191227195350-da58074b4299" + ["golang.org/x/exp".fetch] + type = "git" + url = "https://go.googlesource.com/exp" + rev = "da58074b429933d2abeae71d6ef619366febf38e" + sha256 = "1pgvdbjm3n47505diw3mm2hisp9b9q2lyvgl9m6xh2wx83b0cj48" + +["golang.org/x/image"] + sumVersion = "v0.0.0-20190802002840-cff245a6509b" + ["golang.org/x/image".fetch] + type = "git" + url = "https://go.googlesource.com/image" + rev = "cff245a6509b8c4de022d0d5b9037c503c5989d6" + sha256 = "0hiznlkiaay30acwvvyq8g6bm32r7bc6gv47pygrcxqpapasbz84" + +["golang.org/x/lint"] + sumVersion = "v0.0.0-20191125180803-fdd1cda4f05f" + ["golang.org/x/lint".fetch] + type = "git" + url = "https://go.googlesource.com/lint" + rev = "fdd1cda4f05fd1fd86124f0ef9ce31a0b72c8448" + sha256 = "0a23pc90fqar8sm1b480sls15ss20rqk13yrf63b6rnyd2c6z0x2" + +["golang.org/x/mobile"] + sumVersion = "v0.0.0-20190719004257-d2bd2a29d028" + ["golang.org/x/mobile".fetch] + type = "git" + url = "https://go.googlesource.com/mobile" + rev = "d2bd2a29d028cb94031e5e81788b19b371d00eb8" + sha256 = "1nv6vvhnjr01nx9y06q46ww87dppdwpbqrlsfg1xf2587wxl8xiv" + +["golang.org/x/mod"] + sumVersion = "v0.3.0" + ["golang.org/x/mod".fetch] + type = "git" + url = "https://go.googlesource.com/mod" + rev = "859b3ef565e237f9f1a0fb6b55385c497545680d" + sha256 = "0ldgbx2zpprbsfn6p8pfgs4nn87gwbfcv2z0fa7n8alwsq2yw78q" + +["golang.org/x/net"] + sumVersion = "v0.0.0-20201202161906-c7110b5ffcbb" + ["golang.org/x/net".fetch] + type = "git" + url = "https://go.googlesource.com/net" + rev = "c7110b5ffcbb9f2ac4de9fbd2600e37d42473a9a" + sha256 = "050p4g1zzzxb81ajln2dm934frhy1jfpszn7qdmbybhdpnpc8k14" + +["golang.org/x/oauth2"] + sumVersion = "v0.0.0-20200107190931-bf48bf16ab8d" + ["golang.org/x/oauth2".fetch] + type = "git" + url = "https://go.googlesource.com/oauth2" + rev = "bf48bf16ab8d622ce64ec6ce98d2c98f916b6303" + sha256 = "1sirdib60zwmh93kf9qrx51r8544k1p9rs5mk0797wibz3m4mrdg" + +["golang.org/x/sync"] + sumVersion = "v0.0.0-20201020160332-67f06af15bc9" + ["golang.org/x/sync".fetch] + type = "git" + url = "https://go.googlesource.com/sync" + rev = "67f06af15bc961c363a7260195bcd53487529a21" + sha256 = "093p4panc808ak5bamzz7m9nb0xxib7778jpnr6f0xkz1n4fzyw5" + +["golang.org/x/sys"] + sumVersion = "v0.0.0-20210119212857-b64e53b001e4" + ["golang.org/x/sys".fetch] + type = "git" + url = "https://go.googlesource.com/sys" + rev = "b64e53b001e413bd5067f36d4e439eded3827374" + sha256 = "16in6bazi0frdkzhqxyvmw7qcvzjavq21dnz9bmrqq8d4dpd2j44" + +["golang.org/x/text"] + sumVersion = "v0.3.3" + ["golang.org/x/text".fetch] + type = "git" + url = "https://go.googlesource.com/text" + rev = "23ae387dee1f90d29a23c0e87ee0b46038fbed0e" + sha256 = "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh" + +["golang.org/x/time"] + sumVersion = "v0.0.0-20190308202827-9d24e82272b4" + ["golang.org/x/time".fetch] + type = "git" + url = "https://go.googlesource.com/time" + rev = "9d24e82272b4f38b78bc8cff74fa936d31ccd8ef" + sha256 = "1f5nkr4vys2vbd8wrwyiq2f5wcaahhpxmia85d1gshcbqjqf8dkb" + +["golang.org/x/tools"] + sumVersion = "v0.1.0" + ["golang.org/x/tools".fetch] + type = "git" + url = "https://go.googlesource.com/tools" + rev = "fe37c9e135b934191089b245ac29325091462508" + sha256 = "1asrm22kv5x891qkbpap8alg612k321jbs1akc0vwsan251gm507" + +["golang.org/x/xerrors"] + sumVersion = "v0.0.0-20200804184101-5ec99f83aff1" + ["golang.org/x/xerrors".fetch] + type = "git" + url = "https://go.googlesource.com/xerrors" + rev = "5ec99f83aff198f5fbd629d6c8d8eb38a04218ca" + sha256 = "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb" + +["google.golang.org/api"] + sumVersion = "v0.15.0" + ["google.golang.org/api".fetch] + type = "git" + url = "https://github.com/googleapis/google-api-go-client" + rev = "aa5d4e47691e7ae1aebb5221ff8e4beea23fad72" + sha256 = "1ljhwv5xsgsbqia70f35q19vwrsm47sh08ljbwdyfa867ff17qdh" + +["google.golang.org/appengine"] + sumVersion = "v1.6.5" + ["google.golang.org/appengine".fetch] + type = "git" + url = "https://github.com/golang/appengine" + rev = "971852bfffca25b069c31162ae8f247a3dba083b" + sha256 = "05hbq4cs7bqw0zl17bx8rzdkszid3nyl92100scg3jjrg70dhm7w" + +["google.golang.org/genproto"] + sumVersion = "v0.0.0-20200115191322-ca5a22157cba" + ["google.golang.org/genproto".fetch] + type = "git" + url = "https://github.com/googleapis/go-genproto" + rev = "ca5a22157cba8746e7aa978de1b1ac4085150840" + sha256 = "0ldkh6f0g0wzfkp09ib15a62bmcbpsxj93saikqmc86242bcxij0" + +["google.golang.org/grpc"] + sumVersion = "v1.24.0" + ["google.golang.org/grpc".fetch] + type = "git" + url = "https://github.com/grpc/grpc-go" + rev = "f6d0f9ee430895e87ef1ceb5ac8f39725bafceef" + sha256 = "0h8mwv74vzcfb7p4ai247x094skxca71vjp4wpj2wzmri0x9p4v6" + +["google.golang.org/protobuf"] + sumVersion = "v1.21.0" + ["google.golang.org/protobuf".fetch] + type = "git" + url = "https://go.googlesource.com/protobuf" + rev = "3b9eee12916ce611400f93d6c2fed2fc2911b0ad" + sha256 = "12bwln8z1lf9105gdp6ip0rx741i4yfz1520gxnp8861lh9wcl63" + +["gopkg.in/DataDog/dd-trace-go.v1"] + sumVersion = "v1.7.0" + ["gopkg.in/DataDog/dd-trace-go.v1".fetch] + type = "git" + url = "https://gopkg.in/DataDog/dd-trace-go.v1" + rev = "5a8139286014811d2bccd5ef67ec4844ea0998a7" + sha256 = "0j45skiiayfsaw8id4g20k51zfr0raj47a03q2icka5xrh3qj6yq" + +["gopkg.in/alecthomas/kingpin.v2"] + sumVersion = "v2.2.6" + ["gopkg.in/alecthomas/kingpin.v2".fetch] + type = "git" + url = "https://gopkg.in/alecthomas/kingpin.v2" + rev = "947dcec5ba9c011838740e680966fd7087a71d0d" + sha256 = "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r" + +["gopkg.in/check.v1"] + sumVersion = "v1.0.0-20200227125254-8fa46927fb4f" + ["gopkg.in/check.v1".fetch] + type = "git" + url = "https://gopkg.in/check.v1" + rev = "8fa46927fb4f5b54d48bde78c6c08db205b2298c" + sha256 = "0fx03x0nx9mjwnqphnx852q9p76qg7cazrachvgr1bj357lplrcw" + +["gopkg.in/errgo.v2"] + sumVersion = "v2.1.0" + ["gopkg.in/errgo.v2".fetch] + type = "git" + url = "https://gopkg.in/errgo.v2" + rev = "f768c5ab0476c50e978b039312180859c10fe8c0" + sha256 = "065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2" + +["gopkg.in/fsnotify.v1"] + sumVersion = "v1.4.7" + ["gopkg.in/fsnotify.v1".fetch] + type = "git" + url = "https://gopkg.in/fsnotify.v1" + rev = "c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9" + sha256 = "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g" + +["gopkg.in/go-playground/assert.v1"] + sumVersion = "v1.2.1" + ["gopkg.in/go-playground/assert.v1".fetch] + type = "git" + url = "https://gopkg.in/go-playground/assert.v1" + rev = "4f4dfbc7d1c48336cf93399deae81aa9067e88af" + sha256 = "1h4amgykpa0djwi619llr3g55p75ia0mi184h9s5zdl8l4rhn9pm" + +["gopkg.in/go-playground/validator.v8"] + sumVersion = "v8.18.2" + ["gopkg.in/go-playground/validator.v8".fetch] + type = "git" + url = "https://gopkg.in/go-playground/validator.v8" + rev = "5f1438d3fca68893a817e4a66806cea46a9e4ebf" + sha256 = "1m2i48ph5a3kw9nlw2srx8i04v7chicds2hlzlrfm15045crga55" + +["gopkg.in/ini.v1"] + sumVersion = "v1.51.0" + ["gopkg.in/ini.v1".fetch] + type = "git" + url = "https://gopkg.in/ini.v1" + rev = "87e589f4917038ae250cff2446db7573f47e97ca" + sha256 = "1wccpzmf4kmz6hl6pd3mjwlzr9p6m6j9vc9302svzcwbaidgn3l1" + +["gopkg.in/mgo.v2"] + sumVersion = "v2.0.0-20180705113604-9856a29383ce" + ["gopkg.in/mgo.v2".fetch] + type = "git" + url = "https://gopkg.in/mgo.v2" + rev = "9856a29383ce1c59f308dd1cf0363a79b5bef6b5" + sha256 = "1gfbcmvpwwf1lydxj3g42wv2g9w3pf0y02igqk4f4f21h02sazkw" + +["gopkg.in/resty.v1"] + sumVersion = "v1.12.0" + ["gopkg.in/resty.v1".fetch] + type = "git" + url = "https://gopkg.in/resty.v1" + rev = "fa5875c0caa5c260ab78acec5a244215a730247f" + sha256 = "062mn735rqzhha5ag07z4gz08hxzrfm2yx067jfmaaxmb6797lmp" + +["gopkg.in/tomb.v1"] + sumVersion = "v1.0.0-20141024135613-dd632973f1e7" + ["gopkg.in/tomb.v1".fetch] + type = "git" + url = "https://gopkg.in/tomb.v1" + rev = "dd632973f1e7218eb1089048e0798ec9ae7dceb8" + sha256 = "1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv" + +["gopkg.in/yaml.v2"] + sumVersion = "v2.2.8" + ["gopkg.in/yaml.v2".fetch] + type = "git" + url = "https://gopkg.in/yaml.v2" + rev = "53403b58ad1b561927d19068c655246f2db79d48" + sha256 = "1inf7svydzscwv9fcjd2rm61a4xjk6jkswknybmns2n58shimapw" + +["gopkg.in/yaml.v3"] + sumVersion = "v3.0.0-20200605160147-a5ece683394c" + ["gopkg.in/yaml.v3".fetch] + type = "git" + url = "https://gopkg.in/yaml.v3" + rev = "a5ece683394c3b88d90572e44d36c93aea492c2c" + sha256 = "03cm7c3p5fh0aa8vnxv5010dgqqr268ivb480ix1salxx3396w68" + +["honnef.co/go/tools"] + sumVersion = "v0.0.1-2020.1.3" + ["honnef.co/go/tools".fetch] + type = "git" + url = "https://github.com/dominikh/go-tools" + rev = "508b5eb18ee2f667ce06235ed383647038e2afc5" + sha256 = "0pvi1mzhy6zgx4zfgdypbl4zhvgg11hl5qv7blf2qs0a96j2djhf" + +["mvdan.cc/interfacer"] + sumVersion = "v0.0.0-20180901003855-c20040233aed" + ["mvdan.cc/interfacer".fetch] + type = "git" + url = "https://github.com/mvdan/interfacer" + rev = "c20040233aedb03da82d460eca6130fcd91c629a" + sha256 = "0cx4m74mvn200360pmsqxx4z0apk9fcknwwqh8r94zd3jfv4akq2" + +["mvdan.cc/lint"] + sumVersion = "v0.0.0-20170908181259-adc824a0674b" + ["mvdan.cc/lint".fetch] + type = "git" + url = "https://github.com/mvdan/lint" + rev = "adc824a0674b99099789b6188a058d485eaf61c0" + sha256 = "17mi2rvkg9kzv1shxcyawzcj4jj3v738d1j82fp4yygx859yvr8r" + +["mvdan.cc/unparam"] + sumVersion = "v0.0.0-20190720180237-d51796306d8f" + ["mvdan.cc/unparam".fetch] + type = "git" + url = "https://github.com/mvdan/unparam" + rev = "d51796306d8f2511680c83e6c7b22b770f1e73e8" + sha256 = "192ap097qvc9ggxkxh0klvdxymfkn3lgm9zr6xjaz97yw4ncwh4c" + +["rsc.io/binaryregexp"] + sumVersion = "v0.2.0" + ["rsc.io/binaryregexp".fetch] + type = "git" + url = "https://github.com/rsc/binaryregexp" + rev = "857b9542aaa89cfa42a1477b43fa1f24192fe921" + sha256 = "1kar0myy85waw418zslviwx8846zj0m9cmqkxjx0fvgjdi70nc4b" + +["sourcegraph.com/sqs/pbtypes"] + sumVersion = "v0.0.0-20180604144634-d3ebe8f20ae4" + ["sourcegraph.com/sqs/pbtypes".fetch] + type = "git" + url = "https://github.com/sqs/pbtypes" + rev = "d3ebe8f20ae404b082e57662738480545bc2ad3d" + sha256 = "0vcyqq4jc2jv1wh288qdxv51qxcfj07lvnlf37pjicsd2yrb7yrr"