forked from hswaw/hscloud
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:
parent
b4c3f342e4
commit
79b506bcc2
1 changed files with 2 additions and 2 deletions
4
third_party/go/repositories.bzl
vendored
4
third_party/go/repositories.bzl
vendored
|
@ -1738,6 +1738,6 @@ def go_repositories():
|
|||
go_repository(
|
||||
name = "com_github_piranha_gostatic",
|
||||
importpath = "github.com/piranha/gostatic",
|
||||
sum = "h1:GfShSQ+2DojR7GRI5wPByszs93zHXW2zOT0SuHadaaa=",
|
||||
version = "v0.0.0-20200923134324-2.24",
|
||||
sum = "h1:GfShSQ+2DojR7GRI5wPByszs93zHXW2zOT0SuHadW6A=",
|
||||
version = "v0.0.0-20200923134324-eb52cbb4fb83",
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue