Skip to content

Commit 855b560

Browse files
hultheSerock3
authored andcommitted
Update wireguard-go
1 parent a7e2442 commit 855b560

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wireguard-go-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ edition = "2021"
88

99
[target.'cfg(unix)'.dependencies]
1010
# NOTE: remember to update libwg/go.mod if you change this:
11-
cmaybenot = { git = "https://github.com/mullvad/wireguard-go", rev = "7cf6da8e40b37770d911eb2b4b5469f77fdd8aa2" }
11+
cmaybenot = { git = "https://github.com/mullvad/wireguard-go", rev = "44e212db23cf998924ba4193816964a83f9e1e79" }

wireguard-go-rs/libwg/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ require (
1414
)
1515

1616
// NOTE: remember to update wireguard-go-rs/Cargo.toml if you change this:
17-
replace golang.zx2c4.com/wireguard => github.com/mullvad/wireguard-go v0.0.0-20240430093321-b860549f6c34
17+
replace golang.zx2c4.com/wireguard => github.com/mullvad/wireguard-go v0.0.0-20240430143015-44e212db23cf

wireguard-go-rs/libwg/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/mullvad/wireguard-go v0.0.0-20240430093321-b860549f6c34 h1:O/j8FlgOW5xgCfgGvOONzaWbOX2i8K9Bqk05eLRLl+g=
2-
github.com/mullvad/wireguard-go v0.0.0-20240430093321-b860549f6c34/go.mod h1:whfbyDBt09xhCYQWtO2+3UVjlaq6/9hDZrjg2ZE6SyA=
1+
github.com/mullvad/wireguard-go v0.0.0-20240430143015-44e212db23cf h1:XKKo1gi5eGR9TAZns0BxvxnY70+wQwgAHbKC2L3/sEg=
2+
github.com/mullvad/wireguard-go v0.0.0-20240430143015-44e212db23cf/go.mod h1:whfbyDBt09xhCYQWtO2+3UVjlaq6/9hDZrjg2ZE6SyA=
33
golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30=
44
golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
55
golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w=

0 commit comments

Comments
 (0)