Skip to content

Commit

Permalink
fix: Fix go.mod for zap and zerolog
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent committed Jun 4, 2024
1 parent 94668ec commit 34397a2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ coverage.html

# go
/cmd/sandbox/**
go.work.sum
1 change: 0 additions & 1 deletion go.work.sum

This file was deleted.

2 changes: 1 addition & 1 deletion implementations/zap/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/kunitsucom/ilog.go/implementations/zap

go 1.13

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

require (
github.com/kunitsucom/ilog.go v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion implementations/zerolog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/kunitsucom/ilog.go/implementations/zerolog

go 1.21.0

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

require (
github.com/kunitsucom/ilog.go v0.0.0-00010101000000-000000000000
Expand Down

0 comments on commit 34397a2

Please sign in to comment.