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

Cleanup imports and vendor dependencies.

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera
2016-02-22 18:00:05 -05:00
parent b643be2751
commit 0c4810e01f
10 changed files with 345 additions and 15 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
package main
import (
"github.com/calavera/docker-credential-helpers/credentials"
"github.com/calavera/docker-credential-helpers/osxkeychain"
"github.com/docker/docker-credential-helpers/credentials"
"github.com/docker/docker-credential-helpers/osxkeychain"
)
func main() {
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"strings"
"unsafe"
"github.com/calavera/docker-credential-helpers/credentials"
"github.com/docker/docker-credential-helpers/credentials"
)
// errCredentialsNotFound is the specific error message returned by OS X
+1 -1
View File
@@ -3,7 +3,7 @@ package osxkeychain
import (
"testing"
"github.com/calavera/docker-credential-helpers/credentials"
"github.com/docker/docker-credential-helpers/credentials"
)
func TestOSXKeychainHelper(t *testing.T) {