node-api/go.mod

13 lines
327 B
Modula-2
Raw Normal View History

2020-07-08 22:09:19 +00:00
module github.com/rosti-cz/apps-api
go 1.14
require (
github.com/jinzhu/gorm v1.9.14
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
2020-07-09 22:27:23 +00:00
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0
2020-07-08 22:09:19 +00:00
)