Commit bcf67a2
authored
Update Dependencies (MetaCubeX#738)
Co-authored-by: clash-meta-maintainer[bot] <148681994+clash-meta-maintainer[bot]@users.noreply.github.com>1 parent c20a942 commit bcf67a2
5 files changed
Lines changed: 7 additions & 7 deletions
- adapter/outbound/base.go+5
- adapter/outbound/gost_relay.go+109
- adapter/outbound/shadowsocks.go+1-1
- adapter/outbound/tailscale.go+8-42
- adapter/parser.go+15
- adapter/provider/parser.go+2-2
- adapter/provider/provider.go+2-2
- config/config.go+2-2
- constant/adapters.go+3
- docs/config.yaml+54
- go.mod+1-1
- go.sum+2-2
- listener/hysteria2_realm/session.go+18-14
- listener/inbound/anytls_test.go+1
- listener/inbound/common_test.go+3
- listener/inbound/hysteria2_test.go+1
- listener/inbound/mieru_test.go+1
- listener/inbound/shadowsocks_test.go+1
- listener/inbound/sudoku_test.go+1
- listener/inbound/trojan_test.go+1
- listener/inbound/trusttunnel_test.go+1
- listener/inbound/tuic_test.go+1
- listener/inbound/vless_test.go+1
- listener/inbound/vmess_test.go+1
- transport/gost/relay.go+464
- transport/gost/websocket.go
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments