File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
tools/check-structfield-settings Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ require (
66 github.com/golangci/plugin-module-register v0.1.2
77 github.com/google/go-github/v84/tools/structfield v0.0.0
88 go.yaml.in/yaml/v3 v3.0.4
9- golang.org/x/tools v0.43 .0
9+ golang.org/x/tools v0.44 .0
1010)
1111
1212require (
13- golang.org/x/mod v0.34 .0 // indirect
13+ golang.org/x/mod v0.35 .0 // indirect
1414 golang.org/x/sync v0.20.0 // indirect
1515)
1616
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
44github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
55go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
66go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
7- golang.org/x/mod v0.34 .0 h1:xIHgNUUnW6sYkcM5Jleh05DvLOtwc6RitGHbDk4akRI =
8- golang.org/x/mod v0.34 .0 /go.mod h1:ykgH52iCZe79kzLLMhyCUzhMci+nQj+0XkbXpNYtVjY =
7+ golang.org/x/mod v0.35 .0 h1:Ww1D637e6Pg+Zb2KrWfHQUnH2dQRLBQyAtpr/haaJeM =
8+ golang.org/x/mod v0.35 .0 /go.mod h1:+GwiRhIInF8wPm+4AoT6L0FA1QWAad3OMdTRx4tFYlU =
99golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4 =
1010golang.org/x/sync v0.20.0 /go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0 =
11- golang.org/x/tools v0.43 .0 h1:12BdW9CeB3Z+J/I/wj34VMl8X+fEXBxVR90JeMX5E7s =
12- golang.org/x/tools v0.43 .0 /go.mod h1:uHkMso649BX2cZK6+RpuIPXS3ho2hZo4FVwfoy1vIk0 =
11+ golang.org/x/tools v0.44 .0 h1:UP4ajHPIcuMjT1GqzDWRlalUEoY+uzoZKnhOjbIPD2c =
12+ golang.org/x/tools v0.44 .0 /go.mod h1:KA0AfVErSdxRZIsOVipbv3rQhVXTnlU6UhKxHd1seDI =
1313gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1414gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments