Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit 8a3f08d

Browse files
authored
Merge pull request #86 from dinal/development
update tsdb and frames
2 parents 60f8919 + 0338643 commit 8a3f08d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

functions/ingest/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ require (
2020
)
2121

2222
replace (
23-
github.com/v3io/frames => github.com/v3io/frames v0.7.36
24-
github.com/v3io/v3io-tsdb => github.com/v3io/v3io-tsdb v0.11.6
23+
github.com/v3io/frames => github.com/v3io/frames v0.8.10
24+
github.com/v3io/v3io-tsdb => github.com/v3io/v3io-tsdb v0.11.7
2525
)

functions/query/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ require (
2121
)
2222

2323
replace (
24-
github.com/v3io/frames => github.com/v3io/frames v0.7.36
25-
github.com/v3io/v3io-tsdb => github.com/v3io/v3io-tsdb v0.11.6
24+
github.com/v3io/frames => github.com/v3io/frames v0.8.10
25+
github.com/v3io/v3io-tsdb => github.com/v3io/v3io-tsdb v0.11.7
2626
)

0 commit comments

Comments
 (0)