Skip to content

Commit

Permalink
Merge pull request #17168 from github/dependabot/go_modules/go/extrac…
Browse files Browse the repository at this point in the history
…tor/extractor-dependencies-d889f6e8ba
  • Loading branch information
mbg authored Aug 8, 2024
2 parents d240951 + 2109bba commit 267ee3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions go/extractor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go 1.22.0
// bazel mod tidy
require (
golang.org/x/mod v0.20.0
golang.org/x/tools v0.23.0
golang.org/x/tools v0.24.0
)

require golang.org/x/sync v0.7.0 // indirect
require golang.org/x/sync v0.8.0 // indirect
8 changes: 4 additions & 4 deletions go/extractor/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
golang.org/x/mod v0.20.0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0=
golang.org/x/mod v0.20.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/tools v0.23.0 h1:SGsXPZ+2l4JsgaCKkx+FQ9YZ5XEtA1GZYuoDjenLjvg=
golang.org/x/tools v0.23.0/go.mod h1:pnu6ufv6vQkll6szChhK3C3L/ruaIv5eBeztNG8wtsI=
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/tools v0.24.0 h1:J1shsA93PJUEVaUSaay7UXAyE8aimq3GW0pjlolpa24=
golang.org/x/tools v0.24.0/go.mod h1:YhNqVBIfWHdzvTLs0d8LCuMhkKUgSUKldakyV7W/WDQ=
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module semmle.go.Packages

go 1.13
go 1.21

require github.com/nonexistent/test v0.0.0-20200203000000-0000000000000

0 comments on commit 267ee3d

Please sign in to comment.