2019-06-08 00:08:15 +00:00
|
|
|
module github.com/iamthefij/dockron
|
|
|
|
|
2024-09-25 18:58:41 +00:00
|
|
|
go 1.22
|
|
|
|
|
|
|
|
toolchain go1.22.7
|
2019-06-08 00:08:15 +00:00
|
|
|
|
|
|
|
require (
|
2021-04-29 16:35:36 +00:00
|
|
|
git.iamthefij.com/iamthefij/slog v1.3.0
|
2024-09-25 18:58:41 +00:00
|
|
|
github.com/docker/docker v27.3.1+incompatible
|
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
|
|
golang.org/x/net v0.29.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
|
|
github.com/containerd/log v0.1.0 // indirect
|
|
|
|
github.com/distribution/reference v0.6.0 // indirect
|
|
|
|
github.com/docker/go-connections v0.5.0 // indirect
|
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2021-04-29 16:35:36 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2024-09-25 18:58:41 +00:00
|
|
|
github.com/moby/docker-image-spec v1.3.1 // indirect
|
|
|
|
github.com/moby/term v0.5.0 // indirect
|
2021-04-29 16:35:36 +00:00
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
2020-08-07 22:43:17 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2024-09-25 18:58:41 +00:00
|
|
|
github.com/opencontainers/image-spec v1.1.0 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.30.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v1.30.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk v1.30.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.30.0 // indirect
|
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
|
|
golang.org/x/time v0.6.0 // indirect
|
|
|
|
gotest.tools/v3 v3.5.1 // indirect
|
2019-06-08 00:08:15 +00:00
|
|
|
)
|