wireguird/go.mod
UnnoTed 7508f721d1 v1
- Add settings window
- Fix libappindicator3 dependency problem
- Add support for multiple tunnels
- Add tunnel name length check
- Add wireguard error messages
2023-03-30 04:26:00 +02:00

24 lines
868 B
Modula-2
Executable File

module github.com/UnnoTed/wireguird
go 1.14
require (
github.com/UnnoTed/fileb0x v1.1.4 // indirect
github.com/UnnoTed/go-appindicator v0.0.0-20230327231603-45f589795ad5
github.com/UnnoTed/horizontal v0.0.0-20220811200655-cbe810c8df9b
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.15.0 // indirect
github.com/gotk3/gotk3 v0.6.1
github.com/josharian/native v1.1.0 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mdlayher/genetlink v1.3.1 // indirect
github.com/nwidger/jsoncolor v0.3.2 // indirect
github.com/rs/zerolog v1.29.0
github.com/ungerik/go-dry v0.0.0-20220205124545-c028a5f03370
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/net v0.8.0
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230215201556-9c5414ab4bde
gopkg.in/ini.v1 v1.67.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)