Replace usages of uber/atomic

This commit is contained in:
世界
2023-04-08 22:07:55 +08:00
parent 422ca34ac2
commit 3d0c64f523
8 changed files with 47 additions and 43 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)