mirror of
https://github.com/ChronosX88/openkeepd.git
synced 2024-11-08 12:21:00 +00:00
16 lines
553 B
Modula-2
16 lines
553 B
Modula-2
module github.com/ChronosX88/openkeepd
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/labstack/echo v3.3.10+incompatible // indirect
|
|
github.com/labstack/gommon v0.3.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
github.com/valyala/fasttemplate v1.1.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
|
|
golang.org/x/net v0.0.0-20191011234655-491137f69257 // indirect
|
|
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|