update all our deps (#17497)

This commit is contained in:
Harshavardhana
2023-06-26 15:36:56 -07:00
committed by GitHub
parent 87b6fb37d6
commit 2a82c15bf1
6 changed files with 638 additions and 1155 deletions

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2015-2022 MinIO, Inc.
// Copyright (c) 2015-2023 MinIO, Inc.
//
// This file is part of MinIO Object Storage stack
//
@@ -23,7 +23,7 @@ import (
"io"
"os"
"github.com/minio/madmin-go/v2/estream"
"github.com/minio/madmin-go/v3/estream"
)
func extractInspectV2(pk []byte, r io.Reader, w io.Writer) error {