Replace usages of uber/atomic

This commit is contained in:
世界
2023-04-14 20:55:05 +08:00
parent a3932216e1
commit 9be64e638e
6 changed files with 38 additions and 34 deletions

View File

@@ -10,11 +10,10 @@ import (
"github.com/sagernet/sing-box/log"
"github.com/sagernet/sing-box/option"
"github.com/sagernet/sing/common"
"github.com/sagernet/sing/common/atomic"
E "github.com/sagernet/sing/common/exceptions"
M "github.com/sagernet/sing/common/metadata"
N "github.com/sagernet/sing/common/network"
"go.uber.org/atomic"
)
var _ adapter.Inbound = (*myInboundAdapter)(nil)