Fix import paths

This commit is contained in:
James Mills
2021-07-13 08:33:43 +10:00
parent 737340572b
commit 1833d56686
6 changed files with 10 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ import (
"github.com/NYTimes/gziphandler"
"github.com/gabstv/merger"
"github.com/justinas/nosurf"
"github.com/prologic/observe"
"git.mills.io/prologic/observe"
"github.com/robfig/cron"
log "github.com/sirupsen/logrus"
"github.com/unrolled/logger"