Files
shuttle-drone-templates/actions/go.mod
Kasper Juul Hermansen 9bbcc0376e
Some checks failed
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
fix(deps): update all dependencies
2026-03-06 02:03:56 +00:00

47 lines
1.7 KiB
Modula-2

module actions
go 1.25.0
require (
dagger.io/dagger v0.20.1
github.com/containerd/containerd v1.7.30
github.com/containerd/containerd/v2 v2.2.1
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.11.1
golang.org/x/sync v0.19.0
)
require (
github.com/99designs/gqlgen v0.17.81 // indirect
github.com/Khan/genqlient v0.8.1 // indirect
github.com/Microsoft/hcsshim v0.14.0-rc.1 // indirect
github.com/adrg/xdg v0.5.3 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/platforms v1.0.0-rc.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/sosodev/duration v1.3.1 // indirect
github.com/vektah/gqlparser/v2 v2.5.30 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/otel v1.41.0 // indirect
go.opentelemetry.io/otel/metric v1.41.0 // indirect
go.opentelemetry.io/otel/trace v1.41.0 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/tools v0.37.0 // indirect
google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 // indirect
google.golang.org/grpc v1.76.0 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)