module shuttletask go 1.20 require ( dagger.io/dagger v0.5.2 github.com/stretchr/testify v1.8.2 ) 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/sync v0.0.0-20220722155255-886fb9371eb4 // indirect golang.org/x/sys v0.2.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) replace github.com/lunarway/shuttle => github.com/kjuulh/shuttle v0.0.0-20230406204032-939c1779c5f3