go.mod updates

This commit is contained in:
Juan Font Alonso 2021-06-24 15:49:27 +02:00
parent 69ba750b38
commit d67be9ef58
8 changed files with 8 additions and 23 deletions

View file

@ -5,8 +5,6 @@ import (
"os"
"testing"
_ "github.com/jinzhu/gorm/dialects/sqlite" // sql driver
"gopkg.in/check.v1"
)