Skip to content

Commit

Permalink
fix: Fix go.mod for zap and zerolog (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent authored Jun 4, 2024
2 parents fa419a7 + 962dcc4 commit abaf240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions implementations/zap/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ module github.com/kunitsucom/ilog.go/implementations/zap

go 1.13

replace github.com/kunitsucom/ilog.go v0.0.0-00010101000000-000000000000 => ../..

require (
github.com/kunitsucom/ilog.go v0.0.0-00010101000000-000000000000
github.com/kunitsucom/ilog.go v0.0.2-rc.4
github.com/kunitsucom/ilog.go v0.0.2-rc.6
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0
)
4 changes: 1 addition & 3 deletions implementations/zerolog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ module github.com/kunitsucom/ilog.go/implementations/zerolog

go 1.21.0

replace github.com/kunitsucom/ilog.go v0.0.0-00010101000000-000000000000 => ../..

require (
github.com/kunitsucom/ilog.go v0.0.0-00010101000000-000000000000
github.com/kunitsucom/ilog.go v0.0.2-rc.6
github.com/rs/zerolog v1.33.0
)

Expand Down

0 comments on commit abaf240

Please sign in to comment.