~edwargix/git.sr.ht

74da10104d9c4777d801454cfaa90987108f8875 — Drew DeVault 6 years ago 6696d28
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() {