Skip to content

Commit

Permalink
Update go module deps
Browse files Browse the repository at this point in the history
  • Loading branch information
knz committed Aug 18, 2020
1 parent bf6692d commit c9e8355
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 13 deletions.
9 changes: 2 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ module github.com/cockroachdb/datadriven
go 1.13

require (
github.com/certifi/gocertifi v0.0.0-20191021191039-0944d244cd40 // indirect
github.com/cockroachdb/errors v1.2.4
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f // indirect
github.com/getsentry/raven-go v0.2.0 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/cockroachdb/errors v1.6.1
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0
)
Loading

0 comments on commit c9e8355

Please sign in to comment.