mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 20:55:47 +00:00
16 lines
454 B
Modula-2
16 lines
454 B
Modula-2
module main
|
|
|
|
go 1.21.0
|
|
|
|
require (
|
|
dagger.io/dagger v0.10.0 // indirect
|
|
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/mitchellh/go-homedir v1.1.0 // 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
|
|
)
|