mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 16:20:26 +00:00
fix ed25519 dependency for golang 1.12 and earlier, though we may want to update builds to 1.13 anyway...
This commit is contained in:
parent
0effbff97b
commit
c3dee478f5
@ -2,7 +2,6 @@ package yggdrasil
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"crypto/ed25519"
|
||||
"crypto/rand"
|
||||
"crypto/tls"
|
||||
"crypto/x509"
|
||||
@ -13,6 +12,8 @@ import (
|
||||
"math/big"
|
||||
"net"
|
||||
"time"
|
||||
|
||||
"golang.org/x/crypto/ed25519"
|
||||
)
|
||||
|
||||
type tcptls struct {
|
||||
|
Loading…
Reference in New Issue
Block a user