|
1 | 1 | module github.com/v3io/v3io-tsdb |
2 | 2 |
|
3 | | -go 1.19 |
| 3 | +go 1.24 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/cespare/xxhash v1.1.0 |
7 | 7 | github.com/ghodss/yaml v1.0.0 |
8 | 8 | github.com/imdario/mergo v0.3.7 |
9 | 9 | github.com/nuclio/logger v0.0.1 |
10 | 10 | github.com/nuclio/nuclio-sdk-go v0.0.0-20190205170814-3b507fbd0324 |
11 | | - github.com/nuclio/zap v0.1.2 |
| 11 | + github.com/nuclio/zap v0.3.1 |
12 | 12 | github.com/pkg/errors v0.8.1 |
13 | 13 | github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a |
14 | 14 | github.com/spf13/cobra v0.0.3 |
15 | | - github.com/stretchr/testify v1.8.1 |
16 | | - github.com/v3io/frames v0.10.5 |
17 | | - github.com/v3io/v3io-go v0.3.0 |
| 15 | + github.com/stretchr/testify v1.8.4 |
| 16 | + github.com/v3io/frames v0.13.9 |
| 17 | + github.com/v3io/v3io-go v0.3.12 |
18 | 18 | github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2 |
19 | 19 | ) |
20 | 20 |
|
21 | 21 | require ( |
22 | 22 | github.com/andybalholm/brotli v1.0.4 // indirect |
23 | 23 | github.com/cpuguy83/go-md2man v1.0.10 // indirect |
24 | 24 | github.com/davecgh/go-spew v1.1.1 // indirect |
25 | | - github.com/golang/protobuf v1.2.0 // indirect |
26 | 25 | github.com/inconshreveable/mousetrap v1.0.0 // indirect |
27 | 26 | github.com/klauspost/compress v1.15.9 // indirect |
28 | | - github.com/liranbg/uberzap v1.20.0-nuclio.1 // indirect |
29 | | - github.com/logrusorgru/aurora/v3 v3.0.0 // indirect |
| 27 | + github.com/logrusorgru/aurora/v4 v4.0.0 // indirect |
30 | 28 | github.com/nuclio/errors v0.0.4 // indirect |
31 | 29 | github.com/pmezard/go-difflib v1.0.0 // indirect |
32 | 30 | github.com/russross/blackfriday v1.5.2 // indirect |
33 | 31 | github.com/spf13/pflag v1.0.5 // indirect |
34 | 32 | github.com/valyala/bytebufferpool v1.0.0 // indirect |
35 | 33 | github.com/valyala/fasthttp v1.44.0 // indirect |
36 | | - go.uber.org/atomic v1.7.0 // indirect |
37 | | - go.uber.org/multierr v1.6.0 // indirect |
38 | | - golang.org/x/net v0.7.0 // indirect |
39 | | - golang.org/x/sync v0.1.0 // indirect |
40 | | - golang.org/x/sys v0.5.0 // indirect |
41 | | - golang.org/x/text v0.7.0 // indirect |
42 | | - google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect |
43 | | - google.golang.org/grpc v1.20.0 // indirect |
| 34 | + go.uber.org/multierr v1.11.0 // indirect |
| 35 | + go.uber.org/zap v1.27.0 // indirect |
| 36 | + golang.org/x/net v0.43.0 // indirect |
| 37 | + golang.org/x/sync v0.16.0 // indirect |
| 38 | + golang.org/x/sys v0.35.0 // indirect |
| 39 | + golang.org/x/text v0.28.0 // indirect |
| 40 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250512202823-5a2f75b736a9 // indirect |
| 41 | + google.golang.org/grpc v1.72.0 // indirect |
| 42 | + google.golang.org/protobuf v1.36.6 // indirect |
44 | 43 | gopkg.in/yaml.v2 v2.2.8 // indirect |
45 | 44 | gopkg.in/yaml.v3 v3.0.1 // indirect |
46 | 45 | zombiezen.com/go/capnproto2 v2.17.0+incompatible // indirect |
|
0 commit comments