forked from Place1/wg-embed
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b7114e
commit 06dd790
Showing
2 changed files
with
29 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
module github.com/freifunkMUC/wg-embed | ||
|
||
go 1.17 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/pkg/errors v0.9.1 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/vishvananda/netlink v1.1.0 | ||
golang.zx2c4.com/wireguard v0.0.0-20220601130007-6a08d81f6bc4 | ||
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220504211119-3d4a969bb56b | ||
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 | ||
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 | ||
gopkg.in/ini.v1 v1.67.0 | ||
) | ||
|
||
require ( | ||
github.com/google/go-cmp v0.5.7 // indirect | ||
github.com/josharian/native v1.0.0 // indirect | ||
github.com/mdlayher/genetlink v1.2.0 // indirect | ||
github.com/mdlayher/netlink v1.6.0 // indirect | ||
github.com/mdlayher/socket v0.2.3 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/josharian/native v1.1.0 // indirect | ||
github.com/mdlayher/genetlink v1.3.2 // indirect | ||
github.com/mdlayher/netlink v1.7.2 // indirect | ||
github.com/mdlayher/socket v0.4.1 // indirect | ||
github.com/vishvananda/netns v0.0.0-20200520041808-52d707b772fe // indirect | ||
golang.org/x/crypto v0.17.0 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect | ||
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters