File tree Expand file tree Collapse file tree 2 files changed +8
-50
lines changed Expand file tree Collapse file tree 2 files changed +8
-50
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/cockroachdb/errors
3
3
go 1.13
4
4
5
5
require (
6
- github.com/cockroachdb/datadriven v1.0.1-0.20220214170620-9913f5bc19b7
6
+ github.com/cockroachdb/datadriven v1.0.2
7
7
github.com/cockroachdb/logtags v0.0.0-20211118104740-dabe8e521a4f
8
8
github.com/cockroachdb/redact v1.1.3
9
9
github.com/getsentry/sentry-go v0.12.0
@@ -13,7 +13,12 @@ require (
13
13
github.com/hydrogen18/memlistener v0.0.0-20200120041712-dcc25e7acd91
14
14
github.com/kr/pretty v0.3.0
15
15
github.com/pkg/errors v0.9.1
16
+ github.com/rogpeppe/go-internal v1.8.1 // indirect
16
17
github.com/stretchr/testify v1.7.0
18
+ golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
19
+ google.golang.org/genproto v0.0.0-20210624195500-8bfb893ecb84 // indirect
17
20
google.golang.org/grpc v1.38.0
18
21
google.golang.org/protobuf v1.26.0
22
+ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
23
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
19
24
)
You can’t perform that action at this time.
0 commit comments