change import package path

This commit is contained in:
Jay 2018-03-09 14:31:23 +08:00
parent 8b5fdb3fa7
commit 043f20797e
1 changed files with 3 additions and 3 deletions

View File

@ -8,11 +8,11 @@ import (
"os"
"path"
"git.trj.tw/root/go-pgp-tool/pgpcrypt"
"github.com/otakukaze/go-pgp-tool/pgpcrypt"
"golang.org/x/crypto/openpgp"
"git.trj.tw/root/go-pgp-tool/libs"
"git.trj.tw/root/go-pgp-tool/tools"
"github.com/otakukaze/go-pgp-tool/libs"
"github.com/otakukaze/go-pgp-tool/tools"
)
var (