mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
move internal/net to pkg/net package (#12505)
This commit is contained in:
@@ -25,7 +25,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
xnet "github.com/minio/minio/internal/net"
|
||||
xnet "github.com/minio/pkg/net"
|
||||
)
|
||||
|
||||
func TestUpdateClaimsExpiry(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user