mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
776cadc7db
- assert: fixes a bug that would cause a panic if there were any function calls before `assert.Check` on the same line - golden: create the directory if it does not exist, when run with `-test.update-golden` full diff: https://github.com/gotestyourself/gotest.tools/compare/v3.0.2...v3.0.3 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
10 lines
194 B
Modula-2
10 lines
194 B
Modula-2
module gotest.tools/v3
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.4.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/spf13/pflag v1.0.3
|
|
golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
|
|
)
|
|
|
|
go 1.11
|