plugin: expose package

This commit is contained in:
Filippo Valsorda 2023-05-23 16:19:41 +02:00
parent 980763a16e
commit 6976c5fca5
4 changed files with 3 additions and 3 deletions

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"
)

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"
)

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"
)