14873: Adds JSONB columns to discovery doc.
[arvados.git] / services / ws / router.go
index 5fa16743520dd2eb93a3eb4cdcead5824a327186..a408b58bddf31b5483f799c779823cdfcd98902d 100644 (file)
@@ -15,8 +15,7 @@ import (
 
        "git.curoverse.com/arvados.git/sdk/go/ctxlog"
        "git.curoverse.com/arvados.git/sdk/go/health"
-       arvadosVersion "git.curoverse.com/arvados.git/sdk/go/version"
-       "github.com/Sirupsen/logrus"
+       "github.com/sirupsen/logrus"
        "golang.org/x/net/websocket"
 )
 
@@ -124,7 +123,7 @@ func (rtr *router) DebugStatus() interface{} {
 func (rtr *router) Status() interface{} {
        return map[string]interface{}{
                "Clients": atomic.LoadInt64(&rtr.status.ReqsActive),
-               "Version": arvadosVersion.GetVersion(),
+               "Version": version,
        }
 }