mirror of
https://github.com/minio/mc.git
synced 2025-07-30 07:23:03 +03:00
Move pkg/probe from vendor dir to package dir (#2236)
The probe package is no longer available in the Minio server repo. This change just moves probe from the vendor directory to its own dir under `pkg`. This is a maintenance fix.
This commit is contained in:
committed by
Dee Koder
parent
60681d7fb6
commit
ca96cfc6e6
@ -21,7 +21,7 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/minio/minio/pkg/probe"
|
||||
"github.com/minio/mc/pkg/probe"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user