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

@@ -6,7 +6,7 @@ import (
"strings"
"github.com/gorilla/mux"
"github.com/viktorstrate/photoview/api/utils"
"github.com/photoview/photoview/api/utils"
)
func CORSMiddleware(devMode bool) mux.MiddlewareFunc {

View File

@@ -8,7 +8,7 @@ import (
"net/http"
"time"
"github.com/viktorstrate/photoview/api/graphql/auth"
"github.com/photoview/photoview/api/graphql/auth"
"github.com/wsxiaoys/terminal/color"
)

View File

@@ -6,7 +6,7 @@ import (
"net/url"
"github.com/gorilla/websocket"
"github.com/viktorstrate/photoview/api/utils"
"github.com/photoview/photoview/api/utils"
)
func WebsocketUpgrader(devMode bool) websocket.Upgrader {