module github.com/rosti-cz/node-api go 1.14 require ( github.com/Microsoft/go-winio v0.4.18 // indirect github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect github.com/containerd/containerd v1.5.9 // indirect github.com/docker/docker v20.10.12+incompatible github.com/docker/go-connections v0.4.0 github.com/go-ole/go-ole v1.2.5 // indirect github.com/gobuffalo/packr v1.30.1 github.com/golang/protobuf v1.5.2 // indirect github.com/gorilla/mux v1.8.0 // indirect github.com/jinzhu/gorm v1.9.14 github.com/kelseyhightower/envconfig v1.4.0 github.com/labstack/echo v3.3.10+incompatible github.com/labstack/gommon v0.3.0 // indirect github.com/mholt/archiver/v3 v3.5.0 github.com/minio/minio-go/v7 v7.0.14 github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect github.com/morikuni/aec v1.0.0 // indirect github.com/nats-io/nats-server/v2 v2.6.1 // indirect github.com/nats-io/nats.go v1.12.3 github.com/opencontainers/image-spec v1.0.2 github.com/pkg/errors v0.9.1 github.com/satori/go.uuid v1.2.0 github.com/shirou/gopsutil v2.20.6+incompatible github.com/stretchr/testify v1.7.0 google.golang.org/grpc v1.44.0 // indirect gotest.tools/v3 v3.1.0 // indirect )