diff options
Diffstat (limited to 'pkg/store/store.go')
| -rw-r--r-- | pkg/store/store.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/store/store.go b/pkg/store/store.go index fc39945..b6cdf42 100644 --- a/pkg/store/store.go +++ b/pkg/store/store.go @@ -19,7 +19,7 @@ import ( "crypto/x509/pkix" "math/big" - "github.com/google/easypki/pkg/certificate" + "git.sr.ht/~shulhan/easypki/pkg/certificate" ) // Store reprents a way to store a Certificate Authority. |
