File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1799,7 +1799,7 @@ linters-settings:
17991799 # Suggest the use of rpc.DefaultXXPath.
18001800 # Default: false
18011801 default-rpc-path : true
1802- # Suggest the use of os.DevNull.
1802+ # DEPRECATED Suggest the use of os.DevNull.
18031803 # Default: false
18041804 os-dev-null : true
18051805 # Suggest the use of sql.LevelXX.String().
@@ -1811,7 +1811,7 @@ linters-settings:
18111811 # Suggest the use of constant.Kind.String().
18121812 # Default: false
18131813 constant-kind : true
1814- # Suggest the use of syslog.Priority.
1814+ # DEPRECATED Suggest the use of syslog.Priority.
18151815 # Default: false
18161816 syslog-priority : true
18171817
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ require (
8282 github.com/ryanrolds/sqlclosecheck v0.4.0
8383 github.com/sanposhiho/wastedassign/v2 v2.0.7
8484 github.com/sashamelentyev/interfacebloat v1.1.0
85- github.com/sashamelentyev/usestdlibvars v1.21.1
85+ github.com/sashamelentyev/usestdlibvars v1.22.0
8686 github.com/securego/gosec/v2 v2.15.0
8787 github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
8888 github.com/shirou/gopsutil/v3 v3.23.1
You can’t perform that action at this time.
0 commit comments