From c8f0a679a849816d5ec62443e503559601615a71 Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:25:59 -0600 Subject: [PATCH] fix import for totp testing Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --- totp/manager_test.go | 2 +- totp/testing/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/totp/manager_test.go b/totp/manager_test.go index a34a613..78c7a3f 100644 --- a/totp/manager_test.go +++ b/totp/manager_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/theopenlane/utils/totp" + "github.com/theopenlane/iam/totp" ) func TestDefaultName(t *testing.T) { diff --git a/totp/testing/main.go b/totp/testing/main.go index 2e0913a..8063fb8 100644 --- a/totp/testing/main.go +++ b/totp/testing/main.go @@ -5,7 +5,7 @@ import ( "net/http" "net/url" - "github.com/theopenlane/utils/totp/testing/views" + "github.com/theopenlane/iam/totp/testing/views" ) const (