Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod: bump dependencies #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pdancsokw
Copy link

@pdancsokw pdancsokw commented Mar 25, 2024

x/crypto & x/net old versions contains some CVEs, hence it would be great to bump to newer versions
result of make test:
go test ./...
? golang.zx2c4.com/wireguard/conn/bindtest [no test files]
? golang.zx2c4.com/wireguard/ipc [no test files]
? golang.zx2c4.com/wireguard/rwcancel [no test files]
? golang.zx2c4.com/wireguard/tun/netstack [no test files]
? golang.zx2c4.com/wireguard/tun/tuntest [no test files]
ok golang.zx2c4.com/wireguard 0.251s
ok golang.zx2c4.com/wireguard/conn 0.172s
ok golang.zx2c4.com/wireguard/device 0.904s
ok golang.zx2c4.com/wireguard/ratelimiter 0.265s
ok golang.zx2c4.com/wireguard/replay 0.535s
ok golang.zx2c4.com/wireguard/tai64n 0.399s
ok golang.zx2c4.com/wireguard/tun 0.786s [no tests to run]

Signed-off-by: Peter Dancsok <[email protected]>
@pdancsokw pdancsokw marked this pull request as ready for review March 25, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant