1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Fix imports

Signed-off-by: Emily Casey <ecasey@pivotal.io>
This commit is contained in:
Emily Casey
2019-04-29 10:04:46 -04:00
parent 6f4b0a7c06
commit a3c1b5b757
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -2,12 +2,12 @@ package wincred
import (
"bytes"
"github.com/docker/docker-credential-helpers/registryurl"
"net/url"
"strings"
winc "github.com/danieljoos/wincred"
"github.com/docker/docker-credential-helpers/credentials"
"github.com/docker/docker-credential-helpers/registryurl"
)
// Wincred handles secrets using the Windows credential service.