mirror of
https://github.com/minio/minio.git
synced 2025-04-01 10:13:42 -04:00
Merge pull request #592 from harshavardhana/pr_out_move_cli_check_to_minio_from_minio_io
This commit is contained in:
commit
946341ac29
8
Godeps/Godeps.json
generated
8
Godeps/Godeps.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"ImportPath": "github.com/minio/minio",
|
"ImportPath": "github.com/minio/minio",
|
||||||
"GoVersion": "go1.4.2",
|
"GoVersion": "go1.4",
|
||||||
"Packages": [
|
"Packages": [
|
||||||
"./..."
|
"./..."
|
||||||
],
|
],
|
||||||
@ -19,12 +19,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/minio/check",
|
"ImportPath": "github.com/minio/check",
|
||||||
"Rev": "bc4e66da8cd7ff58a4b9b84301f906352b8f2c94"
|
"Rev": "67f8c16c6c27bb03c82e41c2be533ace00035ab4"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/minio/cli",
|
"ImportPath": "github.com/minio/cli",
|
||||||
"Comment": "1.2.0-110-g111d644",
|
"Comment": "1.2.0-111-g432a101",
|
||||||
"Rev": "111d6445d384505978aaf5b218ce96d163b73c57"
|
"Rev": "432a1019ded42d1b34fb5f1aad60fb609245d5a1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/stretchr/objx",
|
"ImportPath": "github.com/stretchr/objx",
|
||||||
|
0
Godeps/_workspace/src/github.com/minio-io/check/.gitignore → Godeps/_workspace/src/github.com/minio/check/.gitignore
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/.gitignore → Godeps/_workspace/src/github.com/minio/check/.gitignore
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/LICENSE → Godeps/_workspace/src/github.com/minio/check/LICENSE
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/LICENSE → Godeps/_workspace/src/github.com/minio/check/LICENSE
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/README.md → Godeps/_workspace/src/github.com/minio/check/README.md
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/README.md → Godeps/_workspace/src/github.com/minio/check/README.md
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/TODO → Godeps/_workspace/src/github.com/minio/check/TODO
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/TODO → Godeps/_workspace/src/github.com/minio/check/TODO
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/benchmark.go → Godeps/_workspace/src/github.com/minio/check/benchmark.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/benchmark.go → Godeps/_workspace/src/github.com/minio/check/benchmark.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/benchmark_test.go → Godeps/_workspace/src/github.com/minio/check/benchmark_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/benchmark_test.go → Godeps/_workspace/src/github.com/minio/check/benchmark_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/bootstrap_test.go → Godeps/_workspace/src/github.com/minio/check/bootstrap_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/bootstrap_test.go → Godeps/_workspace/src/github.com/minio/check/bootstrap_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/check.go → Godeps/_workspace/src/github.com/minio/check/check.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/check.go → Godeps/_workspace/src/github.com/minio/check/check.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/check_test.go → Godeps/_workspace/src/github.com/minio/check/check_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/check_test.go → Godeps/_workspace/src/github.com/minio/check/check_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/checkers.go → Godeps/_workspace/src/github.com/minio/check/checkers.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/checkers.go → Godeps/_workspace/src/github.com/minio/check/checkers.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/checkers_test.go → Godeps/_workspace/src/github.com/minio/check/checkers_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/checkers_test.go → Godeps/_workspace/src/github.com/minio/check/checkers_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/export_test.go → Godeps/_workspace/src/github.com/minio/check/export_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/export_test.go → Godeps/_workspace/src/github.com/minio/check/export_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/fixture_test.go → Godeps/_workspace/src/github.com/minio/check/fixture_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/fixture_test.go → Godeps/_workspace/src/github.com/minio/check/fixture_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/foundation_test.go → Godeps/_workspace/src/github.com/minio/check/foundation_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/foundation_test.go → Godeps/_workspace/src/github.com/minio/check/foundation_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/helpers.go → Godeps/_workspace/src/github.com/minio/check/helpers.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/helpers.go → Godeps/_workspace/src/github.com/minio/check/helpers.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/helpers_test.go → Godeps/_workspace/src/github.com/minio/check/helpers_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/helpers_test.go → Godeps/_workspace/src/github.com/minio/check/helpers_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/printer.go → Godeps/_workspace/src/github.com/minio/check/printer.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/printer.go → Godeps/_workspace/src/github.com/minio/check/printer.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/printer_test.go → Godeps/_workspace/src/github.com/minio/check/printer_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/printer_test.go → Godeps/_workspace/src/github.com/minio/check/printer_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/run.go → Godeps/_workspace/src/github.com/minio/check/run.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/run.go → Godeps/_workspace/src/github.com/minio/check/run.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/run_test.go → Godeps/_workspace/src/github.com/minio/check/run_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/check/run_test.go → Godeps/_workspace/src/github.com/minio/check/run_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/.travis.yml → Godeps/_workspace/src/github.com/minio/cli/.travis.yml
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/.travis.yml → Godeps/_workspace/src/github.com/minio/cli/.travis.yml
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/LICENSE → Godeps/_workspace/src/github.com/minio/cli/LICENSE
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/LICENSE → Godeps/_workspace/src/github.com/minio/cli/LICENSE
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/README.md → Godeps/_workspace/src/github.com/minio/cli/README.md
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/README.md → Godeps/_workspace/src/github.com/minio/cli/README.md
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/app.go → Godeps/_workspace/src/github.com/minio/cli/app.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/app.go → Godeps/_workspace/src/github.com/minio/cli/app.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/app_test.go → Godeps/_workspace/src/github.com/minio/cli/app_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/app_test.go → Godeps/_workspace/src/github.com/minio/cli/app_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/autocomplete/bash_autocomplete → Godeps/_workspace/src/github.com/minio/cli/autocomplete/bash_autocomplete
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/autocomplete/bash_autocomplete → Godeps/_workspace/src/github.com/minio/cli/autocomplete/bash_autocomplete
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/autocomplete/zsh_autocomplete → Godeps/_workspace/src/github.com/minio/cli/autocomplete/zsh_autocomplete
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/autocomplete/zsh_autocomplete → Godeps/_workspace/src/github.com/minio/cli/autocomplete/zsh_autocomplete
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/bool.go → Godeps/_workspace/src/github.com/minio/cli/bool.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/bool.go → Godeps/_workspace/src/github.com/minio/cli/bool.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/cli.go → Godeps/_workspace/src/github.com/minio/cli/cli.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/cli.go → Godeps/_workspace/src/github.com/minio/cli/cli.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/cli_test.go → Godeps/_workspace/src/github.com/minio/cli/cli_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/cli_test.go → Godeps/_workspace/src/github.com/minio/cli/cli_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/command.go → Godeps/_workspace/src/github.com/minio/cli/command.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/command.go → Godeps/_workspace/src/github.com/minio/cli/command.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/command_test.go → Godeps/_workspace/src/github.com/minio/cli/command_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/command_test.go → Godeps/_workspace/src/github.com/minio/cli/command_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/context.go → Godeps/_workspace/src/github.com/minio/cli/context.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/context.go → Godeps/_workspace/src/github.com/minio/cli/context.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/context_test.go → Godeps/_workspace/src/github.com/minio/cli/context_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/context_test.go → Godeps/_workspace/src/github.com/minio/cli/context_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/duration.go → Godeps/_workspace/src/github.com/minio/cli/duration.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/duration.go → Godeps/_workspace/src/github.com/minio/cli/duration.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/flag.go → Godeps/_workspace/src/github.com/minio/cli/flag.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/flag.go → Godeps/_workspace/src/github.com/minio/cli/flag.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/flag_test.go → Godeps/_workspace/src/github.com/minio/cli/flag_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/flag_test.go → Godeps/_workspace/src/github.com/minio/cli/flag_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/float64.go → Godeps/_workspace/src/github.com/minio/cli/float64.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/float64.go → Godeps/_workspace/src/github.com/minio/cli/float64.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/help.go → Godeps/_workspace/src/github.com/minio/cli/help.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/help.go → Godeps/_workspace/src/github.com/minio/cli/help.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/helpers_test.go → Godeps/_workspace/src/github.com/minio/cli/helpers_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/helpers_test.go → Godeps/_workspace/src/github.com/minio/cli/helpers_test.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/int.go → Godeps/_workspace/src/github.com/minio/cli/int.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/int.go → Godeps/_workspace/src/github.com/minio/cli/int.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/intslice.go → Godeps/_workspace/src/github.com/minio/cli/intslice.go
generated
vendored
0
Godeps/_workspace/src/github.com/minio-io/cli/intslice.go → Godeps/_workspace/src/github.com/minio/cli/intslice.go
generated
vendored
Loading…
x
Reference in New Issue
Block a user