From 4f40d42ed4d99fa3dc391808ed0cd81c9da395ef Mon Sep 17 00:00:00 2001 From: Daniel Bedrood Date: Wed, 12 Oct 2022 10:30:39 +0200 Subject: [PATCH] chore: Refactor pkg/testing to adapt gorm v2 --- pkg/testing/testservice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/testing/testservice.go b/pkg/testing/testservice.go index 2d061920..dc383a0e 100644 --- a/pkg/testing/testservice.go +++ b/pkg/testing/testservice.go @@ -3,7 +3,7 @@ package testing import ( "context" - "github.com/jinzhu/gorm" + "gorm.io/gorm" sdkdatabasecontext "github.com/scribd/go-sdk/pkg/context/database" "github.com/scribd/go-sdk/pkg/testing/testproto"