Skip to content

Commit

Permalink
Updated TSDB to v0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
iguazio-deploy committed Jul 2, 2020
1 parent 12289dd commit 860da75
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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.10.4
github.com/v3io/v3io-tsdb v0.10.6
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 @@ -112,6 +112,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.7.19
replace github.com/v3io/frames => github.com/v3io/frames v0.7.24

replace github.com/v3io/v3io-tsdb => github.com/v3io/v3io-tsdb v0.10.4
replace github.com/v3io/v3io-tsdb => github.com/v3io/v3io-tsdb v0.10.6
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ github.com/v3io/frames v0.7.15 h1:xzwSLRa9gLt7SX4P75idw8+9OM8B/nnLUNNJbNkD6gk=
github.com/v3io/frames v0.7.15/go.mod h1:BwyOsh+le/SS1BOaEeekmbWS06yJgs+RNET1pjlO/TU=
github.com/v3io/frames v0.7.19 h1:QjwHYjEs8FusEbyg2z+2GgDDYUKjM5payLYIhXAKVQ4=
github.com/v3io/frames v0.7.19/go.mod h1:BwyOsh+le/SS1BOaEeekmbWS06yJgs+RNET1pjlO/TU=
github.com/v3io/frames v0.7.24 h1:uVsUQFXz6I/aFP8k1DCuOY7dvlN+Eruc3hNoGgkgS1A=
github.com/v3io/frames v0.7.24/go.mod h1:8l8PDQ7fWcwzLDbeN4i2FxEY0VtHb4g26PMLZ+HsP6k=
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 @@ -493,6 +495,8 @@ github.com/v3io/v3io-tsdb v0.10.3/go.mod h1:8xi2vWbHDIVfOsENKPAI+X70F7JZvfD9ucYY
github.com/v3io/v3io-tsdb v0.10.3/go.mod h1:8xi2vWbHDIVfOsENKPAI+X70F7JZvfD9ucYYJ5YJYeI=
github.com/v3io/v3io-tsdb v0.10.4 h1:Kctmfp2myS7RYwKonv4H8tBSeROk0mfmofQvNLQNJkQ=
github.com/v3io/v3io-tsdb v0.10.4/go.mod h1:8xi2vWbHDIVfOsENKPAI+X70F7JZvfD9ucYYJ5YJYeI=
github.com/v3io/v3io-tsdb v0.10.6 h1:LguncLKvsa2Vk7yl3giyIY/w13OCJuitCpLvGpZXtto=
github.com/v3io/v3io-tsdb v0.10.6/go.mod h1:mxCvI+onp7t/L1MUN3kcUuDefilb9Jk3jcXW7Bz1qhU=
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: 4 additions & 0 deletions vendor/github.com/v3io/frames/go.sum

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

7 changes: 6 additions & 1 deletion vendor/github.com/v3io/v3io-tsdb/pkg/utils/labels.go

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

5 changes: 4 additions & 1 deletion vendor/github.com/v3io/v3io-tsdb/pkg/utils/timeutils.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.14-v0.9.18 => github.com/v3io/frames v0.7.19
# github.com/v3io/frames v0.7.10 => github.com/v3io/frames v0.7.24
github.com/v3io/frames
github.com/v3io/frames/pb
# github.com/v3io/v3io-go v0.1.5-0.20200416113214-f1b82b9a8e82
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.10.4 => github.com/v3io/v3io-tsdb v0.10.4
# github.com/v3io/v3io-tsdb v0.10.6 => github.com/v3io/v3io-tsdb v0.10.6
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 860da75

Please sign in to comment.