mirror of
https://github.com/FiloSottile/age.git
synced 2026-01-04 03:13:57 +00:00
all: change module name to filippo.io/age
No need to tie ourselves to GitHub. The redirect is not set up yet, but as long as there is a replace in the go.mod the tool can't be installed with "go get" anyway. Not using age-tool.com because A) I don't actually like the domain and B) it should be about the spec not the specific implementation.
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
"os"
|
||||
"time"
|
||||
|
||||
"github.com/FiloSottile/age/internal/age"
|
||||
"filippo.io/age/internal/age"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -14,7 +14,7 @@ import (
|
||||
"log"
|
||||
"os"
|
||||
|
||||
"github.com/FiloSottile/age/internal/age"
|
||||
"filippo.io/age/internal/age"
|
||||
"golang.org/x/crypto/ssh/terminal"
|
||||
)
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/FiloSottile/age/internal/age"
|
||||
"github.com/FiloSottile/age/internal/format"
|
||||
"filippo.io/age/internal/age"
|
||||
"filippo.io/age/internal/format"
|
||||
"golang.org/x/crypto/ssh"
|
||||
"golang.org/x/crypto/ssh/terminal"
|
||||
)
|
||||
|
||||
@@ -15,7 +15,7 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/FiloSottile/age/internal/age"
|
||||
"filippo.io/age/internal/age"
|
||||
"golang.org/x/crypto/ssh"
|
||||
)
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@ import (
|
||||
"fmt"
|
||||
"io"
|
||||
|
||||
"github.com/FiloSottile/age/internal/format"
|
||||
"github.com/FiloSottile/age/internal/stream"
|
||||
"filippo.io/age/internal/format"
|
||||
"filippo.io/age/internal/stream"
|
||||
)
|
||||
|
||||
type Identity interface {
|
||||
|
||||
@@ -13,7 +13,7 @@ import (
|
||||
"io/ioutil"
|
||||
"testing"
|
||||
|
||||
"github.com/FiloSottile/age/internal/age"
|
||||
"filippo.io/age/internal/age"
|
||||
"golang.org/x/crypto/curve25519"
|
||||
)
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
"crypto/sha256"
|
||||
"io"
|
||||
|
||||
"github.com/FiloSottile/age/internal/format"
|
||||
"filippo.io/age/internal/format"
|
||||
"golang.org/x/crypto/chacha20poly1305"
|
||||
"golang.org/x/crypto/hkdf"
|
||||
)
|
||||
|
||||
@@ -13,7 +13,7 @@ import (
|
||||
"crypto/rsa"
|
||||
"testing"
|
||||
|
||||
"github.com/FiloSottile/age/internal/age"
|
||||
"filippo.io/age/internal/age"
|
||||
"golang.org/x/crypto/curve25519"
|
||||
"golang.org/x/crypto/ssh"
|
||||
)
|
||||
|
||||
@@ -12,7 +12,7 @@ import (
|
||||
"fmt"
|
||||
"strconv"
|
||||
|
||||
"github.com/FiloSottile/age/internal/format"
|
||||
"filippo.io/age/internal/format"
|
||||
"golang.org/x/crypto/chacha20poly1305"
|
||||
"golang.org/x/crypto/scrypt"
|
||||
)
|
||||
|
||||
@@ -17,7 +17,7 @@ import (
|
||||
"io"
|
||||
"math/big"
|
||||
|
||||
"github.com/FiloSottile/age/internal/format"
|
||||
"filippo.io/age/internal/format"
|
||||
"golang.org/x/crypto/chacha20poly1305"
|
||||
"golang.org/x/crypto/curve25519"
|
||||
"golang.org/x/crypto/hkdf"
|
||||
|
||||
@@ -14,7 +14,7 @@ import (
|
||||
"io"
|
||||
"strings"
|
||||
|
||||
"github.com/FiloSottile/age/internal/format"
|
||||
"filippo.io/age/internal/format"
|
||||
"golang.org/x/crypto/chacha20poly1305"
|
||||
"golang.org/x/crypto/curve25519"
|
||||
"golang.org/x/crypto/hkdf"
|
||||
|
||||
@@ -13,8 +13,8 @@ import (
|
||||
"io"
|
||||
"testing"
|
||||
|
||||
"github.com/FiloSottile/age/internal/format"
|
||||
"github.com/FiloSottile/age/internal/stream"
|
||||
"filippo.io/age/internal/format"
|
||||
"filippo.io/age/internal/stream"
|
||||
"golang.org/x/crypto/chacha20poly1305"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user