Fix inifinite loop when resolving dependencies of packages in Alpine (#364)

* Change fanal ref

* Fix Inifinite loop when resolving dependencies of packages in Alpine
This commit is contained in:
Masahiro Fujimura
2020-01-13 01:39:21 +09:00
committed by Teppei Fukuda
parent db2d0c2e9b
commit 43362b2832
6 changed files with 7 additions and 33 deletions

View File

@@ -14,7 +14,7 @@ import (
)
var SuperSet = wire.NewSet(
cache.New,
cache.Initialize,
NewCache,
)