Import go-sqlite3 to fix test
All checks were successful
cacert-boardvoting/pipeline/head This commit looks good

This commit is contained in:
Jan Dittberner 2022-10-16 12:05:31 +02:00
parent c9d3f2a20a
commit d0052ff3dc

View file

@ -33,6 +33,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
_ "github.com/mattn/go-sqlite3"
"git.cacert.org/cacert-boardvoting/internal/notifications"
"git.cacert.org/cacert-boardvoting/internal/models"