2024-03-20 16:15:27 +00:00
|
|
|
module decl
|
|
|
|
|
2024-07-02 16:44:48 +00:00
|
|
|
go 1.22.1
|
2024-03-20 16:15:27 +00:00
|
|
|
|
2024-04-19 07:52:10 +00:00
|
|
|
require (
|
2024-05-24 05:11:51 +00:00
|
|
|
gitea.rosskeen.house/pylon/luaruntime v0.0.0-20240513200425-f413d8adf7b3
|
|
|
|
gitea.rosskeen.house/rosskeen.house/machine v0.0.0-20240520193117-1835255b6d02
|
2024-04-19 07:52:10 +00:00
|
|
|
github.com/docker/docker v25.0.5+incompatible
|
2024-05-09 00:49:50 +00:00
|
|
|
github.com/docker/go-connections v0.5.0
|
2024-04-19 07:52:10 +00:00
|
|
|
github.com/opencontainers/image-spec v1.1.0
|
|
|
|
github.com/sters/yaml-diff v1.3.2
|
|
|
|
github.com/stretchr/testify v1.9.0
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
2024-03-20 16:15:27 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
2024-04-19 07:52:10 +00:00
|
|
|
github.com/containerd/log v0.1.0 // indirect
|
2024-03-20 16:15:27 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/distribution/reference v0.5.0 // indirect
|
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
2024-04-18 00:07:12 +00:00
|
|
|
github.com/fatih/color v1.16.0 // indirect
|
2024-03-20 16:15:27 +00:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2024-04-18 00:07:12 +00:00
|
|
|
github.com/goccy/go-yaml v1.11.3 // indirect
|
2024-03-20 16:15:27 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2024-04-18 00:07:12 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-04-19 07:52:10 +00:00
|
|
|
github.com/moby/term v0.5.0 // indirect
|
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
2024-03-20 16:15:27 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-04-03 16:54:50 +00:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
|
|
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
2024-03-20 16:15:27 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
|
2024-04-19 07:52:10 +00:00
|
|
|
go.opentelemetry.io/otel v1.25.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.25.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v1.25.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk v1.25.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.25.0 // indirect
|
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
|
|
golang.org/x/time v0.5.0 // indirect
|
2024-04-18 00:07:12 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
|
2024-04-19 07:52:10 +00:00
|
|
|
gotest.tools/v3 v3.5.1 // indirect
|
2024-03-20 16:15:27 +00:00
|
|
|
)
|