Merge branch 'tidwall:master' into master

This commit is contained in:
nathanhack 2022-01-01 19:54:08 -05:00 committed by GitHub
commit ea500d3d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

0
example/go.mod Normal file
View File

2
go.mod
View File

@ -3,6 +3,6 @@ module github.com/nathanhack/redcon/v2
go 1.15
require (
github.com/tidwall/btree v0.6.1
github.com/tidwall/btree v1.1.0
github.com/tidwall/match v1.1.1
)

4
go.sum
View File

@ -1,4 +1,4 @@
github.com/tidwall/btree v0.6.1 h1:75VVgBeviiDO+3g4U+7+BaNBNhNINxB0ULPT3fs9pMY=
github.com/tidwall/btree v0.6.1/go.mod h1:TzIRzen6yHbibdSfK6t8QimqbUnoxUSrZfeW7Uob0q4=
github.com/tidwall/btree v1.1.0 h1:5P+9WU8ui5uhmcg3SoPyTwoI0mVyZ1nps7YQzTZFkYM=
github.com/tidwall/btree v1.1.0/go.mod h1:TzIRzen6yHbibdSfK6t8QimqbUnoxUSrZfeW7Uob0q4=
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=