blob: 293b8e505c8c0816d4b22b0c1caa644042646bd7 [file] [log] [blame]
module testplans
go 1.12
require (
cloud.google.com/go v0.37.2 // indirect
github.com/golang/mock v1.2.0
github.com/golang/protobuf v1.3.1
github.com/google/go-cmp v0.2.0
github.com/kr/pretty v0.1.0 // indirect
github.com/maruel/subcommands v0.0.0-20181220013616-967e945be48b
github.com/maruel/ut v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mvo5/goconfigparser v0.0.0-20190308092147-6a365a5a3f41
github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 // indirect
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
github.com/texttheater/golang-levenshtein v0.0.0-20180516184445-d188e65d659e // indirect
go.chromium.org/chromiumos/infra/proto/go v0.0.0-20190514225112-82c9d54cbe67
go.chromium.org/luci v0.0.0-20190404171609-14fb4fbce8ea
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
google.golang.org/grpc v1.19.1 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)