Skip to content

Commit

Permalink
修复 shadowtls 未正确添加
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdhs committed Feb 8, 2024
1 parent af47252 commit 642d281
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/go-chi/chi/v5 v5.0.10
github.com/samber/lo v1.38.1
github.com/tidwall/gjson v1.17.0
github.com/xmdhs/clash2singbox v0.0.3-0.20240208102408-02963778dec1
github.com/xmdhs/clash2singbox v0.1.3-0.20240208122149-48358a3ca217
go.etcd.io/bbolt v1.3.8
lukechampine.com/blake3 v1.2.1
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ github.com/xmdhs/clash2singbox v0.0.3-0.20240128111501-d8f3d7ee4f40 h1:T5NcAfn1K
github.com/xmdhs/clash2singbox v0.0.3-0.20240128111501-d8f3d7ee4f40/go.mod h1:u2kIEBN2r26EGFSdU7mTwCqz4XG2B7Cwq8U1dVn2IXI=
github.com/xmdhs/clash2singbox v0.0.3-0.20240208102408-02963778dec1 h1:WQjjH7GZi+Eins2cVEex9mbFZpoPq/I3j2N8kZfroJ0=
github.com/xmdhs/clash2singbox v0.0.3-0.20240208102408-02963778dec1/go.mod h1:93D+aPH4GwUd0xcN/hpZyr4/enXWti8/zyKfWYns/iw=
github.com/xmdhs/clash2singbox v0.1.3-0.20240208122149-48358a3ca217 h1:5bvEsLhrge9kzkbg4BXRnWkf935Jn/tRxw5jXFZWLZY=
github.com/xmdhs/clash2singbox v0.1.3-0.20240208122149-48358a3ca217/go.mod h1:u2kIEBN2r26EGFSdU7mTwCqz4XG2B7Cwq8U1dVn2IXI=
go.etcd.io/bbolt v1.3.8 h1:xs88BrvEv273UsB79e0hcVrlUWmS0a8upikMFhSyAtA=
go.etcd.io/bbolt v1.3.8/go.mod h1:N9Mkw9X8x5fupy0IKsmuqVtoGDyxsaDlbk4Rd05IAQw=
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa h1:FRnLl4eNAQl8hwxVVC17teOw8kdjVDVAiFMtgUdTSRQ=
Expand Down

0 comments on commit 642d281

Please sign in to comment.