File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.25.0
55toolchain go1.26.2
66
77require (
8- github.com/99designs/gqlgen v0.17.89
8+ github.com/99designs/gqlgen v0.17.90
99 github.com/aws/aws-lambda-go v1.54.0
1010 github.com/aws/aws-sdk-go-v2 v1.41.6
1111 github.com/aws/aws-sdk-go-v2/config v1.32.16
@@ -112,7 +112,7 @@ require (
112112 github.com/tklauser/go-sysconf v0.3.16 // indirect
113113 github.com/tklauser/numcpus v0.11.0 // indirect
114114 github.com/urfave/cli/v2 v2.27.7 // indirect
115- github.com/urfave/cli/v3 v3.7 .0 // indirect
115+ github.com/urfave/cli/v3 v3.8 .0 // indirect
116116 github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
117117 github.com/yusufpapurcu/wmi v1.2.4 // indirect
118118 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ github.com/99designs/gqlgen v0.17.88 h1:neMQDgehMwT1vYIOx/w5ZYPUU/iMNAJzRO44I5In
2828github.com/99designs/gqlgen v0.17.88 /go.mod h1:qeqYFEgOeSKqWedOjogPizimp2iu4E23bdPvl4jTYic =
2929github.com/99designs/gqlgen v0.17.89 h1:KzEcxPiMgQoMw3m/E85atUEHyZyt0PbAflMia5Kw8z8 =
3030github.com/99designs/gqlgen v0.17.89 /go.mod h1:GFqruTVGB7ZTdrf1uzOagpXbY7DrEt1pIxnTdhIbWvQ =
31+ github.com/99designs/gqlgen v0.17.90 h1:wSv6blm/PoplU6QoNw83EcQpNtC0HX3/+44vITJOzpk =
32+ github.com/99designs/gqlgen v0.17.90 /go.mod h1:GqYrEwYsqCG8VaOsq2kJUCUKwAE1T+u2i+Nj7NtXiVI =
3133github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 h1:He8afgbRMd7mFxO99hRNu+6tazq8nFF9lIwo9JFroBk =
3234github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 /go.mod h1:8o94RPi1/7XTJvwPpRSzSUedZrtlirdB3r9Z20bi2f8 =
3335github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25UVaW/CKtUDjefjrs0SPonmDGUVOYP0 =
@@ -1321,6 +1323,8 @@ github.com/urfave/cli/v3 v3.6.2 h1:lQuqiPrZ1cIz8hz+HcrG0TNZFxU70dPZ3Yl+pSrH9A8=
13211323github.com/urfave/cli/v3 v3.6.2 /go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso =
13221324github.com/urfave/cli/v3 v3.7.0 h1:AGSnbUyjtLiM+WJUb4dzXKldl/gL+F8OwmRDtVr6g2U =
13231325github.com/urfave/cli/v3 v3.7.0 /go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso =
1326+ github.com/urfave/cli/v3 v3.8.0 h1:XqKPrm0q4P0q5JpoclYoCAv0/MIvH/jZ2umzuf8pNTI =
1327+ github.com/urfave/cli/v3 v3.8.0 /go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso =
13241328github.com/vektah/gqlparser/v2 v2.5.30 h1:EqLwGAFLIzt1wpx1IPpY67DwUujF1OfzgEyDsLrN6kE =
13251329github.com/vektah/gqlparser/v2 v2.5.30 /go.mod h1:D1/VCZtV3LPnQrcPBeR/q5jkSQIPti0uYCP/RI0gIeo =
13261330github.com/vektah/gqlparser/v2 v2.5.31 h1:YhWGA1mfTjID7qJhd1+Vxhpk5HTgydrGU9IgkWBTJ7k =
You can’t perform that action at this time.
0 commit comments