Bumped dependencies

This commit is contained in:
Juan Font Alonso 2021-02-20 22:43:07 +01:00
parent 6ca98473d4
commit c5fbc5baa8
6 changed files with 325 additions and 58 deletions

View file

@ -16,8 +16,8 @@ import (
mathrand "math/rand"
"github.com/tailscale/wireguard-go/wgcfg"
"golang.org/x/crypto/nacl/box"
"tailscale.com/wgengine/wgcfg"
)
func decode(msg []byte, v interface{}, pubKey *wgcfg.Key, privKey *wgcfg.PrivateKey) error {