This repository was archived by the owner on Aug 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ require (
7676 github.com/prometheus/tsdb v0.6.1
7777 github.com/rlmcpherson/s3gof3r v0.5.0 // indirect
7878 github.com/rubyist/circuitbreaker v2.2.1+incompatible // indirect
79- github.com/russross/blackfriday v1.5.2 // indirect
8079 github.com/samuel/go-zookeeper v0.0.0-20161028232340-1d7be4effb13
8180 github.com/sasha-s/go-deadlock v0.2.0 // indirect
8281 github.com/satori/go.uuid v1.2.0 // indirect
@@ -113,6 +112,6 @@ replace labix.org/v2/mgo => github.com/go-mgo/mgo v0.0.0-20180705113738-7446a034
113112
114113replace launchpad.net/gocheck => github.com/go-check/check v0.0.0-20180628173108-788fd78401277ebd861206a03c884797c6ec5541
115114
116- replace github.com/v3io/frames => github.com/v3io/frames v0.7.2
115+ replace github.com/v3io/frames => github.com/v3io/frames v0.7.3
117116
118117replace github.com/v3io/v3io-tsdb => github.com/v3io/v3io-tsdb v0.10.1
Original file line number Diff line number Diff line change @@ -387,6 +387,8 @@ github.com/v3io/frames v0.6.15-v0.9.24 h1:BZGFuxemk3CgCv+hQQ/K+jExGCEAtjfKmfpU7+
387387github.com/v3io/frames v0.6.15-v0.9.24 /go.mod h1:HO3Z241H50cQoZECDKOCISm97PKOrlV3eN7cB9ym6LA =
388388github.com/v3io/frames v0.7.2 h1:xf7Eli+Uv8bdYCwDFIml4cy+aIAqpLnO4Odfft9Zz/E =
389389github.com/v3io/frames v0.7.2 /go.mod h1:YgnfrzYLRW6DWlE3MTemTwSrraUB1zhdTgyy/wwno8Q =
390+ github.com/v3io/frames v0.7.3 h1:vaKntNCLyaGi9iWpp98Y6TafX369xlze2V25+bNM75g =
391+ github.com/v3io/frames v0.7.3 /go.mod h1:WmmDTGhal5lDzzQbgGMozsAw/koEbmIPy0f/M2236dg =
390392github.com/v3io/v3io-go v0.0.0-20180415000000-1486c75b0e590a14580f7d9b6cef7a944a231ca7 h1:J+ps6exCjowNidrtawSQglJQpKrJ6v8UjBVTNrRTpMs =
391393github.com/v3io/v3io-go v0.0.0-20180415000000-1486c75b0e590a14580f7d9b6cef7a944a231ca7 /go.mod h1:MHc+d/Jg/y8lV4B9sgwTvuS3tEE9wS+kqtU0+D0Sr78 =
392394github.com/v3io/v3io-go v0.0.0-20190826150152-1f2c9a9a61cb715410a35662f5ddab2b306f95e7 h1:Qx3yIJPtDTJVv/gck/009TrBF/JMwe5RM3N9aTZ4Mlo =
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ github.com/shurcooL/vfsgen
298298github.com/stretchr/testify/require
299299github.com/stretchr/testify/suite
300300github.com/stretchr/testify/assert
301- # github.com/v3io/frames v0.6.14-v0.9.18 => github.com/v3io/frames v0.7.2
301+ # github.com/v3io/frames v0.6.14-v0.9.18 => github.com/v3io/frames v0.7.3
302302github.com/v3io/frames
303303github.com/v3io/frames/pb
304304# github.com/v3io/v3io-go v0.1.5-0.20200413162202-5d20cf2c5c71
You can’t perform that action at this time.
0 commit comments