Skip to content

Commit

Permalink
Bump the extractor-dependencies group in /go/extractor with 2 updates
Browse files Browse the repository at this point in the history
Bumps the extractor-dependencies group in /go/extractor with 2 updates: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/tools](https://github.com/golang/tools).


Updates `golang.org/x/mod` from 0.14.0 to 0.16.0
- [Commits](golang/mod@v0.14.0...v0.16.0)

Updates `golang.org/x/tools` from 0.15.0 to 0.19.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.15.0...v0.19.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: extractor-dependencies
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: extractor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 68a7734 commit e020b61
Show file tree
Hide file tree
Showing 50 changed files with 891 additions and 883 deletions.
6 changes: 2 additions & 4 deletions go/extractor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ module github.com/github/codeql-go/extractor
go 1.21

require (
golang.org/x/mod v0.14.0
golang.org/x/tools v0.15.0
golang.org/x/mod v0.16.0
golang.org/x/tools v0.19.0
)

require golang.org/x/sys v0.14.0 // indirect
14 changes: 6 additions & 8 deletions go/extractor/go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
golang.org/x/mod v0.14.0 h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0=
golang.org/x/mod v0.14.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/sync v0.5.0 h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE=
golang.org/x/sync v0.5.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/tools v0.15.0 h1:zdAyfUGbYmuVokhzVmghFl2ZJh5QhcfebBgmVPFYA+8=
golang.org/x/tools v0.15.0/go.mod h1:hpksKq4dtpQWS1uQ61JkdqWM3LscIS6Slf+VVkm+wQk=
golang.org/x/mod v0.16.0 h1:QX4fJ0Rr5cPQCF7O9lh9Se4pmwfwskqZfq5moyldzic=
golang.org/x/mod v0.16.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/sync v0.6.0 h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ=
golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/tools v0.19.0 h1:tfGCXNR1OsFG+sVdLAitlpjAvD/I6dHDKnYrpEZUHkw=
golang.org/x/tools v0.19.0/go.mod h1:qoJWxmGSIBmAeriMx19ogtrEPrGtDbPK634QFIcLAhc=
7 changes: 4 additions & 3 deletions go/extractor/vendor/golang.org/x/mod/modfile/rule.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 0 additions & 27 deletions go/extractor/vendor/golang.org/x/sys/LICENSE

This file was deleted.

22 changes: 0 additions & 22 deletions go/extractor/vendor/golang.org/x/sys/PATENTS

This file was deleted.

102 changes: 0 additions & 102 deletions go/extractor/vendor/golang.org/x/sys/execabs/execabs.go

This file was deleted.

17 changes: 0 additions & 17 deletions go/extractor/vendor/golang.org/x/sys/execabs/execabs_go118.go

This file was deleted.

20 changes: 0 additions & 20 deletions go/extractor/vendor/golang.org/x/sys/execabs/execabs_go119.go

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 37 additions & 7 deletions go/extractor/vendor/golang.org/x/tools/go/packages/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e020b61

Please sign in to comment.