mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
20 lines
593 B
Modula-2
20 lines
593 B
Modula-2
module main
|
|
|
|
go 1.21.0
|
|
|
|
require dagger.io/dagger v0.10.0
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.31 // indirect
|
|
github.com/Khan/genqlient v0.6.0 // indirect
|
|
github.com/adrg/xdg v0.4.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/spf13/cobra v1.8.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/vektah/gqlparser/v2 v2.5.6 // indirect
|
|
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
)
|