mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-23 23:58:45 +00:00
no more tor as submodule
This commit is contained in:
parent
122e170ae0
commit
d6d0e9a9af
4 changed files with 9 additions and 9 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -6,7 +6,4 @@
|
||||||
url = https://github.com/cypherstack/flutter_libmonero.git
|
url = https://github.com/cypherstack/flutter_libmonero.git
|
||||||
[submodule "crypto_plugins/flutter_liblelantus"]
|
[submodule "crypto_plugins/flutter_liblelantus"]
|
||||||
path = crypto_plugins/flutter_liblelantus
|
path = crypto_plugins/flutter_liblelantus
|
||||||
url = https://github.com/cypherstack/flutter_liblelantus.git
|
url = https://github.com/cypherstack/flutter_liblelantus.git
|
||||||
[submodule "crypto_plugins/tor"]
|
|
||||||
path = crypto_plugins/tor
|
|
||||||
url = https://github.com/cypherstack/tor.git
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 8a26a160bdc4dcac2ba5a0350a151a345d1dead9
|
|
|
@ -1647,9 +1647,11 @@ packages:
|
||||||
tor_ffi_plugin:
|
tor_ffi_plugin:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "crypto_plugins/tor"
|
path: "."
|
||||||
relative: true
|
ref: "8a26a160bdc4dcac2ba5a0350a151a345d1dead9"
|
||||||
source: path
|
resolved-ref: "8a26a160bdc4dcac2ba5a0350a151a345d1dead9"
|
||||||
|
url: "https://github.com/cypherstack/tor.git"
|
||||||
|
source: git
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
tuple:
|
tuple:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
|
|
|
@ -58,7 +58,9 @@ dependencies:
|
||||||
ref: 081ca1863c2feba00c35bb5b297902f12f499941
|
ref: 081ca1863c2feba00c35bb5b297902f12f499941
|
||||||
|
|
||||||
tor_ffi_plugin:
|
tor_ffi_plugin:
|
||||||
path: ./crypto_plugins/tor
|
git:
|
||||||
|
url: https://github.com/cypherstack/tor.git
|
||||||
|
ref: 8a26a160bdc4dcac2ba5a0350a151a345d1dead9
|
||||||
|
|
||||||
# Utility plugins
|
# Utility plugins
|
||||||
http: ^0.13.0
|
http: ^0.13.0
|
||||||
|
|
Loading…
Reference in a new issue