age: move package from filippo.io/age/age to filippo.io/age 🤦‍♂️

This commit is contained in:
Filippo Valsorda
2020-06-27 22:06:32 -04:00
parent e609359651
commit 189041b668
14 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"os"
"time"
"filippo.io/age/age"
"filippo.io/age"
"golang.org/x/crypto/ssh/terminal"
)
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"os"
"strings"
"filippo.io/age/age"
"filippo.io/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/age"
"filippo.io/age"
)
func TestVectors(t *testing.T) {
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"fmt"
"os"
"filippo.io/age/age"
"filippo.io/age"
"golang.org/x/crypto/ssh/terminal"
)
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"os"
"strings"
"filippo.io/age/age"
"filippo.io/age"
"filippo.io/age/agessh"
"golang.org/x/crypto/ssh"
)