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() {