File tree Expand file tree Collapse file tree 4 files changed +83
-49
lines changed Expand file tree Collapse file tree 4 files changed +83
-49
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,6 @@ require (
17
17
18
18
require (
19
19
github.com/golang/protobuf v1.4.2 // indirect
20
+ github.com/tidwall/btree v1.6.0 // indirect
20
21
google.golang.org/protobuf v1.23.0 // indirect
21
22
)
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
24
24
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
25
25
github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g =
26
26
github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY =
27
+ github.com/tidwall/btree v1.6.0 h1:LDZfKfQIBHGHWSwckhXI0RPSXzlo+KYdjK7FWSqOzzg =
28
+ github.com/tidwall/btree v1.6.0 /go.mod h1:twD9XRA5jj9VUQGELzDO4HPQTNJsoWWfYEL+EUQ2cKY =
27
29
go.uber.org/automaxprocs v1.5.1 h1:e1YG66Lrk73dn4qhg8WFSvhF0JuFQF0ERIp4rpuV8Qk =
28
30
go.uber.org/automaxprocs v1.5.1 /go.mod h1:BF4eumQw0P9GtnuxxovUd06vwm1o18oMzFtK66vU6XU =
29
31
golang.org/x/crypto v0.8.0 h1:pd9TJtTueMTVQXzk8E2XESSMQDj/U7OUu0PqJqPXQjQ =
You can’t perform that action at this time.
0 commit comments