Dont vendor base85

This commit is contained in:
Kovid Goyal
2022-08-25 11:05:59 +05:30
parent 32e59257d2
commit 0913b64c6b
5 changed files with 5 additions and 330 deletions

View File

@@ -9,8 +9,8 @@ import (
"crypto/sha256"
"encoding/json"
"fmt"
"github.com/jamesruan/go-rfc1924/base85"
"golang.org/x/crypto/curve25519"
"kitty/tools/base85"
"kitty/tools/utils"
"time"
)