plugin: expose package

This commit is contained in:
Filippo Valsorda
2023-08-05 21:34:14 +02:00
parent 980763a16e
commit 6976c5fca5
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"filippo.io/age"
"filippo.io/age/agessh"
"filippo.io/age/armor"
"filippo.io/age/internal/plugin"
"filippo.io/age/plugin"
"golang.org/x/term"
)
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"filippo.io/age"
"filippo.io/age/agessh"
"filippo.io/age/armor"
"filippo.io/age/internal/plugin"
"filippo.io/age/plugin"
"golang.org/x/crypto/cryptobyte"
"golang.org/x/crypto/ssh"
)
+1 -1
View File
@@ -23,7 +23,7 @@ import (
"runtime"
"filippo.io/age/armor"
"filippo.io/age/internal/plugin"
"filippo.io/age/plugin"
"golang.org/x/term"
)