mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
use socks_socket#master
This commit is contained in:
parent
b39ffdf5ef
commit
10e668ce7b
3 changed files with 9 additions and 5 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 448451d77c326f9711fdd81f53986ca829fc8943
|
||||
Subproject commit 97d4b9b6d8a79a965324a55b5001dfe1f54b2a1f
|
|
@ -1485,9 +1485,11 @@ packages:
|
|||
socks_socket:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "fusiondart/socks_socket"
|
||||
relative: true
|
||||
source: path
|
||||
path: "."
|
||||
ref: master
|
||||
resolved-ref: ac6d721fe655208a6d488a088a35bab0ddc25702
|
||||
url: "https://github.com/cypherstack/socks_socket.git"
|
||||
source: git
|
||||
version: "0.1.0"
|
||||
source_gen:
|
||||
dependency: transitive
|
||||
|
|
|
@ -147,7 +147,9 @@ dependencies:
|
|||
fusiondart:
|
||||
path: ./fusiondart
|
||||
socks_socket:
|
||||
path: ./fusiondart/socks_socket
|
||||
git:
|
||||
url: https://github.com/cypherstack/socks_socket.git
|
||||
ref: master
|
||||
bip340: ^0.2.0
|
||||
tezart: ^2.0.5
|
||||
socks5_proxy: ^1.0.3+dev.3
|
||||
|
|
Loading…
Reference in a new issue