diff options
| author | jeremy-clerc <jeremy@clerc.io> | 2016-07-29 18:50:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-29 18:50:32 +0200 |
| commit | 5c2d8b78bf7652d68acacedd91cc33221fa6134f (patch) | |
| tree | fa2fd89d437be0d8c391ac636fa7f3092fb924c3 | |
| parent | 29e35e997147ed436e1bb95971125ac3adfd236d (diff) | |
| parent | f1aff6946c0c3f28b6a5c1e3cd37fdde2a22a176 (diff) | |
| download | easypki-5c2d8b78bf7652d68acacedd91cc33221fa6134f.tar.xz | |
Merge pull request #1 from Aciid/patch-1
Update main.go easypki repository on import
| -rw-r--r-- | cmd/easypki/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/easypki/main.go b/cmd/easypki/main.go index 6f55311..0c69340 100644 --- a/cmd/easypki/main.go +++ b/cmd/easypki/main.go @@ -25,7 +25,7 @@ import ( "time" "github.com/codegangsta/cli" - "github.com/jeremy-clerc/easypki/pkg/easypki" + "github.com/google/easypki/pkg/easypki" ) // https://access.redhat.com/documentation/en-US/Red_Hat_Certificate_System/8.0/html/Admin_Guide/Standard_X.509_v3_Certificate_Extensions.html |
