|
1 | 1 | module github.com/aserto-dev/errors |
2 | 2 |
|
3 | | -go 1.17 |
| 3 | +go 1.19 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/grpc-ecosystem/grpc-gateway/v2 v2.14.0 |
7 | | - github.com/magefile/mage v1.14.0 |
| 6 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 |
8 | 7 | github.com/pkg/errors v0.9.1 |
9 | | - github.com/rs/zerolog v1.28.0 |
10 | | - github.com/stretchr/testify v1.8.0 |
11 | | - google.golang.org/genproto v0.0.0-20221114212237-e4508ebdbee1 |
12 | | - google.golang.org/grpc v1.50.1 |
| 8 | + github.com/rs/zerolog v1.32.0 |
| 9 | + github.com/stretchr/testify v1.9.0 |
| 10 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 |
| 11 | + google.golang.org/grpc v1.62.1 |
13 | 12 | ) |
14 | 13 |
|
15 | 14 | require ( |
16 | 15 | github.com/davecgh/go-spew v1.1.1 // indirect |
17 | | - github.com/golang/protobuf v1.5.2 // indirect |
| 16 | + github.com/golang/protobuf v1.5.4 // indirect |
18 | 17 | github.com/kr/text v0.2.0 // indirect |
19 | | - github.com/mattn/go-colorable v0.1.12 // indirect |
20 | | - github.com/mattn/go-isatty v0.0.14 // indirect |
| 18 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 19 | + github.com/mattn/go-isatty v0.0.20 // indirect |
21 | 20 | github.com/pmezard/go-difflib v1.0.0 // indirect |
22 | | - golang.org/x/net v0.2.0 // indirect |
23 | | - golang.org/x/sys v0.2.0 // indirect |
24 | | - golang.org/x/text v0.4.0 // indirect |
25 | | - google.golang.org/protobuf v1.28.1 // indirect |
| 21 | + github.com/rogpeppe/go-internal v1.12.0 // indirect |
| 22 | + golang.org/x/net v0.22.0 // indirect |
| 23 | + golang.org/x/sys v0.18.0 // indirect |
| 24 | + golang.org/x/text v0.14.0 // indirect |
| 25 | + google.golang.org/genproto/googleapis/api v0.0.0-20240311173647-c811ad7063a7 // indirect |
| 26 | + google.golang.org/protobuf v1.33.0 // indirect |
26 | 27 | gopkg.in/yaml.v3 v3.0.1 // indirect |
27 | 28 | ) |
0 commit comments