gitsrht-shell: use x/crypto over crypto ed25519 ships in go 1.13; Alpine is still on on 1.12
1 files changed, 1 insertions(+), 1 deletions(-) M gitsrht-shell/main.go
M gitsrht-shell/main.go => gitsrht-shell/main.go +1 -1
@@ 2,7 2,6 @@ package main import ( "bytes" - "crypto/ed25519" "crypto/rand" "encoding/base64" "encoding/hex" @@ 22,6 21,7 @@ import ( "github.com/google/shlex" "github.com/vaughan0/go-ini" + "golang.org/x/crypto/ed25519" ) func main() {