22 lines
645 B
Modula-2
22 lines
645 B
Modula-2
module git.ulra.eu/adro/miniwol
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/labstack/echo/v4 v4.6.3
|
|
github.com/BurntSushi/toml v1.0.0
|
|
github.com/google/uuid v1.3.0
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
|
)
|
|
|
|
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
|
|
)
|