mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 20:19:25 +00:00
fix dep
This commit is contained in:
parent
df8057986e
commit
b5c2d547a7
2 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,10 @@ dependencies:
|
||||||
flutter_mobx: ^2.0.6+1
|
flutter_mobx: ^2.0.6+1
|
||||||
intl: ^0.18.0
|
intl: ^0.18.0
|
||||||
encrypt: ^5.0.1
|
encrypt: ^5.0.1
|
||||||
socks5_proxy: ^1.0.4
|
socks5_proxy:
|
||||||
|
git:
|
||||||
|
url: https://github.com/perishllc/socks_dart.git
|
||||||
|
ref: main
|
||||||
tor:
|
tor:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/cake-tech/tor.git
|
url: https://github.com/cake-tech/tor.git
|
||||||
|
|
|
@ -102,7 +102,6 @@ dependencies:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/cake-tech/tor.git
|
url: https://github.com/cake-tech/tor.git
|
||||||
ref: main
|
ref: main
|
||||||
# socks5_proxy: ^1.0.4
|
|
||||||
socks5_proxy:
|
socks5_proxy:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/perishllc/socks_dart.git
|
url: https://github.com/perishllc/socks_dart.git
|
||||||
|
|
Loading…
Reference in a new issue