47 lines
1.7 KiB
Modula-2
47 lines
1.7 KiB
Modula-2
module actions
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.22.3
|
|
|
|
require (
|
|
dagger.io/dagger v0.11.4
|
|
github.com/containerd/containerd v1.7.17
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/stretchr/testify v1.9.0
|
|
golang.org/x/sync v0.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.44 // indirect
|
|
github.com/Khan/genqlient v0.7.0 // indirect
|
|
github.com/Microsoft/hcsshim v0.11.5 // indirect
|
|
github.com/adrg/xdg v0.4.0 // indirect
|
|
github.com/containerd/log v0.1.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-logr/logr v1.4.1 // 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.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/sosodev/duration v1.2.0 // indirect
|
|
github.com/vektah/gqlparser/v2 v2.5.11 // indirect
|
|
go.opentelemetry.io/otel v1.24.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.24.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.24.0 // indirect
|
|
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
|
|
golang.org/x/mod v0.15.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
golang.org/x/tools v0.18.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240325203815-454cdb8f5daa // indirect
|
|
google.golang.org/grpc v1.63.2 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|