Skip to content

Commit 7998ee9

Browse files
dependabot[bot]ldez
authored andcommitted
build(deps): bump github.com/GaijinEntertainment/go-exhaustruct/v2 from 2.2.0 to 2.2.2 (golangci#3030)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 3ca6899 commit 7998ee9

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Antonboom/nilnil v0.1.1
99
github.com/BurntSushi/toml v1.2.0
1010
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
11-
github.com/GaijinEntertainment/go-exhaustruct/v2 v2.2.0
11+
github.com/GaijinEntertainment/go-exhaustruct/v2 v2.2.2
1212
github.com/OpenPeeDeeP/depguard v1.1.0
1313
github.com/alexkohler/prealloc v1.0.0
1414
github.com/alingse/asasalint v0.0.11
@@ -101,7 +101,7 @@ require (
101101
github.com/yagipy/maintidx v1.0.0
102102
github.com/yeya24/promlinter v0.2.0
103103
gitlab.com/bosi/decorder v0.2.3
104-
golang.org/x/tools v0.1.12-0.20220628192153-7743d1d949f1
104+
golang.org/x/tools v0.1.12
105105
gopkg.in/yaml.v3 v3.0.1
106106
honnef.co/go/tools v0.3.2
107107
mvdan.cc/gofumpt v0.3.1
@@ -171,8 +171,8 @@ require (
171171
go.uber.org/zap v1.17.0 // indirect
172172
golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d // indirect
173173
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
174-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
175-
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
174+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
175+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
176176
golang.org/x/text v0.3.7 // indirect
177177
google.golang.org/protobuf v1.28.0 // indirect
178178
gopkg.in/ini.v1 v1.66.6 // indirect

go.sum

+9-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/testdata/govet.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func GovetComposites() error {
12-
return &os.PathError{"first", "path", os.ErrNotExist} // ERROR "composites: \\`(os|io/fs)\\.PathError\\` composite literal uses unkeyed fields"
12+
return &os.PathError{"first", "path", os.ErrNotExist} // ERROR "composites: io/fs\\.PathError struct literal uses unkeyed fields"
1313
}
1414

1515
func GovetShadow(f io.Reader, buf []byte) (err error) {

0 commit comments

Comments
 (0)