Merge pull request #15253 from influxdata/dn-update-influxql

chore(influxdb): Update InfluxQL dependency
pull/15263/head
David Norton 2019-09-24 13:38:51 -04:00 committed by GitHub
commit 50da682c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Gopkg.lock generated
View File

@ -381,15 +381,15 @@
version = "v0.33.2"
[[projects]]
digest = "1:488639be850ddc33969609e08f783d3e9d129c7a0f6f2c4186b11475bb94c29d"
digest = "1:a56e8bb5d96771d927b51963554589937d280877671482b45529e14c3e45f39b"
name = "github.com/influxdata/influxql"
packages = [
".",
"internal",
]
pruneopts = "UT"
revision = "1cbfca8e56b6eaa120f5b5161e4f0d5edcc9e513"
version = "v1.0.0"
revision = "57f403b00b124eb900835c0c944e9b60d848db5e"
version = "v1.0.1"
[[projects]]
branch = "master"

View File

@ -80,7 +80,7 @@
[[constraint]]
name = "github.com/influxdata/influxql"
version = "1.0.0"
version = "1.0.1"
[[constraint]]
name = "github.com/spf13/cast"