Skip to content

Commit 1ee838f

Browse files
dependabot[bot]jtacoma
authored andcommitted
build(deps): bump the go_modules group across 1 directory with 4 updates
Bumps the go_modules group with 3 updates in the / directory: [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser), [golang.org/x/net](https://github.com/golang/net) and google.golang.org/protobuf. Updates `github.com/vektah/gqlparser/v2` from 2.2.0 to 2.5.14 - [Release notes](https://github.com/vektah/gqlparser/releases) - [Commits](vektah/gqlparser@v2.2.0...v2.5.14) Updates `golang.org/x/net` from 0.0.0-20200707034311-ab3426394381 to 0.23.0 - [Commits](https://github.com/golang/net/commits/v0.23.0) Updates `google.golang.org/protobuf` from 1.27.1 to 1.33.0 Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.1 --- updated-dependencies: - dependency-name: github.com/vektah/gqlparser/v2 dependency-type: direct:production dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: direct:production dependency-group: go_modules - dependency-name: gopkg.in/yaml.v3 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 536bfb8 commit 1ee838f

2 files changed

Lines changed: 69 additions & 27 deletions

File tree

go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ require (
1313
github.com/google/subcommands v1.2.0
1414
github.com/onsi/ginkgo v1.14.0 // indirect
1515
github.com/textileio/go-threads v1.0.2
16-
github.com/vektah/gqlparser/v2 v2.2.0
17-
golang.org/x/mod v0.3.0 // indirect
18-
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
19-
google.golang.org/protobuf v1.27.1
20-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
16+
github.com/vektah/gqlparser/v2 v2.5.14
17+
golang.org/x/net v0.23.0 // indirect
18+
google.golang.org/protobuf v1.33.0
19+
gopkg.in/yaml.v3 v3.0.1
2120
)

0 commit comments

Comments
 (0)