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
|
2022-02-05 01:22:53 +00:00
|
|
|
github.com/containerd/containerd v1.5.9 // indirect
|
|
|
|
github.com/docker/docker v20.10.12+incompatible
|
2020-07-11 11:04:37 +00:00
|
|
|
github.com/docker/go-connections v0.4.0
|
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
|
2023-10-14 22:57:41 +00:00
|
|
|
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
|
2021-10-02 18:00:35 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2023-10-14 22:57:41 +00:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2022-02-05 01:22:53 +00:00
|
|
|
github.com/gorilla/mux v1.8.0 // 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
|
2023-10-14 22:57:41 +00:00
|
|
|
github.com/kr/pretty v0.3.0 // indirect
|
2020-07-08 22:09:19 +00:00
|
|
|
github.com/labstack/echo v3.3.10+incompatible
|
|
|
|
github.com/labstack/gommon v0.3.0 // indirect
|
2023-11-25 18:16:53 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.17 // indirect
|
2021-10-02 18:00:35 +00:00
|
|
|
github.com/minio/minio-go/v7 v7.0.14
|
2022-02-05 01:22:53 +00:00
|
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
2021-10-02 18:00:35 +00:00
|
|
|
github.com/nats-io/nats-server/v2 v2.6.1 // indirect
|
|
|
|
github.com/nats-io/nats.go v1.12.3
|
2022-02-05 01:22:53 +00:00
|
|
|
github.com/opencontainers/image-spec v1.0.2
|
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
|
2023-10-14 22:57:41 +00:00
|
|
|
github.com/stretchr/testify v1.8.1
|
|
|
|
golang.org/x/crypto v0.6.0 // indirect
|
2022-02-05 01:22:53 +00:00
|
|
|
google.golang.org/grpc v1.44.0 // indirect
|
2023-10-14 22:57:41 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
|
|
gorm.io/driver/mysql v1.4.7
|
2023-10-14 23:20:17 +00:00
|
|
|
gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55
|
2022-02-05 01:22:53 +00:00
|
|
|
gotest.tools/v3 v3.1.0 // indirect
|
2020-07-08 22:09:19 +00:00
|
|
|
)
|