4
go.mod
4
go.mod
@@ -4,7 +4,9 @@ go 1.23.4
|
||||
|
||||
require (
|
||||
github.com/99designs/gqlgen v0.17.63
|
||||
github.com/jackc/pgx/v5 v5.7.1
|
||||
github.com/prometheus/client_golang v1.20.5
|
||||
github.com/vektah/gqlparser/v2 v2.5.21
|
||||
go.gearno.de/kit v0.0.0-20241119134016-ee4f36699e6b
|
||||
go.opentelemetry.io/otel/trace v1.32.0
|
||||
)
|
||||
@@ -22,7 +24,6 @@ require (
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 // indirect
|
||||
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||||
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
||||
github.com/jackc/pgx/v5 v5.7.1 // indirect
|
||||
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
||||
github.com/klauspost/compress v1.17.9 // indirect
|
||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
||||
@@ -32,7 +33,6 @@ require (
|
||||
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||||
github.com/sosodev/duration v1.3.1 // indirect
|
||||
github.com/urfave/cli/v2 v2.27.5 // indirect
|
||||
github.com/vektah/gqlparser/v2 v2.5.21 // indirect
|
||||
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
||||
go.gearno.de/crypto/uuid v0.1.0 // indirect
|
||||
go.gearno.de/x/panicf v0.1.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user