mirror of https://github.com/tidwall/redcon.git
Upgraded btree
This commit is contained in:
parent
913a1ec448
commit
1beacf2b47
2
go.mod
2
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
|
||||
)
|
||||
|
|
4
go.sum
4
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=
|
||||
|
|
Loading…
Reference in New Issue