shuttle-drone-templates/shuttletask/go.mod
kjuulh 6504e8248a
Some checks failed
continuous-integration/drone/push Build is failing
feat: list all
2023-04-07 20:00:31 +02:00

26 lines
808 B
Modula-2

module shuttletask
go 1.20
replace github.com/lunarway/shuttle => github.com/kjuulh/shuttle v0.0.0-20230406213340-f4a6dbc88f63
require (
dagger.io/dagger v0.6.0
github.com/stretchr/testify v1.8.1
golang.org/x/sync v0.1.0
)
require (
github.com/Khan/genqlient v0.5.0 // indirect
github.com/adrg/xdg v0.4.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vektah/gqlparser/v2 v2.5.1 // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)