From ff0fb4f80c48a36bfff758adcea8918589aa525c Mon Sep 17 00:00:00 2001 From: Brendan McShane Date: Thu, 30 Nov 2023 12:05:04 -0500 Subject: [PATCH] Update depends --- CCSODiscordBot/CCSODiscordBot.csproj | 8 ++++---- .../Services/SSO/Implementations/Zitadel/GRPCClient.cs | 7 ++----- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CCSODiscordBot/CCSODiscordBot.csproj b/CCSODiscordBot/CCSODiscordBot.csproj index 7da3e9c..d8a4ab7 100644 --- a/CCSODiscordBot/CCSODiscordBot.csproj +++ b/CCSODiscordBot/CCSODiscordBot.csproj @@ -10,11 +10,11 @@ - - - + + + - + diff --git a/CCSODiscordBot/Services/SSO/Implementations/Zitadel/GRPCClient.cs b/CCSODiscordBot/Services/SSO/Implementations/Zitadel/GRPCClient.cs index 9f0d7e5..be27e02 100644 --- a/CCSODiscordBot/Services/SSO/Implementations/Zitadel/GRPCClient.cs +++ b/CCSODiscordBot/Services/SSO/Implementations/Zitadel/GRPCClient.cs @@ -1,9 +1,6 @@ -using System; -using Grpc.Net.Client; -using CCSODiscordBot.Services.Database.DataTables; -using Zitadel.User.V2Alpha; +using Grpc.Net.Client; +using Zitadel.User.V2Beta; using Grpc.Core; -using Zitadel.Credentials; namespace CCSODiscordBot.Services.SSO.Implementations.Zitadel {