Update ck-server.go

This commit is contained in:
Prajwal Koirala 2018-12-19 11:54:52 -05:00 committed by GitHub
parent 6fbd39ea10
commit ab00abaa72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -14,10 +14,10 @@ import (
"strings" "strings"
"time" "time"
mux "github.com/cbeuw/Cloak/internal/multiplex" mux "github.com/cbeuw/Cloak/tree/master/internal/multiplex"
"github.com/cbeuw/Cloak/internal/server" "github.com/cbeuw/Cloak/tree/master/internal/server"
"github.com/cbeuw/Cloak/internal/server/usermanager" "github.com/cbeuw/Cloak/tree/master/internal/server/usermanager"
"github.com/cbeuw/Cloak/internal/util" "github.com/cbeuw/Cloak/tree/master/internal/util"
) )
var version string var version string