Refactor code

This commit is contained in:
tidwall 2020-10-31 07:14:18 -07:00
parent a6a8495429
commit 04ad31261b
2 changed files with 0 additions and 3 deletions

1
go.mod
View File

@ -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
)

2
go.sum
View File

@ -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=