34 lines
1.1 KiB
Modula-2
34 lines
1.1 KiB
Modula-2
module shuttletask
|
|
|
|
go 1.25.0
|
|
|
|
replace github.com/lunarway/shuttle => github.com/kjuulh/shuttle v0.2.0
|
|
|
|
require (
|
|
dagger.io/dagger v0.20.1
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.81 // indirect
|
|
github.com/Khan/genqlient v0.8.1 // indirect
|
|
github.com/adrg/xdg v0.5.3 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // 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/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.28.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
golang.org/x/tools v0.37.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|