Replace usages of common/atomic

This commit is contained in:
世界 2025-08-25 19:59:21 +08:00
parent 854e40dc40
commit d0ff7b6f6c
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
6 changed files with 8 additions and 8 deletions

View file

@ -5,9 +5,9 @@ package tun
import (
"errors"
"sync"
"sync/atomic"
"time"
"github.com/sagernet/sing/common/atomic"
"github.com/sagernet/sing/common/control"
"github.com/sagernet/sing/common/logger"
"github.com/sagernet/sing/common/x/list"