We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09c247 commit 73c0b5eCopy full SHA for 73c0b5e
go.mod
@@ -22,7 +22,7 @@ require (
22
github.com/breml/bidichk v0.2.3
23
github.com/breml/errchkjson v0.3.0
24
github.com/butuzov/ireturn v0.1.1
25
- github.com/charithe/durationcheck v0.0.9
+ github.com/charithe/durationcheck v0.0.10
26
github.com/curioswitch/go-reassign v0.2.0
27
github.com/daixiang0/gci v0.9.1
28
github.com/denis-tingaikin/go-header v0.4.3
@@ -182,7 +182,7 @@ require (
182
golang.org/x/mod v0.8.0 // indirect
183
golang.org/x/sync v0.1.0 // indirect
184
golang.org/x/sys v0.5.0 // indirect
185
- golang.org/x/text v0.6.0 // indirect
+ golang.org/x/text v0.7.0 // indirect
186
google.golang.org/protobuf v1.28.0 // indirect
187
gopkg.in/ini.v1 v1.67.0 // indirect
188
gopkg.in/yaml.v2 v2.4.0 // indirect
go.sum
0 commit comments