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
33go 1.13
44
55require (
6- github.com/cockroachdb/datadriven v1.0.1-0.20220214170620-9913f5bc19b7
6+ github.com/cockroachdb/datadriven v1.0.2
77 github.com/cockroachdb/logtags v0.0.0-20211118104740-dabe8e521a4f
88 github.com/cockroachdb/redact v1.1.3
99 github.com/getsentry/sentry-go v0.12.0
@@ -13,7 +13,12 @@ require (
1313 github.com/hydrogen18/memlistener v0.0.0-20200120041712-dcc25e7acd91
1414 github.com/kr/pretty v0.3.0
1515 github.com/pkg/errors v0.9.1
16+ github.com/rogpeppe/go-internal v1.8.1 // indirect
1617 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
1720 google.golang.org/grpc v1.38.0
1821 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
1924)
You can’t perform that action at this time.
0 commit comments