Improve the number of regex patterns that are optimized to static OR conditions

See influxdata/influxql#21 for details.
pull/9959/head
Jonathan A. Sternberg 2018-06-13 23:26:21 -05:00
parent 79d18b5bb0
commit b492b65b23
2 changed files with 2 additions and 6 deletions

4
Gopkg.lock generated
View File

@ -113,7 +113,7 @@
".",
"internal"
]
revision = "145e0677ff6418fa00ee7e5dd434305631ab44ea"
revision = "8d2756c43bb02f5d3e505c51cf83a1ac9234c419"
[[projects]]
branch = "master"
@ -361,6 +361,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "635dd31293fe8e0706f3b721b1d05ea2d12771c2dcaf86d17517347472755b31"
inputs-digest = "abe8b84d94d124ab1215ddb789efdda5442c7598769e4c01c3d874fcc6f6228e"
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -30,10 +30,6 @@
name = "github.com/golang/snappy"
revision = "d9eb7a3d35ec988b8585d4a0068e462c27d28380"
[[constraint]]
name = "github.com/influxdata/influxql"
revision = "145e0677ff6418fa00ee7e5dd434305631ab44ea"
[[constraint]]
name = "github.com/mattn/go-isatty"
branch = "master"