Skip to content

Commit

Permalink
Merge pull request #5 from madkins23/exclude
Browse files Browse the repository at this point in the history
Use go.mod exclude statement to block upgrade to rs/zerolog v1.32.0
  • Loading branch information
phsym authored Feb 24, 2024
2 parents c4ad5d9 + ae07a49 commit 0b7a5ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ require (
github.com/mattn/go-isatty v0.0.19 // indirect
golang.org/x/sys v0.12.0 // indirect
)

// This version of rs/zerolog breaks phsym/zeroslog
exclude github.com/rs/zerolog v1.32.0

0 comments on commit 0b7a5ea

Please sign in to comment.