[sources] Minor packages renaming
This commit is contained in:
parent
19df96f3d9
commit
f7d3539e4f
2 changed files with 4 additions and 4 deletions
|
@ -19,8 +19,8 @@ import "sort"
|
||||||
// import "github.com/colinmarc/cdb"
|
// import "github.com/colinmarc/cdb"
|
||||||
import cdb "github.com/cipriancraciun/go-cdb-lib"
|
import cdb "github.com/cipriancraciun/go-cdb-lib"
|
||||||
|
|
||||||
import . "../lib/common"
|
import . "github.com/cipriancraciun/go-cdb-http/lib/common"
|
||||||
import . "../lib/archiver"
|
import . "github.com/cipriancraciun/go-cdb-http/lib/archiver"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,8 @@ import cdb "github.com/cipriancraciun/go-cdb-lib"
|
||||||
|
|
||||||
import "github.com/valyala/fasthttp"
|
import "github.com/valyala/fasthttp"
|
||||||
|
|
||||||
import . "../lib/common"
|
import . "github.com/cipriancraciun/go-cdb-http/lib/common"
|
||||||
import . "../lib/server"
|
import . "github.com/cipriancraciun/go-cdb-http/lib/server"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue