influxdb/query/promql
Jonathan A. Sternberg eda8d44c74
ci(promqltests): update promqltests go.mod file to be compatible with go 1.13 (#17510)
The prometheus project doesn't adhere to the module suffix so any
attempt to use it as a library fails with go 1.13 or greater. The
workaround is to `go get` a specific commit revision that corresponds to
a tag and let go figure out a pseudo-version for it.

In this case, I updated the revision to the one pointed at by `v2.9.2`
since that is what the current `go.mod` file pointed at. I also updated
the go version to 1.13 inside of `go.mod` to be the same as influxdb.

See https://github.com/prometheus/prometheus/issues/6048 for details.
2020-04-01 10:00:43 -05:00
..
internal/promqltests ci(promqltests): update promqltests go.mod file to be compatible with go 1.13 (#17510) 2020-04-01 10:00:43 -05:00
Makefile chore(Makefile): add target to check generated files are accurate 2018-12-18 12:54:17 -07:00
gen.go refactor: modify tooling to take advantage of go run 2018-10-15 11:01:27 -05:00
promql.go fix(promql): synch generated code 2019-06-03 17:47:59 +02:00
promql.peg fix(promql): synch generated code 2019-06-03 17:47:59 +02:00
query.go Ensure error strings not capitalised ST1005 2018-11-30 10:54:24 +00:00
query_test.go fix(query): update code for changes to scoped compiler 2019-08-21 09:59:01 -06:00
types.go fix(query): update code for changes to scoped compiler 2019-08-21 09:59:01 -06:00
unicode.go refactor: Migrate query package to influxdata/flux repository 2018-09-06 11:13:48 -07:00