From 2093a3116def794e0ea43caa39aa9dcd928ffef1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 18:33:13 +0800 Subject: [PATCH] fix(deps): update module gorm.io/gorm to v1.21.9 (#36) Co-authored-by: Renovate Bot --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b813b12..97dec64 100644 --- a/go.mod +++ b/go.mod @@ -22,5 +22,5 @@ require ( github.com/spf13/cobra v1.1.3 google.golang.org/genproto v0.0.0-20210302174412-5ede27ff9881 google.golang.org/grpc v1.37.0 - gorm.io/gorm v1.21.5 + gorm.io/gorm v1.21.9 )