forked from UnnoTed/wireguird
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
executable file
·23 lines (21 loc) · 868 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
)