We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3725186 commit 03bdbd1Copy full SHA for 03bdbd1
.golangci.yaml
@@ -88,6 +88,7 @@ linters-settings:
88
- github.com/spf13/viper
89
- github.com/spf13/cobra
90
- github.com/creasty/defaults
91
+ - github.com/moby
92
- go.uber.org/mock/gomock
93
- github.com/golang/mock/gomock
94
govet:
internal/docker/client.go
@@ -14,7 +14,7 @@ import (
14
"github.com/docker/docker/api/types/image"
15
"github.com/docker/docker/api/types/registry"
16
"github.com/docker/docker/client"
17
- "github.com/docker/docker/pkg/archive"
+ "github.com/moby/go-archive"
18
)
19
20
type BuildOptions struct {
0 commit comments