1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Fix dependency

This commit is contained in:
Maksym Pavlenko
2017-11-02 21:50:12 -07:00
parent 07e93cabc4
commit 622b9f4dd0

View File

@@ -7,7 +7,7 @@ import (
"github.com/go-pg/pg"
"github.com/mxpv/patreon-go"
"github.com/mxpv/podsync/pkg/api"
"github.com/mxpv/podsync/pkg/models"
"github.com/mxpv/podsync/pkg/model"
"github.com/stretchr/testify/require"
)