wireguird/go.mod
dependabot[bot] 841642cebd
Bump golang.org/x/crypto from 0.0.0-20210711020723-a769d52b0f97 to 0.1.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210711020723-a769d52b0f97 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 02:50:10 +00:00

20 lines
635 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/crypto v0.1.0 // indirect
golang.org/x/net v0.1.0
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200515170644-ec7f26be9d9e
gopkg.in/ini.v1 v1.56.0
)