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 (
|
2024-03-03 01:55:05 +00:00
|
|
|
github.com/Microsoft/go-winio v0.6.1 // indirect
|
|
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
|
|
github.com/containerd/log v0.1.0 // indirect
|
|
|
|
github.com/distribution/reference v0.5.0 // indirect
|
|
|
|
github.com/docker/docker v25.0.3+incompatible
|
2020-07-11 11:04:37 +00:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2024-03-03 01:55:05 +00:00
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
2024-01-26 17:46:19 +00:00
|
|
|
github.com/getsentry/sentry-go v0.26.0
|
2020-07-13 22:01:42 +00:00
|
|
|
github.com/gobuffalo/packr v1.30.1
|
2024-03-03 01:55:05 +00:00
|
|
|
github.com/gogo/protobuf v1.3.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
|
2024-01-26 17:46:19 +00:00
|
|
|
github.com/labstack/echo/v4 v4.10.0
|
2021-10-02 18:00:35 +00:00
|
|
|
github.com/minio/minio-go/v7 v7.0.14
|
2024-03-03 01:55:05 +00:00
|
|
|
github.com/moby/term v0.5.0 // indirect
|
2022-02-05 01:22:53 +00:00
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
2024-01-26 17:46:19 +00:00
|
|
|
github.com/nats-io/nats.go v1.23.0
|
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
|
2024-03-03 01:55:05 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0 // indirect
|
2023-10-14 22:57:41 +00:00
|
|
|
gorm.io/driver/mysql v1.4.7
|
2023-10-14 23:20:17 +00:00
|
|
|
gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55
|
2024-03-03 01:55:05 +00:00
|
|
|
gotest.tools/v3 v3.5.1 // indirect
|
2020-07-08 22:09:19 +00:00
|
|
|
)
|