diff --git a/go.mod b/go.mod index cdfc736..bb6ad5a 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,6 @@ module github.com/tidwall/redcon go 1.15 require ( - github.com/google/btree v1.0.0 github.com/tidwall/btree v0.2.2 github.com/tidwall/match v1.0.1 ) diff --git a/go.sum b/go.sum index b9763af..34a771c 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,3 @@ -github.com/google/btree v1.0.0 h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo= -github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/tidwall/btree v0.2.2 h1:VVo0JW/tdidNdQzNsDR4wMbL3heaxA1DGleyzQ3/niY= github.com/tidwall/btree v0.2.2/go.mod h1:huei1BkDWJ3/sLXmO+bsCNELL+Bp2Kks9OLyQFkzvA8= github.com/tidwall/match v1.0.1 h1:PnKP62LPNxHKTwvHHZZzdOAOCtsJTjo6dZLCwpKm5xc=