mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-03 17:29:23 +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
|
||||
[submodule "crypto_plugins/flutter_liblelantus"]
|
||||
path = crypto_plugins/flutter_liblelantus
|
||||
url = https://github.com/cypherstack/flutter_liblelantus.git
|
||||
[submodule "crypto_plugins/tor"]
|
||||
path = crypto_plugins/tor
|
||||
url = https://github.com/cypherstack/tor.git
|
||||
url = https://github.com/cypherstack/flutter_liblelantus.git
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 8a26a160bdc4dcac2ba5a0350a151a345d1dead9
|
|
@ -1647,9 +1647,11 @@ packages:
|
|||
tor_ffi_plugin:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "crypto_plugins/tor"
|
||||
relative: true
|
||||
source: path
|
||||
path: "."
|
||||
ref: "8a26a160bdc4dcac2ba5a0350a151a345d1dead9"
|
||||
resolved-ref: "8a26a160bdc4dcac2ba5a0350a151a345d1dead9"
|
||||
url: "https://github.com/cypherstack/tor.git"
|
||||
source: git
|
||||
version: "0.0.1"
|
||||
tuple:
|
||||
dependency: "direct main"
|
||||
|
|
|
@ -58,7 +58,9 @@ dependencies:
|
|||
ref: 081ca1863c2feba00c35bb5b297902f12f499941
|
||||
|
||||
tor_ffi_plugin:
|
||||
path: ./crypto_plugins/tor
|
||||
git:
|
||||
url: https://github.com/cypherstack/tor.git
|
||||
ref: 8a26a160bdc4dcac2ba5a0350a151a345d1dead9
|
||||
|
||||
# Utility plugins
|
||||
http: ^0.13.0
|
||||
|
|
Loading…
Reference in a new issue