move internal/net to pkg/net package (#12505)

This commit is contained in:
Harshavardhana
2021-06-14 14:54:37 -07:00
committed by GitHub
parent ed6cc66cf4
commit da74e2f167
45 changed files with 45 additions and 1096 deletions

View File

@@ -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) {