2020-05-27 13:48:31 +00:00
|
|
|
module github.com/UnnoTed/wireguird
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/UnnoTed/fileb0x v1.1.4 // indirect
|
2023-03-30 02:26:00 +00:00
|
|
|
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
|
2021-08-15 01:05:17 +00:00
|
|
|
github.com/gotk3/gotk3 v0.6.1
|
2023-03-30 02:26:00 +00:00
|
|
|
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
|
2020-05-27 13:48:31 +00:00
|
|
|
)
|