|
1 | 1 | module github.com/v3io/frames |
2 | 2 |
|
3 | | -go 1.14 |
| 3 | +go 1.19 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/ghodss/yaml v1.0.0 |
7 | 7 | github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 |
8 | 8 | github.com/golang/protobuf v1.2.0 |
9 | | - github.com/nuclio/errors v0.0.1 |
| 9 | + github.com/nuclio/errors v0.0.4 |
10 | 10 | github.com/nuclio/logger v0.0.1 |
11 | | - github.com/nuclio/zap v0.0.2 |
| 11 | + github.com/nuclio/zap v0.1.2 |
12 | 12 | github.com/pkg/errors v0.8.1 |
13 | | - github.com/stretchr/testify v1.4.0 |
14 | | - github.com/v3io/v3io-go v0.2.5-0.20210113095419-6c806b8d5186 |
15 | | - github.com/v3io/v3io-tsdb v0.13.1 |
16 | | - github.com/valyala/fasthttp v1.2.0 |
| 13 | + github.com/stretchr/testify v1.8.1 |
| 14 | + github.com/v3io/v3io-go v0.3.0 |
| 15 | + github.com/v3io/v3io-tsdb v0.14.1 |
| 16 | + github.com/valyala/fasthttp v1.44.0 |
17 | 17 | github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2 |
18 | | - golang.org/x/net v0.0.0-20190311183353-d8887717615a |
| 18 | + golang.org/x/net v0.5.0 |
| 19 | + golang.org/x/text v0.6.0 |
19 | 20 | google.golang.org/grpc v1.20.0 |
20 | 21 | ) |
21 | 22 |
|
| 23 | +require ( |
| 24 | + github.com/andybalholm/brotli v1.0.4 // indirect |
| 25 | + github.com/cespare/xxhash v1.1.0 // indirect |
| 26 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 27 | + github.com/imdario/mergo v0.3.7 // indirect |
| 28 | + github.com/klauspost/compress v1.15.9 // indirect |
| 29 | + github.com/liranbg/uberzap v1.20.0-nuclio.1 // indirect |
| 30 | + github.com/logrusorgru/aurora/v3 v3.0.0 // indirect |
| 31 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 32 | + github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect |
| 33 | + github.com/valyala/bytebufferpool v1.0.0 // indirect |
| 34 | + go.uber.org/atomic v1.7.0 // indirect |
| 35 | + go.uber.org/multierr v1.6.0 // indirect |
| 36 | + golang.org/x/sync v0.1.0 // indirect |
| 37 | + golang.org/x/sys v0.4.0 // indirect |
| 38 | + google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect |
| 39 | + gopkg.in/yaml.v2 v2.2.8 // indirect |
| 40 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
| 41 | + zombiezen.com/go/capnproto2 v2.17.0+incompatible // indirect |
| 42 | +) |
| 43 | + |
22 | 44 | replace ( |
23 | 45 | github.com/v3io/frames => ./ |
24 | | - github.com/v3io/v3io-go => github.com/v3io/v3io-go v0.2.5-0.20210113095419-6c806b8d5186 |
| 46 | + github.com/v3io/v3io-go => github.com/v3io/v3io-go v0.3.0 |
25 | 47 | github.com/xwb1989/sqlparser => github.com/v3io/sqlparser v0.0.0-20190306105200-4d7273501871 |
26 | 48 | ) |
0 commit comments