Fix docker-registry build

This commit is contained in:
kpcyrd
2019-03-04 18:41:58 +01:00
parent c4d0cfd0d7
commit bdd46eb9be
2 changed files with 12 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ use crate::errors::*;
use diesel::pg::PgConnection;
use oauth2::basic::BasicClient;
use oauth2::prelude::*;
use oauth2::{AuthUrl, AuthorizationCode, ClientId, ClientSecret, CsrfToken, RedirectUrl, TokenUrl};
use oauth2::{AuthUrl, AuthorizationCode, ClientId, ClientSecret, CsrfToken, RedirectUrl, TokenUrl, TokenResponse};
use crate::github::GithubAuthenticator;
use crate::models::AuthToken;
use url::Url;