From 04ad31261bfbdd2025d2fb862bb93a02f770d3bd Mon Sep 17 00:00:00 2001 From: tidwall Date: Sat, 31 Oct 2020 07:14:18 -0700 Subject: [PATCH] Refactor code --- go.mod | 1 - go.sum | 2 -- 2 files changed, 3 deletions(-) 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=