build(deps): bump github.com/sashamelentyev/usestdlibvars from 1.21.1 to 1.22.0 (#3574)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
1248a2b6d6
commit
6437429441
@ -1799,7 +1799,7 @@ linters-settings:
|
||||
# Suggest the use of rpc.DefaultXXPath.
|
||||
# Default: false
|
||||
default-rpc-path: true
|
||||
# Suggest the use of os.DevNull.
|
||||
# DEPRECATED Suggest the use of os.DevNull.
|
||||
# Default: false
|
||||
os-dev-null: true
|
||||
# Suggest the use of sql.LevelXX.String().
|
||||
@ -1811,7 +1811,7 @@ linters-settings:
|
||||
# Suggest the use of constant.Kind.String().
|
||||
# Default: false
|
||||
constant-kind: true
|
||||
# Suggest the use of syslog.Priority.
|
||||
# DEPRECATED Suggest the use of syslog.Priority.
|
||||
# Default: false
|
||||
syslog-priority: true
|
||||
|
||||
|
2
go.mod
2
go.mod
@ -82,7 +82,7 @@ require (
|
||||
github.com/ryanrolds/sqlclosecheck v0.4.0
|
||||
github.com/sanposhiho/wastedassign/v2 v2.0.7
|
||||
github.com/sashamelentyev/interfacebloat v1.1.0
|
||||
github.com/sashamelentyev/usestdlibvars v1.21.1
|
||||
github.com/sashamelentyev/usestdlibvars v1.22.0
|
||||
github.com/securego/gosec/v2 v2.15.0
|
||||
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
|
||||
github.com/shirou/gopsutil/v3 v3.23.1
|
||||
|
4
go.sum
generated
4
go.sum
generated
@ -466,8 +466,8 @@ github.com/sanposhiho/wastedassign/v2 v2.0.7 h1:J+6nrY4VW+gC9xFzUc+XjPD3g3wF3je/
|
||||
github.com/sanposhiho/wastedassign/v2 v2.0.7/go.mod h1:KyZ0MWTwxxBmfwn33zh3k1dmsbF2ud9pAAGfoLfjhtI=
|
||||
github.com/sashamelentyev/interfacebloat v1.1.0 h1:xdRdJp0irL086OyW1H/RTZTr1h/tMEOsumirXcOJqAw=
|
||||
github.com/sashamelentyev/interfacebloat v1.1.0/go.mod h1:+Y9yU5YdTkrNvoX0xHc84dxiN1iBi9+G8zZIhPVoNjQ=
|
||||
github.com/sashamelentyev/usestdlibvars v1.21.1 h1:GQGlReyL9Ek8DdJmwtwhHbhwHnuPfsKaprpjnrPcjxc=
|
||||
github.com/sashamelentyev/usestdlibvars v1.21.1/go.mod h1:MPI52Qq99iO9sFZZcKJ2y/bx6BNjs+/2bw3PCggIbew=
|
||||
github.com/sashamelentyev/usestdlibvars v1.22.0 h1:7ZyG1CVpjH5O3gvuuVoOZ0xYZKm0aaIILMRAVLKYN0k=
|
||||
github.com/sashamelentyev/usestdlibvars v1.22.0/go.mod h1:1T21P9pG3rMZnbTP4IBuKSGgU4UfUCsz7u129/5PMMM=
|
||||
github.com/securego/gosec/v2 v2.15.0 h1:v4Ym7FF58/jlykYmmhZ7mTm7FQvN/setNm++0fgIAtw=
|
||||
github.com/securego/gosec/v2 v2.15.0/go.mod h1:VOjTrZOkUtSDt2QLSJmQBMWnvwiQPEjg0l+5juIqGk8=
|
||||
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c h1:W65qqJCIOVP4jpqPQ0YvHYKwcMEMVWIzWC5iNQQfBTU=
|
||||
|
Loading…
x
Reference in New Issue
Block a user