Switch to using Go stdlib for ECDH crypto

This commit is contained in:
Kovid Goyal
2023-02-03 09:50:42 +05:30
parent 27ae9104ac
commit 8ce80d8962
3 changed files with 18 additions and 9 deletions

1
go.mod
View File

@@ -9,7 +9,6 @@ require (
github.com/google/uuid v1.3.0
github.com/jamesruan/go-rfc1924 v0.0.0-20170108144916-2767ca7c638f
github.com/seancfoley/ipaddress-go v1.5.3
golang.org/x/crypto v0.5.0
golang.org/x/exp v0.0.0-20230202163644-54bba9f4231b
golang.org/x/image v0.3.0
golang.org/x/sys v0.4.0