Skip to content

Commit

Permalink
Fix incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynn committed Jul 15, 2020
1 parent 049e0c6 commit 6d65466
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion consistent/consistent.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 6d65466

Please sign in to comment.