diff options
Diffstat (limited to 'src/bin/git_remote_nostr/main.rs')
| -rw-r--r-- | src/bin/git_remote_nostr/main.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/git_remote_nostr/main.rs b/src/bin/git_remote_nostr/main.rs index 1a21341..e6f7af3 100644 --- a/src/bin/git_remote_nostr/main.rs +++ b/src/bin/git_remote_nostr/main.rs | |||
| @@ -11,9 +11,9 @@ use std::{ | |||
| 11 | path::{Path, PathBuf}, | 11 | path::{Path, PathBuf}, |
| 12 | }; | 12 | }; |
| 13 | 13 | ||
| 14 | use anyhow::{bail, Context, Result}; | 14 | use anyhow::{Context, Result, bail}; |
| 15 | use client::{consolidate_fetch_reports, get_repo_ref_from_cache, Connect}; | 15 | use client::{Connect, consolidate_fetch_reports, get_repo_ref_from_cache}; |
| 16 | use git::{nostr_url::NostrUrlDecoded, RepoActions}; | 16 | use git::{RepoActions, nostr_url::NostrUrlDecoded}; |
| 17 | use ngit::{client, git, login::existing::load_existing_login}; | 17 | use ngit::{client, git, login::existing::load_existing_login}; |
| 18 | use nostr::nips::nip01::Coordinate; | 18 | use nostr::nips::nip01::Coordinate; |
| 19 | use utils::read_line; | 19 | use utils::read_line; |