2020-07-13 22:01:42 +00:00
|
|
|
module github.com/rosti-cz/node-api
|
2020-07-08 22:09:19 +00:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2021-04-25 22:57:05 +00:00
|
|
|
github.com/Microsoft/go-winio v0.4.18 // indirect
|
|
|
|
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
|
2020-07-11 11:04:37 +00:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
|
|
github.com/docker/docker v1.13.1
|
|
|
|
github.com/docker/go-connections v0.4.0
|
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
2021-04-25 22:57:05 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
2020-07-13 22:01:42 +00:00
|
|
|
github.com/gobuffalo/packr v1.30.1
|
2021-10-02 18:00:35 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2020-07-08 22:09:19 +00:00
|
|
|
github.com/jinzhu/gorm v1.9.14
|
2021-01-08 21:37:38 +00:00
|
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
2020-07-08 22:09:19 +00:00
|
|
|
github.com/labstack/echo v3.3.10+incompatible
|
|
|
|
github.com/labstack/gommon v0.3.0 // indirect
|
2021-10-02 18:00:35 +00:00
|
|
|
github.com/mholt/archiver/v3 v3.5.0
|
|
|
|
github.com/minio/minio-go/v7 v7.0.14
|
|
|
|
github.com/nats-io/nats-server/v2 v2.6.1 // indirect
|
|
|
|
github.com/nats-io/nats.go v1.12.3
|
2020-07-11 11:04:37 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2021-04-25 22:57:05 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-11-01 00:05:59 +00:00
|
|
|
github.com/satori/go.uuid v1.2.0
|
2020-07-21 09:52:23 +00:00
|
|
|
github.com/shirou/gopsutil v2.20.6+incompatible
|
2021-10-02 18:00:35 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2020-07-08 22:09:19 +00:00
|
|
|
)
|