-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from Warashi/dependabot/go_modules/github.com/…
…gostaticanalysis/testutil-0.5.2 build(deps): bump github.com/gostaticanalysis/testutil from 0.4.0 to 0.5.2
- Loading branch information
Showing
10 changed files
with
34 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
module github.com/Warashi/wrapmsg | ||
|
||
go 1.22.0 | ||
go 1.22.9 | ||
|
||
require ( | ||
github.com/Warashi/ssautil v0.0.0-20221109005031-1ee09f55a822 | ||
github.com/gostaticanalysis/testutil v0.4.0 | ||
github.com/gostaticanalysis/testutil v0.5.2 | ||
golang.org/x/tools v0.27.0 | ||
) | ||
|
||
require ( | ||
github.com/hashicorp/go-version v1.4.0 // indirect | ||
github.com/otiai10/copy v1.7.0 // indirect | ||
github.com/hashicorp/go-version v1.7.0 // indirect | ||
github.com/otiai10/copy v1.14.0 // indirect | ||
github.com/tenntenn/modver v1.0.1 // indirect | ||
github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3 // indirect | ||
golang.org/x/exp v0.0.0-20221108223516-5d533826c662 // indirect | ||
golang.org/x/mod v0.22.0 // indirect | ||
golang.org/x/sync v0.9.0 // indirect | ||
golang.org/x/text v0.3.8 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
golang.org/x/text v0.20.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
//line call-method.go:1 | ||
|
||
package a | ||
|
||
import ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
//line defer-named.go:1 | ||
|
||
package a | ||
|
||
import ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
//line import-alias.go:1 | ||
|
||
package a | ||
|
||
import ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
//line method-chain.go:1 | ||
|
||
package a | ||
|
||
import ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
//line range.go:1 | ||
|
||
package a | ||
|
||
import ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
//line simple.go:1 | ||
|
||
package a | ||
|
||
import ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
//line slice-index.go:1 | ||
|
||
package a | ||
|
||
import ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
//line struct-field.go:1 | ||
|
||
package a | ||
|
||
import ( | ||
|