update dependencies for CVE fix x/net

This commit is contained in:
Harshavardhana
2025-03-12 22:29:51 -07:00
parent cccb37a5ac
commit 5e2eb372bf
15 changed files with 949 additions and 550 deletions

View File

@@ -24,9 +24,9 @@ import (
"strconv"
"time"
"github.com/minio/madmin-go/v3/logger/audit"
internalAudit "github.com/minio/minio/internal/logger/message/audit"
"github.com/minio/minio/internal/mcontext"
"github.com/minio/pkg/v3/logger/message/audit"
xhttp "github.com/minio/minio/internal/http"
)

View File

@@ -24,8 +24,8 @@ import (
"strings"
"time"
"github.com/minio/madmin-go/v3/logger/log"
"github.com/minio/minio/internal/color"
"github.com/minio/pkg/v3/logger/message/log"
)
// ConsoleLoggerTgt is a stringified value to represent console logging

View File

@@ -34,9 +34,9 @@ import (
"github.com/minio/highwayhash"
"github.com/minio/madmin-go/v3"
"github.com/minio/madmin-go/v3/logger/log"
"github.com/minio/minio/internal/color"
xhttp "github.com/minio/minio/internal/http"
"github.com/minio/pkg/v3/logger/message/log"
)
// HighwayHash key for logging in anonymous mode

View File

@@ -26,8 +26,8 @@ import (
"time"
"github.com/klauspost/compress/gzip"
"github.com/minio/madmin-go/v3/logger/log"
xioutil "github.com/minio/minio/internal/ioutil"
"github.com/minio/pkg/v3/logger/message/log"
)
func defaultFilenameFunc() string {

View File

@@ -22,7 +22,7 @@ import (
"strings"
"time"
"github.com/minio/pkg/v3/logger/message/audit"
"github.com/minio/madmin-go/v3/logger/audit"
"github.com/minio/minio/internal/handlers"
xhttp "github.com/minio/minio/internal/http"

View File

@@ -24,9 +24,9 @@ import (
"strconv"
"strings"
"github.com/minio/madmin-go/v3/logger/log"
"github.com/minio/minio/internal/color"
"github.com/minio/minio/internal/logger"
"github.com/minio/pkg/v3/logger/message/log"
)
// Target implements loggerTarget to send log

View File

@@ -34,9 +34,9 @@ import (
"sync/atomic"
"testing"
"github.com/minio/madmin-go/v3/logger/log"
"github.com/minio/minio/internal/logger"
"github.com/minio/minio/internal/logger/target/types"
"github.com/minio/pkg/v3/logger/message/log"
)
const (