2019-10-12 13:03:59 +00:00
|
|
|
module github.com/ChronosX88/openkeepd
|
2019-10-12 07:54:23 +00:00
|
|
|
|
|
|
|
go 1.13
|
2019-10-12 08:12:53 +00:00
|
|
|
|
|
|
|
require (
|
2019-10-12 13:06:45 +00:00
|
|
|
github.com/labstack/echo v3.3.10+incompatible
|
2019-10-12 08:12:53 +00:00
|
|
|
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
|
2019-10-12 13:06:45 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2019-10-12 08:12:53 +00:00
|
|
|
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
|
|
|
|
)
|