rename to docker/buildx

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2019-04-24 19:29:56 -07:00
parent 9aafa80d8f
commit 94a0422a1b
26 changed files with 48 additions and 48 deletions

View File

@ -2,7 +2,7 @@ package version
var (
// Package is filled at linking time
Package = "github.com/tonistiigi/buildx"
Package = "github.com/docker/buildx"
// Version holds the complete version number. Filled in at linking time.
Version = "0.0.0+unknown"