1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

dockerversion placeholder for library-import

- Move autogen/dockerversion to version
- Update autogen and "builds" to use this package and a build flag

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester
2015-10-25 19:18:23 +01:00
parent bffcb8226e
commit d5cd032a86
21 changed files with 71 additions and 51 deletions

View File

@ -11,9 +11,9 @@ import (
"github.com/Sirupsen/logrus"
"github.com/docker/docker/api"
"github.com/docker/docker/api/server/httputils"
"github.com/docker/docker/autogen/dockerversion"
"github.com/docker/docker/errors"
"github.com/docker/docker/pkg/version"
dockerversion "github.com/docker/docker/version"
"golang.org/x/net/context"
)