move routecrypto and server into internal

This commit is contained in:
Cadey Ratio 2017-09-30 06:50:24 -07:00
parent 8689a2f135
commit 40c879d9f8
No known key found for this signature in database
GPG Key ID: D607EE27C2E7F89A
9 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ import (
"go.uber.org/atomic"
"git.xeserv.us/xena/route/internal/database"
"git.xeserv.us/xena/route/lib/routecrypto"
"git.xeserv.us/xena/route/internal/routecrypto"
proto "git.xeserv.us/xena/route/proto"
"github.com/Xe/ln"
"github.com/Xe/uuid"

View File

@ -9,8 +9,8 @@ import (
"net/http"
"time"
"git.xeserv.us/xena/route/lib/routecrypto"
"git.xeserv.us/xena/route/server"
"git.xeserv.us/xena/route/internal/routecrypto"
"git.xeserv.us/xena/route/internal/server"
"github.com/Xe/ln"
"github.com/caarlos0/env"
"github.com/facebookgo/flagenv"