module github.com/UnnoTed/wireguird go 1.14 require ( github.com/BurntSushi/toml v0.4.1 // indirect github.com/UnnoTed/fileb0x v1.1.4 // indirect github.com/UnnoTed/horizontal v0.0.0-20210214010602-906c695f4c68 github.com/bmatcuk/doublestar v1.3.4 // indirect github.com/dawidd6/go-appindicator v1.0.0 github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.12.0 // indirect github.com/gotk3/gotk3 v0.6.1 github.com/karrick/godirwalk v1.16.1 // indirect github.com/labstack/echo v3.3.10+incompatible // indirect github.com/labstack/gommon v0.3.0 // indirect github.com/mattn/go-isatty v0.0.13 // indirect github.com/mattn/go-runewidth v0.0.13 // indirect github.com/mitchellh/go-wordwrap v1.0.1 // indirect github.com/nsf/termbox-go v1.1.1 // indirect github.com/nwidger/jsoncolor v0.3.0 // indirect github.com/olekukonko/ts v0.0.0-20171002115256-78ecb04241c0 // indirect github.com/rs/zerolog v1.23.0 github.com/smartystreets/goconvey v1.6.4 // indirect github.com/ungerik/go-dry v0.0.0-20180411133923-654ae31114c8 github.com/valyala/fasttemplate v1.2.1 // indirect github.com/zenazn/goji v0.9.0 // indirect golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect golang.org/x/text v0.3.7 // indirect golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200515170644-ec7f26be9d9e gopkg.in/ini.v1 v1.56.0 gopkg.in/yaml.v2 v2.4.0 // indirect )