summaryrefslogtreecommitdiffhomepage
path: root/wireguard/libwg/go.mod
AgeCommit message (Collapse)AuthorFilesLines
2024-06-25Add a safe FFI wrapper in `wireguard-go-rs`Sebastian Holmin1-14/+0
- Add local wireguard go import - Activate DAITA and add `wgActivateDaita` and `wgReceiveEvent` FFI - Implement `start_daita` on Wireguard-go tunnel type - Mention DAITA in `wireguard-go-rs` description - Do not compile `wireguard-go-rs` on Windows - Handle DAITA closed on `nil` event - Handle daita action timeouts in libwg - Remove noisy log lines - Remove `maybenot_on_action` callback - Remove unused link to `../build/lib` for `talpid-wireguard` - Bump the `wireguard-go` submodule to a signed release tag in Mullvad's `wireguard-go` fork. - Update path to `libwg/go.sum` in verification script Also: - Use u64 instead of *mut void as log context - Make Tunnel::set_config take a &mut self - Use dyn Error instead of i32s for wg errors Co-authored-by: Joakim Hulthe <joakim@hulthe.net>
2024-04-24Upgrade golang.org/x/net, golang.org/x/crypto and golang.org/x/sysLinus Färnstrand1-3/+3
Fixes issues GO-2023-2402, GO-2022-0969, GO-2023-1495, GO-2023-1571, GO-2023-1988, GO-2023-2102 and GO-2024-2687. None of these issues affected our app (they were all about HTTP/2 or other parts of golang that wireguard-go don't use)
2024-03-28Upgrade go to 1.21 in go.modLinus Färnstrand1-1/+1
We already use go 1.21 in our build containers and build servers. So this does not change what version we actually use, only make go.mod reflect reality
2024-01-04Update wireguard go version to 20230223181233Jonatan Rhodin1-3/+3
2023-12-27libwg: Revert wintun removal from go.sum/go.modQuincePie1-0/+1
While Windows support was removed, wireguard-go still indirectly require wintun. Removing wintun will cause `go mod vendor` to fail which is what some package managers use for installation.
2023-08-31Remove Windows support from libwgDavid Lönnhager1-2/+0
2022-08-15Tidy up old go packagesDavid Lönnhager1-3/+6
2022-08-15Update wireguard-goDavid Lönnhager1-6/+7
2021-05-25Update wireguard-go to v0.0.0-20210225140808Emīls1-4/+5
2021-03-17Update `go.mod` to use Go version 1.16Janito Vaqueiro Ferreira Filho1-1/+1
2021-03-10Upgrade wireguard-goDavid Lönnhager1-3/+4
2020-11-27Update wireguard-goDavid Lönnhager1-3/+3
2020-02-13Consolidate various libwg implementationsOdd Stranne1-0/+9