0
0
Fork 0

adjust library path

This commit is contained in:
Gibheer 2015-02-15 21:10:44 +01:00
parent 02749d1d5e
commit b022e8ab4c
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ import (
"io"
"os"
"github.com/gibheer/pkilib"
"github.com/gibheer/pki"
)
const (

View File

@ -5,7 +5,7 @@ import (
"os"
"path/filepath"
"github.com/gibheer/pkilib"
"github.com/gibheer/pki"
)
var (

View File

@ -2,7 +2,7 @@ package main
import (
"errors"
"github.com/gibheer/pkilib"
"github.com/gibheer/pki"
)
const (