This repository was archived by the owner on Mar 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ toolchain go1.23.3
6
6
7
7
require (
8
8
github.com/99designs/gqlgen v0.17.57
9
- github.com/vektah/gqlparser/v2 v2.5.19
9
+ github.com/vektah/gqlparser/v2 v2.5.20
10
10
github.com/vikstrous/dataloadgen v0.0.6
11
11
)
12
12
13
13
require (
14
- github.com/agnivade/levenshtein v1.1.1 // indirect
14
+ github.com/agnivade/levenshtein v1.2.0 // indirect
15
15
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
16
16
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
17
17
github.com/google/uuid v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ github.com/PuerkitoBio/goquery v1.9.2 h1:4/wZksC3KgkQw7SQgkKotmKljk0M6V8TUvA8Wb4
18
18
github.com/PuerkitoBio/goquery v1.9.2 /go.mod h1:GHPCaP0ODyyxqcNoFGYlAprUFH81NuRPd0GX3Zu2Mvk =
19
19
github.com/agnivade/levenshtein v1.1.1 h1:QY8M92nrzkmr798gCo3kmMyqXFzdQVpxLlGPRBij0P8 =
20
20
github.com/agnivade/levenshtein v1.1.1 /go.mod h1:veldBMzWxcCG2ZvUTKD2kJNRdCk5hVbJomOvKkmgYbo =
21
+ github.com/agnivade/levenshtein v1.2.0 h1:U9L4IOT0Y3i0TIlUIDJ7rVUziKi/zPbrJGaFrtYH3SY =
22
+ github.com/agnivade/levenshtein v1.2.0 /go.mod h1:QVVI16kDrtSuwcpd0p1+xMC6Z/VfhtCyDIjcwga4/DU =
21
23
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ =
22
24
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 /go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8 =
23
25
github.com/andybalholm/cascadia v1.3.2 h1:3Xi6Dw5lHF15JtdcmAHD3i1+T8plmv7BQ/nsViSLyss =
@@ -68,6 +70,8 @@ github.com/vektah/gqlparser/v2 v2.5.18 h1:zSND3GtutylAQ1JpWnTHcqtaRZjl+y3NROeW8v
68
70
github.com/vektah/gqlparser/v2 v2.5.18 /go.mod h1:6HLzf7JKv9Fi3APymudztFQNmLXR5qJeEo6BOFcXVfc =
69
71
github.com/vektah/gqlparser/v2 v2.5.19 h1:bhCPCX1D4WWzCDvkPl4+TP1N8/kLrWnp43egplt7iSg =
70
72
github.com/vektah/gqlparser/v2 v2.5.19 /go.mod h1:y7kvl5bBlDeuWIvLtA9849ncyvx6/lj06RsMrEjVy3U =
73
+ github.com/vektah/gqlparser/v2 v2.5.20 h1:kPaWbhBntxoZPaNdBaIPT1Kh0i1b/onb5kXgEdP5JCo =
74
+ github.com/vektah/gqlparser/v2 v2.5.20 /go.mod h1:xMl+ta8a5M1Yo1A1Iwt/k7gSpscwSnHZdw7tfhEGfTM =
71
75
github.com/vikstrous/dataloadgen v0.0.6 h1:A7s/fI3QNnH80CA9vdNbWK7AsbLjIxNHpZnV+VnOT1s =
72
76
github.com/vikstrous/dataloadgen v0.0.6 /go.mod h1:8vuQVpBH0ODbMKAPUdCAPcOGezoTIhgAjgex51t4vbg =
73
77
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 h1:+qGGcbkzsfDQNPPe9UDgpxAWQrhbbBXOYJFQDq/dtJw =
You can’t perform that action at this time.
0 commit comments