facebookincubator / dhcplb

dhcplb is Facebook's implementation of a load balancer for DHCP.
MIT License
1.05k stars 90 forks source link

Broken dependency with golang-lru #40

Closed nelsonfbr closed 1 year ago

nelsonfbr commented 1 year ago

Hello,

golang-lru has changed their main package:

"Please use github.com/hashicorp/golang-lru/v2 for all new code as this version supports generics and is faster; old code can specify a specific tag, e.g. github.com/hashicorp/golang-lru/v0.6.0 for backwards compatibility. "

Can you fix the broken dependency with golang-lru?

Thanks.

xaionaro commented 1 year ago

O, now it uses generics? Nice :) Let me try to throw together some PR.

pmazzini commented 1 year ago

Closing after #41.