Skip to content

Commit

Permalink
fix query used in direct-read-bounded
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynn committed Oct 25, 2019
1 parent dcbf2c0 commit 52f7a4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/olivere/elastic v6.2.23+incompatible
github.com/pkg/errors v0.8.1 // indirect
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
github.com/rwynn/gtm v0.0.0-20191017152926-d7134e6dc9a6
github.com/rwynn/gtm v0.0.0-20191025044402-8c0a03c52cb5
github.com/serialx/hashring v0.0.0-20190515033939-7706f26af194 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/tidwall/pretty v1.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d h1:1VUlQbCfkoSGv7qP7Y+ro3ap1P1pPZxgdGVqiTVy5C4=
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d/go.mod h1:xvqspoSXJTIpemEonrMDFq6XzwHYYgToXWj5eRX1OtY=
github.com/rwynn/gtm v0.0.0-20191017152926-d7134e6dc9a6 h1:9wr9G9OjXbNULdP1ajuBtU6tWm7XmHIfrNkz0hUPG9c=
github.com/rwynn/gtm v0.0.0-20191017152926-d7134e6dc9a6/go.mod h1:LYXeTMjbA7l9k9oEM+NUBuu0BgvNrD5nQuo8seLsar0=
github.com/rwynn/gtm v0.0.0-20191025044402-8c0a03c52cb5 h1:21rKImbYtq1mT9A87TI2RTDzYDIPtmeoDHJ6k2V4vn8=
github.com/rwynn/gtm v0.0.0-20191025044402-8c0a03c52cb5/go.mod h1:LYXeTMjbA7l9k9oEM+NUBuu0BgvNrD5nQuo8seLsar0=
github.com/serialx/hashring v0.0.0-20190515033939-7706f26af194 h1:YWnuNx9HpWDl2VXcLw2O+va5a8Ii9AVcsqrOkTjWPas=
github.com/serialx/hashring v0.0.0-20190515033939-7706f26af194/go.mod h1:/yeG0My1xr/u+HZrFQ1tOQQQQrOawfyMUH13ai5brBc=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit 52f7a4b

Please sign in to comment.