age,agessh,armor: unleash public API 💥🦑

This commit is contained in:
Filippo Valsorda
2020-06-27 21:08:42 -04:00
parent 33355dcc1c
commit e609359651
16 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"os"
"time"
"filippo.io/age/internal/age"
"filippo.io/age/age"
"golang.org/x/crypto/ssh/terminal"
)
+2 -2
View File
@@ -16,8 +16,8 @@ import (
"os"
"strings"
"filippo.io/age/internal/age"
"filippo.io/age/internal/armor"
"filippo.io/age/age"
"filippo.io/age/armor"
"golang.org/x/crypto/ssh/terminal"
)
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"strings"
"testing"
"filippo.io/age/internal/age"
"filippo.io/age/age"
)
func TestVectors(t *testing.T) {
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"fmt"
"os"
"filippo.io/age/internal/age"
"filippo.io/age/age"
"golang.org/x/crypto/ssh/terminal"
)
+2 -2
View File
@@ -15,8 +15,8 @@ import (
"os"
"strings"
"filippo.io/age/internal/age"
"filippo.io/age/internal/agessh"
"filippo.io/age/age"
"filippo.io/age/agessh"
"golang.org/x/crypto/ssh"
)