Skip to content

Commit

Permalink
Update slog and zerlog go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Dec 3, 2024
1 parent 1db5420 commit 3099ce1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ require (
github.com/stretchr/testify v1.9.0
)

replace github.com/getsentry/sentry-go => ../

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions zerolog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ require (
github.com/stretchr/testify v1.9.0
)

replace github.com/getsentry/sentry-go => ../

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
Expand Down

0 comments on commit 3099ce1

Please sign in to comment.