2023-05-05 23:09:58 +02:00
|
|
|
module actions
|
2023-04-07 19:32:12 +02:00
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
2023-04-07 20:00:31 +02:00
|
|
|
require (
|
|
|
|
dagger.io/dagger v0.6.0
|
2023-07-27 23:43:16 +02:00
|
|
|
github.com/containerd/containerd v1.7.3
|
2023-05-05 23:09:58 +02:00
|
|
|
github.com/joho/godotenv v1.5.1
|
2023-07-27 16:59:27 +02:00
|
|
|
github.com/stretchr/testify v1.8.4
|
|
|
|
golang.org/x/sync v0.3.0
|
2023-04-07 20:00:31 +02:00
|
|
|
)
|
2023-04-07 19:32:12 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Khan/genqlient v0.5.0 // indirect
|
|
|
|
github.com/adrg/xdg v0.4.0 // indirect
|
2023-04-07 20:00:31 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-07-27 16:59:27 +02:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-04-07 19:32:12 +02:00
|
|
|
github.com/iancoleman/strcase v0.2.0 // indirect
|
2023-04-07 20:19:04 +02:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
|
|
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
|
2023-04-07 20:00:31 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-04-07 20:19:04 +02:00
|
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
2023-04-07 19:32:12 +02:00
|
|
|
github.com/vektah/gqlparser/v2 v2.5.1 // indirect
|
2023-07-27 16:59:27 +02:00
|
|
|
golang.org/x/mod v0.9.0 // indirect
|
|
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
|
|
golang.org/x/tools v0.7.0 // indirect
|
2023-04-07 20:19:04 +02:00
|
|
|
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
|
|
|
|
google.golang.org/grpc v1.53.0 // indirect
|
2023-07-27 16:59:27 +02:00
|
|
|
google.golang.org/protobuf v1.29.1 // indirect
|
2023-04-07 20:00:31 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-04-07 19:32:12 +02:00
|
|
|
)
|