mirror of
https://github.com/ChronosX88/openkeepd.git
synced 2024-11-08 20:01:00 +00:00
19 lines
658 B
Modula-2
19 lines
658 B
Modula-2
module github.com/ChronosX88/openkeepd
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-xorm/xorm v0.7.9 // indirect
|
|
github.com/labstack/echo v3.3.10+incompatible
|
|
github.com/labstack/gommon v0.3.0 // indirect
|
|
github.com/lib/pq v1.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
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
|
|
)
|