feat: with .drone.yml
This commit is contained in:
24
.shuttle/shuttletask/tmp/go.mod
Normal file
24
.shuttle/shuttletask/tmp/go.mod
Normal file
@@ -0,0 +1,24 @@
|
||||
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/lunarway/shuttle v0.0.0-00010101000000-000000000000
|
||||
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/iancoleman/strcase v0.2.0 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
||||
github.com/spf13/cobra v1.6.1 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/vektah/gqlparser/v2 v2.5.1 // indirect
|
||||
golang.org/x/mod v0.6.0 // indirect
|
||||
golang.org/x/sys v0.2.0 // indirect
|
||||
golang.org/x/tools v0.1.12 // indirect
|
||||
)
|
Reference in New Issue
Block a user