Use v2 in package path

This commit is contained in:
Jannis Mattheis
2020-05-04 12:53:51 +02:00
parent 75c63bdf39
commit 7b90b8a8f5
69 changed files with 155 additions and 155 deletions

View File

@@ -4,7 +4,7 @@ import (
"testing"
"time"
"github.com/gotify/server/model"
"github.com/gotify/server/v2/model"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)