0
0
Fork 0

update import paths

This commit is contained in:
Gibheer 2022-08-15 22:54:12 +02:00
parent c2115003a1
commit 31b081c06e
6 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ import (
"math/big"
"time"
"github.com/gibheer/pki"
"git.zero-knowledge.org/gibheer/pki"
)
var (

View File

@ -7,7 +7,7 @@ import (
"io"
"os"
"github.com/gibheer/pki"
"git.zero-knowledge.org/gibheer/pki"
)
const (

View File

@ -5,7 +5,7 @@ import (
"flag"
"fmt"
"github.com/gibheer/pki"
"git.zero-knowledge.org/gibheer/pki"
)
func CreateSignRequest(args []string) error {

View File

@ -4,7 +4,7 @@ import (
"fmt"
"os"
"github.com/gibheer/pki"
"git.zero-knowledge.org/gibheer/pki"
)
func loadPrivateKey(path string) (pki.PrivateKey, error) {

2
pem.go
View File

@ -8,7 +8,7 @@ import (
"io"
"io/ioutil"
"github.com/gibheer/pki"
"git.zero-knowledge.org/gibheer/pki"
)
type (

View File

@ -7,7 +7,7 @@ import (
"fmt"
"io/ioutil"
"github.com/gibheer/pki"
"git.zero-knowledge.org/gibheer/pki"
)
func VerifyInput(args []string) error {