diff --git a/stats.go b/stats.go index 89becdb..ca5bce1 100644 --- a/stats.go +++ b/stats.go @@ -7,7 +7,7 @@ import ( "sync/atomic" "time" - "github.com/hashicorp/golang-lru/v2" + lru "github.com/hashicorp/golang-lru/v2" tagspkg "github.com/lyft/gostats/internal/tags" )