Skip to content

Commit

Permalink
Updated TSDB to v0.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
iguazio-deploy committed Mar 25, 2020
1 parent ed291b2 commit b204ce5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ require (
github.com/shurcooL/vfsgen v0.0.0-20180711163814-62bca832be04
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff // indirect
github.com/stretchr/testify v1.4.0
github.com/v3io/v3io-tsdb v0.9.21
github.com/v3io/v3io-tsdb v0.9.22
go.opencensus.io v0.19.2 // indirect
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
Expand Down Expand Up @@ -113,6 +113,6 @@ replace labix.org/v2/mgo => github.com/go-mgo/mgo v0.0.0-20180705113738-7446a034

replace launchpad.net/gocheck => github.com/go-check/check v0.0.0-20180628173108-788fd78401277ebd861206a03c884797c6ec5541

replace github.com/v3io/frames => github.com/v3io/frames v0.6.15-v0.9.21
replace github.com/v3io/frames => github.com/v3io/frames v0.6.15-v0.9.22

replace github.com/v3io/v3io-tsdb => github.com/v3io/v3io-tsdb v0.9.12-9
replace github.com/v3io/v3io-tsdb => github.com/v3io/v3io-tsdb v0.9.22
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ github.com/v3io/frames v0.6.15-v0.9.20 h1:wtlnibr8vBp49H+gGCfu1WK6UNlbxHWEpPNRKk
github.com/v3io/frames v0.6.15-v0.9.20/go.mod h1:iPII4u0GeF+QKyfBVgWWJKy4xgkQMKYdJquQECj1Xbw=
github.com/v3io/frames v0.6.15-v0.9.21 h1:O68CRX8+Q33+ECYo5EnqHb8NKSeHWV2J2bqiArOCuVM=
github.com/v3io/frames v0.6.15-v0.9.21/go.mod h1:0wz09gYkoP2mYWFYqhdlv6SRNRUmwA6BoXZYAJR0NB8=
github.com/v3io/frames v0.6.15-v0.9.22 h1:9W6RFRlrv7yG8VhGRReB411Ogt5u0+Nna+/Oa8NIHuc=
github.com/v3io/frames v0.6.15-v0.9.22/go.mod h1:pfVatSeuqWO92hR69RJI0GPEKTcYTBfTo4mNiqKSPfA=
github.com/v3io/v3io-go v0.0.0-20180415000000-1486c75b0e590a14580f7d9b6cef7a944a231ca7 h1:J+ps6exCjowNidrtawSQglJQpKrJ6v8UjBVTNrRTpMs=
github.com/v3io/v3io-go v0.0.0-20180415000000-1486c75b0e590a14580f7d9b6cef7a944a231ca7/go.mod h1:MHc+d/Jg/y8lV4B9sgwTvuS3tEE9wS+kqtU0+D0Sr78=
github.com/v3io/v3io-go v0.0.0-20190826150152-1f2c9a9a61cb715410a35662f5ddab2b306f95e7 h1:Qx3yIJPtDTJVv/gck/009TrBF/JMwe5RM3N9aTZ4Mlo=
Expand Down Expand Up @@ -454,6 +456,8 @@ github.com/v3io/v3io-tsdb v0.9.20 h1:YrUWQ1oD387R71Y1emnaaAFJKsDhtjjVjUufhbuBQJc
github.com/v3io/v3io-tsdb v0.9.20/go.mod h1:8xi2vWbHDIVfOsENKPAI+X70F7JZvfD9ucYYJ5YJYeI=
github.com/v3io/v3io-tsdb v0.9.21 h1:lnqPXYPLch78GU19wnTcv9Kg75l15FkvWFmL7x0XXWY=
github.com/v3io/v3io-tsdb v0.9.21/go.mod h1:8xi2vWbHDIVfOsENKPAI+X70F7JZvfD9ucYYJ5YJYeI=
github.com/v3io/v3io-tsdb v0.9.22 h1:tRp5ICMcjjua26cTUKkWpZU2cXrjiXqbj12EkNauep0=
github.com/v3io/v3io-tsdb v0.9.22/go.mod h1:8xi2vWbHDIVfOsENKPAI+X70F7JZvfD9ucYYJ5YJYeI=
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
github.com/valyala/fasthttp v1.0.0 h1:BwIoZQbBsTo3v2F5lz5Oy3TlTq4wLKTLV260EVTEWco=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/v3io/frames/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion vendor/github.com/v3io/frames/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/v3io/v3io-tsdb/pkg/chunkenc/vartype.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -298,15 +298,15 @@ github.com/shurcooL/vfsgen
github.com/stretchr/testify/require
github.com/stretchr/testify/suite
github.com/stretchr/testify/assert
# github.com/v3io/frames v0.6.8-v0.9.11 => github.com/v3io/frames v0.6.15-v0.9.21
# github.com/v3io/frames v0.6.14-v0.9.18 => github.com/v3io/frames v0.6.15-v0.9.22
github.com/v3io/frames
github.com/v3io/frames/pb
# github.com/v3io/v3io-go v0.1.5-0.20200316155009-cc83de374ff2
github.com/v3io/v3io-go/pkg/dataplane
github.com/v3io/v3io-go/pkg/errors
github.com/v3io/v3io-go/pkg/dataplane/http
github.com/v3io/v3io-go/pkg/dataplane/schemas/node/common
# github.com/v3io/v3io-tsdb v0.9.21 => github.com/v3io/v3io-tsdb v0.9.12-9
# github.com/v3io/v3io-tsdb v0.9.22 => github.com/v3io/v3io-tsdb v0.9.22
github.com/v3io/v3io-tsdb/pkg/aggregate
github.com/v3io/v3io-tsdb/pkg/appender
github.com/v3io/v3io-tsdb/pkg/config
Expand Down

0 comments on commit b204ce5

Please sign in to comment.