change import package path
This commit is contained in:
parent
8b5fdb3fa7
commit
043f20797e
6
main.go
6
main.go
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user