mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 20:55:47 +00:00
cdf6e1d06f
Bumps [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) from 2.5.11 to 2.5.15. - [Release notes](https://github.com/vektah/gqlparser/releases) - [Commits](https://github.com/vektah/gqlparser/compare/v2.5.11...v2.5.15) --- updated-dependencies: - dependency-name: github.com/vektah/gqlparser/v2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
779 B
Modula-2
24 lines
779 B
Modula-2
module ci
|
|
|
|
go 1.21.9
|
|
|
|
require dagger.io/dagger v0.11.4
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.44 // indirect
|
|
github.com/Khan/genqlient v0.7.0 // indirect
|
|
github.com/adrg/xdg v0.4.0 // indirect
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/sosodev/duration v1.2.0 // indirect
|
|
github.com/vektah/gqlparser/v2 v2.5.15 // indirect
|
|
go.opentelemetry.io/otel v1.24.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.24.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.24.0 // indirect
|
|
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
)
|