third_party/go: unbreak build

This was missed in gerrit/486. Whoops, we should CI sooner than later.

Change-Id: Ic70b742c75d52dd615d4e2f946233783d156cead
This commit is contained in:
q3k 2020-10-24 17:36:25 +02:00
parent b4c3f342e4
commit 79b506bcc2

View file

@ -1738,6 +1738,6 @@ def go_repositories():
go_repository( go_repository(
name = "com_github_piranha_gostatic", name = "com_github_piranha_gostatic",
importpath = "github.com/piranha/gostatic", importpath = "github.com/piranha/gostatic",
sum = "h1:GfShSQ+2DojR7GRI5wPByszs93zHXW2zOT0SuHadaaa=", sum = "h1:GfShSQ+2DojR7GRI5wPByszs93zHXW2zOT0SuHadW6A=",
version = "v0.0.0-20200923134324-2.24", version = "v0.0.0-20200923134324-eb52cbb4fb83",
) )