Skip to content

Commit ec2d939

Browse files
authored
Merge pull request #616 from dgageot/remove-unused-field
Remove unused field.
2 parents 0a7135e + e418514 commit ec2d939

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pkg/skaffold/docker/auth.go

+1-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import (
2424
"path/filepath"
2525

2626
"github.com/docker/cli/cli/config"
27-
"github.com/docker/cli/cli/config/configfile"
2827
"github.com/docker/distribution/reference"
2928
"github.com/docker/docker/api/types"
3029
"github.com/docker/docker/registry"
@@ -58,9 +57,7 @@ type AuthConfigHelper interface {
5857
GetAllAuthConfigs() (map[string]types.AuthConfig, error)
5958
}
6059

61-
type credsHelper struct {
62-
cf *configfile.ConfigFile
63-
}
60+
type credsHelper struct{}
6461

6562
func (credsHelper) GetAuthConfig(registry string) (types.AuthConfig, error) {
6663
cf, err := config.Load(configDir)

0 commit comments

Comments
 (0)