Skip to content

Commit

Permalink
chore: replace deprecated linter
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Jan 3, 2025
1 parent 3c48801 commit 983db47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ linters:
- noctx
- nolintlint
- rowserrcheck
- exportloopref
- copyloopvar
- staticcheck
- typecheck
- unconvert
Expand Down
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ replace github.com/atotto/clipboard v0.1.4 => github.com/jandedobbeleer/clipboar

replace github.com/shirou/gopsutil/v3 v3.23.9 => github.com/jandedobbeleer/gopsutil/v3 v3.23.9-1

replace github.com/goccy/go-yaml v1.15.13 => github.com/jandedobbeleer/go-yaml v1.15.13-1
replace github.com/goccy/go-yaml v1.15.13 => github.com/jandedobbeleer/go-yaml v1.15.13-2

0 comments on commit 983db47

Please sign in to comment.