Switched to go modules, fixed import paths for new location.

This commit is contained in:
2019-10-22 04:41:48 +05:00
parent 61d34f3687
commit bc7b9925a1
130 changed files with 18 additions and 31507 deletions

View File

@@ -7,8 +7,8 @@ import (
"time"
// local
"develop.pztrn.name/gonews/gonews/configuration"
"develop.pztrn.name/gonews/gonews/database/migrations"
"sources.dev.pztrn.name/gonews/gonews/configuration"
"sources.dev.pztrn.name/gonews/gonews/database/migrations"
// other
"github.com/jmoiron/sqlx"