mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
9f0b3f5609
full diff: https://github.com/gotestyourself/gotest.tools/compare/v2.3.0...v3.0.1 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.3.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
|