Update gomod to reflect repo transfer

This commit is contained in:
viktorstrate
2020-12-17 22:51:43 +01:00
parent f2212988b7
commit 4cd822f068
37 changed files with 186 additions and 255 deletions

View File

@@ -7,9 +7,9 @@ import (
"path"
"time"
"github.com/viktorstrate/photoview/api/graphql/models"
"github.com/viktorstrate/photoview/api/graphql/notification"
"github.com/viktorstrate/photoview/api/utils"
"github.com/photoview/photoview/api/graphql/models"
"github.com/photoview/photoview/api/graphql/notification"
"github.com/photoview/photoview/api/utils"
)
func scanAlbum(album *models.Album, cache *AlbumScannerCache, db *sql.DB) {