diff options
Diffstat (limited to 'gitolfs3-authenticate/src')
| -rw-r--r-- | gitolfs3-authenticate/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitolfs3-authenticate/src/main.rs b/gitolfs3-authenticate/src/main.rs index 027c01b..1195b1c 100644 --- a/gitolfs3-authenticate/src/main.rs +++ b/gitolfs3-authenticate/src/main.rs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | use anyhow::{anyhow, bail, Result}; | 1 | use anyhow::{Result, anyhow, bail}; |
| 2 | use chrono::Utc; | 2 | use chrono::Utc; |
| 3 | use gitolfs3_common::{generate_tag, load_key, Claims, Key, Operation, SpecificClaims}; | 3 | use gitolfs3_common::{Claims, Key, Operation, SpecificClaims, generate_tag, load_key}; |
| 4 | use serde_json::json; | 4 | use serde_json::json; |
| 5 | use std::{process::ExitCode, time::Duration}; | 5 | use std::{process::ExitCode, time::Duration}; |
| 6 | 6 | ||