From 18a9af6fa0713fb3e3337e390724f1ccaf3dadbb Mon Sep 17 00:00:00 2001 From: cedkeChat <123301168+00cedke@users.noreply.github.com> Date: Thu, 11 Jul 2024 12:52:10 +0200 Subject: [PATCH] Update secure.go --- nex/secure.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nex/secure.go b/nex/secure.go index cc0cdb9..5d3b786 100644 --- a/nex/secure.go +++ b/nex/secure.go @@ -5,12 +5,12 @@ import ( "os" "time" - database_3ds "github.com/PretendoNetwork/friends/database/3ds" - database_wiiu "github.com/PretendoNetwork/friends/database/wiiu" - "github.com/PretendoNetwork/friends/globals" - notifications_3ds "github.com/PretendoNetwork/friends/notifications/3ds" - notifications_wiiu "github.com/PretendoNetwork/friends/notifications/wiiu" - "github.com/PretendoNetwork/friends/types" + database_3ds "github.com/CloudnetworkTeam/friends/database/3ds" + database_wiiu "github.com/CloudnetworkTeam/friends/database/wiiu" + "github.com/CloudnetworkTeam/friends/globals" + notifications_3ds "github.com/CloudnetworkTeam/friends/notifications/3ds" + notifications_wiiu "github.com/CloudnetworkTeam/friends/notifications/wiiu" + "github.com/CloudnetworkTeam/friends/types" nex "github.com/PretendoNetwork/nex-go" _ "github.com/PretendoNetwork/nex-protocols-go" )