Bumped dependencies
This commit is contained in:
parent
6ca98473d4
commit
c5fbc5baa8
6 changed files with 325 additions and 58 deletions
2
utils.go
2
utils.go
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue