|
1 | 1 | module github.com/aserto-dev/ds-load/cli
|
2 | 2 |
|
3 |
| -go 1.23.2 |
| 3 | +go 1.23.7 |
| 4 | + |
| 5 | +toolchain go1.24.1 |
4 | 6 |
|
5 | 7 | replace github.com/aserto-dev/ds-load/sdk => ../sdk
|
6 | 8 |
|
7 | 9 | require (
|
8 |
| - github.com/alecthomas/kong v1.6.0 |
| 10 | + github.com/alecthomas/kong v1.8.1 |
9 | 11 | github.com/aserto-dev/ds-load/sdk v0.0.0-00010101000000-000000000000
|
10 |
| - github.com/aserto-dev/go-aserto v0.33.5 |
11 |
| - github.com/aserto-dev/go-directory v0.33.3 |
12 |
| - github.com/bufbuild/protovalidate-go v0.7.3 |
| 12 | + github.com/aserto-dev/go-aserto v0.33.7 |
| 13 | + github.com/aserto-dev/go-directory v0.33.7 |
13 | 14 | github.com/fullstorydev/grpcurl v1.9.2
|
14 | 15 | github.com/pkg/errors v0.9.1
|
15 | 16 | github.com/rs/zerolog v1.33.0
|
16 | 17 | github.com/stretchr/testify v1.10.0
|
17 |
| - golang.org/x/sync v0.10.0 |
18 |
| - google.golang.org/grpc v1.68.1 |
| 18 | + golang.org/x/sync v0.12.0 |
| 19 | + google.golang.org/grpc v1.71.0 |
19 | 20 | )
|
20 | 21 |
|
21 | 22 | require (
|
22 |
| - buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.35.2-20241127180247-a33202765966.1 // indirect |
23 |
| - cel.dev/expr v0.18.0 // indirect |
24 |
| - github.com/antlr4-go/antlr/v4 v4.13.1 // indirect |
25 |
| - github.com/aserto-dev/header v0.0.8 // indirect |
26 |
| - github.com/aserto-dev/logger v0.0.6 // indirect |
| 23 | + github.com/aserto-dev/errors v0.0.15 // indirect |
| 24 | + github.com/aserto-dev/header v0.0.10 // indirect |
| 25 | + github.com/aserto-dev/logger v0.0.7 // indirect |
27 | 26 | github.com/bufbuild/protocompile v0.10.0 // indirect
|
28 |
| - github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect |
| 27 | + github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect |
29 | 28 | github.com/davecgh/go-spew v1.1.1 // indirect
|
30 |
| - github.com/envoyproxy/go-control-plane v0.13.0 // indirect |
31 |
| - github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect |
| 29 | + github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect |
| 30 | + github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect |
32 | 31 | github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a // indirect
|
33 | 32 | github.com/golang/protobuf v1.5.4 // indirect
|
34 |
| - github.com/google/cel-go v0.22.0 // indirect |
35 | 33 | github.com/google/uuid v1.6.0 // indirect
|
36 |
| - github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect |
37 |
| - github.com/hashicorp/errwrap v1.0.0 // indirect |
| 34 | + github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect |
| 35 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect |
| 36 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
38 | 37 | github.com/hashicorp/go-multierror v1.1.1 // indirect
|
39 | 38 | github.com/jhump/protoreflect v1.16.0 // indirect
|
40 |
| - github.com/mattn/go-colorable v0.1.13 // indirect |
| 39 | + github.com/mattn/go-colorable v0.1.14 // indirect |
41 | 40 | github.com/mattn/go-isatty v0.0.20 // indirect
|
42 | 41 | github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
|
43 | 42 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
44 |
| - github.com/samber/lo v1.47.0 // indirect |
45 |
| - github.com/stoewer/go-strcase v1.3.0 // indirect |
46 |
| - golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect |
47 |
| - golang.org/x/net v0.33.0 // indirect |
48 |
| - golang.org/x/sys v0.28.0 // indirect |
49 |
| - golang.org/x/text v0.21.0 // indirect |
50 |
| - google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect |
51 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20241216192217-9240e9c98484 // indirect |
52 |
| - google.golang.org/protobuf v1.36.0 // indirect |
53 |
| - gopkg.in/yaml.v2 v2.4.0 // indirect |
| 43 | + github.com/samber/lo v1.49.1 // indirect |
| 44 | + golang.org/x/net v0.37.0 // indirect |
| 45 | + golang.org/x/sys v0.31.0 // indirect |
| 46 | + golang.org/x/text v0.23.0 // indirect |
| 47 | + google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect |
| 48 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect |
| 49 | + google.golang.org/protobuf v1.36.5 // indirect |
54 | 50 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
55 | 51 | )
|
0 commit comments