2022-02-18 14:34:33 +00:00
|
|
|
module git.ulra.eu/adro/miniwol
|
2022-02-11 15:06:06 +00:00
|
|
|
|
|
|
|
go 1.17
|
2022-02-17 12:31:01 +00:00
|
|
|
|
|
|
|
require (
|
2022-02-18 13:35:03 +00:00
|
|
|
github.com/labstack/echo/v4 v4.6.3
|
2022-02-17 12:31:01 +00:00
|
|
|
github.com/BurntSushi/toml v1.0.0
|
|
|
|
github.com/google/uuid v1.3.0
|
|
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
|
|
|
)
|
2022-02-18 13:35:03 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/labstack/gommon v0.3.1 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasttemplate v1.2.1 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
)
|