-
Notifications
You must be signed in to change notification settings - Fork 109
Add build, tag for oniguruma, remove for mysql_go_regex, update README #660
Conversation
go.sum
Outdated
@@ -69,6 +69,8 @@ github.com/opentracing/opentracing-go v1.0.2 h1:3jA2P6O1F9UOrWVpwrIo17pu01KWvNWg | |||
github.com/opentracing/opentracing-go v1.0.2/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= | |||
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c h1:Lgl0gzECD8GnQ5QCWA8o6BtfL6mDH5rQgM4/fX3avOs= | |||
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= | |||
github.com/pbnjay/memory v0.0.0-20190104145345-974d429e7ae4 h1:MfIUBZ1bz7TgvQLVa/yPJZOGeKEgs6eTKUjz3zB4B+U= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems go mod tidy
added it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go mod why github.com/pbnjay/memory
go: finding github.com/uber/jaeger-lib/metrics/testutils latest
go: finding github.com/uber/jaeger-lib/metrics latest
# github.com/pbnjay/memory
gopkg.in/src-d/go-mysql-server.v0/sql/plan
github.com/pbnjay/memory
internal/regex/regex_oniguruma.go
Outdated
@@ -1,3 +1,5 @@ | |||
// +build mysql_go_onigurama |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enry has just oniguruma
afaik
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was for symmetry with the previous tag, but will change it to onigurama.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PS: done.
Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
a031102
to
c4dd3e4
Compare
@juanjux it is |
Rename onigurama tag to just onigurama Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech> Fix typo Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
@ajnavarro renamed... |
Signed-off-by: Juanjo Alvarez juanjo@sourced.tech