Skip to content

Commit

Permalink
chore(flux): Upgrade Flux to v0.104.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scbrickley committed Feb 2, 2021
1 parent 9566892 commit a0d962c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ require (
github.com/hashicorp/vault/api v1.0.2
github.com/imdario/mergo v0.3.9 // indirect
github.com/influxdata/cron v0.0.0-20191203200038-ded12750aac6
github.com/influxdata/flux v0.102.1-0.20210128223158-ee5c439c1ae1
github.com/influxdata/flux v0.104.0
github.com/influxdata/httprouter v1.3.1-0.20191122104820-ee83e2772f69
github.com/influxdata/influxql v0.0.0-20180925231337-1cbfca8e56b6
github.com/influxdata/pkg-config v0.2.6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NH
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/influxdata/cron v0.0.0-20191203200038-ded12750aac6 h1:OtjKkeWDjUbyMi82C7XXy7Tvm2LXMwiBBXyFIGNPaGA=
github.com/influxdata/cron v0.0.0-20191203200038-ded12750aac6/go.mod h1:XabtPPW2qsCg0tl+kjaPU+cFS+CjQXEXbT1VJvHT4og=
github.com/influxdata/flux v0.102.1-0.20210128223158-ee5c439c1ae1 h1:mavVtrkEdEYT253kNVsLhC5zugiRbx2jWuwrSpItu/4=
github.com/influxdata/flux v0.102.1-0.20210128223158-ee5c439c1ae1/go.mod h1:QEVEEaLEVtLXJ9YQzvVLVMoCmElUyqkFYSjfy1BEKiE=
github.com/influxdata/flux v0.104.0 h1:e5NRHFoGipafLNHRYVGj9Cecc2QMbreL+1oR3LYUHBo=
github.com/influxdata/flux v0.104.0/go.mod h1:QEVEEaLEVtLXJ9YQzvVLVMoCmElUyqkFYSjfy1BEKiE=
github.com/influxdata/httprouter v1.3.1-0.20191122104820-ee83e2772f69 h1:WQsmW0fXO4ZE/lFGIE84G6rIV5SJN3P3sjIXAP1a8eU=
github.com/influxdata/httprouter v1.3.1-0.20191122104820-ee83e2772f69/go.mod h1:pwymjR6SrP3gD3pRj9RJwdl1j5s3doEEV8gS4X9qSzA=
github.com/influxdata/influxql v0.0.0-20180925231337-1cbfca8e56b6 h1:CFx+pP90q/qg3spoiZjf8donE4WpAdjeJfPOcoNqkWo=
Expand Down
1 change: 1 addition & 0 deletions query/stdlib/testing/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ var FluxEndToEndSkipList = map[string]map[string]string{
"map": "unbounded test",
"join_missing_on_col": "unbounded test",
"join_use_previous": "unbounded test (https://github.com/influxdata/flux/issues/2996)",
"join_panic": "unbounded test (https://github.com/influxdata/flux/issues/3465)",
"rowfn_with_import": "unbounded test",

// the following tests have a difference between the CSV-decoded input table, and the storage-retrieved version of that table
Expand Down

0 comments on commit a0d962c

Please sign in to comment.