Skip to content

Commit

Permalink
Merge pull request #1579 from jedevc/refactor-controllers
Browse files Browse the repository at this point in the history
Refactor controllers, moving them into a separate package
  • Loading branch information
jedevc authored Feb 1, 2023
2 parents cb94298 + 5f130b2 commit 6506166
Show file tree
Hide file tree
Showing 20 changed files with 582 additions and 456 deletions.
2 changes: 1 addition & 1 deletion commands/bake.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/docker/buildx/bake"
"github.com/docker/buildx/build"
"github.com/docker/buildx/builder"
controllerapi "github.com/docker/buildx/commands/controller/pb"
controllerapi "github.com/docker/buildx/controller/pb"
"github.com/docker/buildx/util/buildflags"
"github.com/docker/buildx/util/confutil"
"github.com/docker/buildx/util/dockerutil"
Expand Down
Loading

0 comments on commit 6506166

Please sign in to comment.