mirror of
https://github.com/UnnoTed/wireguird
synced 2025-03-12 21:45:30 +00:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210805182204-aaa1db679c0d to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
595 B
Modula-2
19 lines
595 B
Modula-2
module github.com/UnnoTed/wireguird
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/UnnoTed/horizontal v0.0.0-20210214010602-906c695f4c68
|
|
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/mattn/go-isatty v0.0.13 // 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
|
|
golang.org/x/net v0.7.0
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200515170644-ec7f26be9d9e
|
|
gopkg.in/ini.v1 v1.56.0
|
|
)
|