File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed
Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ This benchmark go program is **know to be supported for go >= 1.11**.
1818The easiest way to get and install the Subscriber Go program is to use ` go get ` and then ` go install ` :
1919
2020```
21- go get github.com/filipecosta90 /pubsub-sub-bench
22- cd $GOPATH/src/github.com/filipecosta90 /pubsub-sub-bench
21+ go get github.com/RedisLabs /pubsub-sub-bench
22+ cd $GOPATH/src/github.com/RedisLabs /pubsub-sub-bench
2323make
2424```
2525
2626#### Updating
2727To update the Subscriber Go program use ` go get -u ` to retrieve the latest version:.
2828```
29- go get -u github.com/filipecosta90 /pubsub-sub-bench
30- cd $GOPATH/src/github.com/filipecosta90 /pubsub-sub-bench
29+ go get -u github.com/RedisLabs /pubsub-sub-bench
30+ cd $GOPATH/src/github.com/RedisLabs /pubsub-sub-bench
3131make
3232```
3333
Original file line number Diff line number Diff line change 1- module github.com/filipecosta90 /pubsub-sub-bench
1+ module github.com/RedisLabs /pubsub-sub-bench
22
33go 1.13
44
5- require (
6- github.com/HdrHistogram/hdrhistogram-go v0.0.0-20200919145931-8dac23c8dac1 // indirect
7- github.com/mediocregopher/radix/v3 v3.5.2
8- )
5+ require github.com/mediocregopher/radix/v3 v3.5.2
Original file line number Diff line number Diff line change 1- github.com/HdrHistogram/hdrhistogram-go v0.0.0-20200919145931-8dac23c8dac1 h1:nEjGZtKHMK92888VT6XkzKwyiW14v5FFRGeWq2uV7N0 =
2- github.com/HdrHistogram/hdrhistogram-go v0.0.0-20200919145931-8dac23c8dac1 /go.mod h1:nxrse8/Tzg2tg3DZcZjm6qEclQKK70g0KxO61gFFZD4 =
1+ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
32github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
43github.com/mediocregopher/radix/v3 v3.5.2 h1:A9u3G7n4+fWmDZ2ZDHtlK+cZl4q55T+7RjKjR0/MAdk =
54github.com/mediocregopher/radix/v3 v3.5.2 /go.mod h1:8FL3F6UQRXHXIBSPUs5h0RybMF8i4n7wVopoX3x7Bv8 =
5+ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
66github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
7+ github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w =
78github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
89golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 h1:/atklqdjdhuosWIl6AIbOeHJjicWYPqR9bpxqxYG2pA =
910golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
You can’t perform that action at this time.
0 commit comments