refactor(gerrit-queue): Remove dependency on gin
Unnecessary dependency & complexity. (Patch originally contributed by an anonymous contributor) Change-Id: Id49dc362cb0c1b29937404447bb0b1f9794dc117
This commit is contained in:
parent
6e4decf19b
commit
0fa937551e
4 changed files with 5 additions and 28 deletions
2
third_party/gerrit-queue/default.nix
vendored
2
third_party/gerrit-queue/default.nix
vendored
|
@ -3,7 +3,7 @@
|
|||
pkgs.buildGoModule {
|
||||
pname = "gerrit-queue";
|
||||
version = "master";
|
||||
vendorSha256 = "0hivr4yn9aa1vk7z1h1nwg75hzqnsaxypi1wwxdy1l1hnm5k8hhi";
|
||||
vendorSha256 = "1bqllafvd4yy4cy6barpqhycxmhzcx3p5shpzhd8qwxwwg0clxs6";
|
||||
src = ./.;
|
||||
|
||||
# gerrit-queue embeds static assets which need to be generated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue