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

Commit 0fc5e83

Browse files
author
Dina Nimrodi
committed
Merge remote-tracking branch 'upstream/development'
2 parents 41723da + 5e1563c commit 0fc5e83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functions/ingest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/nuclio/nuclio-sdk-go v0.2.0
1111
github.com/nuclio/zap v0.0.4 // indirect
1212
github.com/pkg/errors v0.9.1
13-
github.com/v3io/v3io-tsdb v0.11.7
13+
github.com/v3io/v3io-tsdb v0.11.8
1414
golang.org/x/text v0.3.2 // indirect
1515
google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90 // indirect
1616
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect

functions/query/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/pkg/errors v0.9.1
1313
github.com/stretchr/testify v1.6.1
1414
github.com/v3io/v3io-go v0.2.5-0.20210113095419-6c806b8d5186
15-
github.com/v3io/v3io-tsdb v0.11.7
15+
github.com/v3io/v3io-tsdb v0.11.8
1616
golang.org/x/text v0.3.2 // indirect
1717
google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90 // indirect
1818
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect

0 commit comments

Comments
 (0)