Remove golang.org/x/net/context (#1112)

This commit is contained in:
Hidetake Iwata
2024-08-03 11:42:54 +09:00
committed by GitHub
parent 98531a75c3
commit a2f4e935dc
2 changed files with 4 additions and 3 deletions

View File

@@ -1,13 +1,14 @@
package mutex
import (
"context"
"fmt"
"github.com/int128/kubelogin/pkg/infrastructure/logger"
"golang.org/x/net/context"
"math/rand"
"sync"
"testing"
"time"
"github.com/int128/kubelogin/pkg/infrastructure/logger"
)
func TestMutex(t *testing.T) {