Merge pull request #191 from ipfs/feat/tag-ewma
engine: tag peers based on usefulness
Showing
decision/ewma.go
0 → 100644
... | ... | @@ -7,7 +7,6 @@ require ( |
github.com/gogo/protobuf v1.2.1 | ||
github.com/golang/protobuf v1.3.1 // indirect | ||
github.com/google/uuid v1.1.1 | ||
github.com/hashicorp/golang-lru v0.5.1 | ||
github.com/ipfs/go-block-format v0.0.2 | ||
github.com/ipfs/go-cid v0.0.2 | ||
github.com/ipfs/go-datastore v0.0.5 | ||
... | ... | @@ -38,3 +37,5 @@ require ( |
golang.org/x/text v0.3.2 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
) | ||
go 1.12 |
Please register or sign in to comment