Skip to content

Commit

Permalink
include remote driver
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Feb 15, 2024
1 parent 0269de6 commit de79139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ require (
github.com/google/uuid v1.4.0
github.com/moby/buildkit v0.13.0-beta1.0.20231023114302-d5c1d785b042
github.com/moby/moby v23.0.7+incompatible
github.com/moby/patternmatcher v0.6.0
github.com/muesli/reflow v0.3.0
github.com/opencontainers/go-digest v1.0.0
github.com/pkg/errors v0.9.1
Expand Down Expand Up @@ -213,7 +214,6 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/locker v1.0.1 // indirect
github.com/moby/patternmatcher v0.6.0 // indirect
github.com/moby/spdystream v0.2.0 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
github.com/moby/sys/signal v0.7.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion provider/internal/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
_ "github.com/docker/buildx/driver/docker"
_ "github.com/docker/buildx/driver/docker-container"
_ "github.com/docker/buildx/driver/kubernetes"
_ "github.com/docker/buildx/util/buildflags"
_ "github.com/docker/buildx/driver/remote"

"github.com/muesli/reflow/dedent"

Expand Down

0 comments on commit de79139

Please sign in to comment.