Skip to content

Commit aa2d61c

Browse files
author
Alvaro Muñoz
committed
replace deps with stubs
1 parent a26bdda commit aa2d61c

File tree

478 files changed

+56
-174239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

478 files changed

+56
-174239
lines changed

go/ql/test/library-tests/semmle/go/frameworks/gqlgen/go.mod

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,27 @@ module pwntester/gqlgen-todos
33
go 1.19
44

55
require (
6-
github.com/99designs/gqlgen v0.17.34
6+
github.com/99designs/gqlgen v0.17.3
77
github.com/vektah/gqlparser/v2 v2.5.4
88
)
99

1010
require (
1111
github.com/agnivade/levenshtein v1.1.1 // indirect
1212
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
1313
github.com/gorilla/websocket v1.5.0 // indirect
14-
github.com/hashicorp/golang-lru/v2 v2.0.3 // indirect
14+
github.com/hashicorp/golang-lru v0.5.0 // indirect
15+
github.com/kr/text v0.2.0 // indirect
16+
github.com/matryer/moq v0.2.3 // indirect
1517
github.com/mitchellh/mapstructure v1.5.0 // indirect
18+
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
1619
github.com/russross/blackfriday/v2 v2.1.0 // indirect
20+
github.com/stretchr/testify v1.6.0 // indirect
1721
github.com/urfave/cli/v2 v2.25.5 // indirect
1822
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
19-
golang.org/x/mod v0.10.0 // indirect
23+
golang.org/x/mod v0.6.0-dev // indirect
2024
golang.org/x/sys v0.8.0 // indirect
21-
golang.org/x/text v0.9.0 // indirect
22-
golang.org/x/tools v0.9.3 // indirect
23-
gopkg.in/yaml.v3 v3.0.1 // indirect
25+
golang.org/x/tools v0.1.9 // indirect
26+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
27+
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
28+
gopkg.in/yaml.v2 v2.4.0 // indirect
2429
)

0 commit comments

Comments
 (0)