diff --git a/consistent/consistent.go b/consistent/consistent.go index d3b17e8..769fc66 100644 --- a/consistent/consistent.go +++ b/consistent/consistent.go @@ -3,8 +3,9 @@ package consistent import ( "errors" "fmt" + "github.com/BurntSushi/toml" - "github.com/rwynn/gtm" + "github.com/rwynn/gtm/v2" "github.com/serialx/hashring" "go.mongodb.org/mongo-driver/bson/primitive" )