diff --git a/functions/ingest/go.mod b/functions/ingest/go.mod index a82a909..ad57ec0 100644 --- a/functions/ingest/go.mod +++ b/functions/ingest/go.mod @@ -10,7 +10,7 @@ require ( github.com/nuclio/nuclio-sdk-go v0.2.0 github.com/nuclio/zap v0.0.4 // indirect github.com/pkg/errors v0.9.1 - github.com/v3io/v3io-tsdb v0.11.7 + github.com/v3io/v3io-tsdb v0.11.8 golang.org/x/text v0.3.2 // indirect google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect diff --git a/functions/query/go.mod b/functions/query/go.mod index 684b357..2986f84 100644 --- a/functions/query/go.mod +++ b/functions/query/go.mod @@ -12,7 +12,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.6.1 github.com/v3io/v3io-go v0.2.5-0.20210113095419-6c806b8d5186 - github.com/v3io/v3io-tsdb v0.11.7 + github.com/v3io/v3io-tsdb v0.11.8 golang.org/x/text v0.3.2 // indirect google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect