From 913a1ec448a6e0e8b9ea30b2265987aa41874207 Mon Sep 17 00:00:00 2001 From: tidwall Date: Wed, 8 Dec 2021 16:28:09 -0700 Subject: [PATCH 1/2] Upgrade btree --- example/go.mod | 0 go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 example/go.mod diff --git a/example/go.mod b/example/go.mod new file mode 100644 index 0000000..e69de29 diff --git a/go.mod b/go.mod index d9a59be..18ffe80 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/tidwall/redcon go 1.15 require ( - github.com/tidwall/btree v0.6.1 + github.com/tidwall/btree v0.7.1 github.com/tidwall/match v1.1.1 ) diff --git a/go.sum b/go.sum index eecd683..e9f423b 100644 --- a/go.sum +++ b/go.sum @@ -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 v0.7.1 h1:LPXN3VRIxsdMwyfbtPgOA60jLuj/eEmMpDjOh2szRPw= +github.com/tidwall/btree v0.7.1/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= From 1beacf2b47be96d18df7b4f45a8f390ce554fa7c Mon Sep 17 00:00:00 2001 From: tidwall Date: Tue, 28 Dec 2021 16:54:22 -0700 Subject: [PATCH 2/2] Upgraded btree --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 18ffe80..602094a 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/tidwall/redcon go 1.15 require ( - github.com/tidwall/btree v0.7.1 + github.com/tidwall/btree v1.1.0 github.com/tidwall/match v1.1.1 ) diff --git a/go.sum b/go.sum index e9f423b..c555b48 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/tidwall/btree v0.7.1 h1:LPXN3VRIxsdMwyfbtPgOA60jLuj/eEmMpDjOh2szRPw= -github.com/tidwall/btree v0.7.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=