Skip to content

Commit

Permalink
fix: update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
op committed May 11, 2024
1 parent 8c342d4 commit a72a7f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ replace (

require (
github.com/charmbracelet/log v0.4.0
github.com/op/redlog/internal/logtheme v1.2.0
github.com/op/redlog/internal/themes v1.2.0
github.com/op/redlog/internal/logtheme v1.2.1
github.com/op/redlog/internal/themes v1.2.1
)

require (
Expand Down
4 changes: 2 additions & 2 deletions internal/themes/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
github.com/op/redlog/internal/logtheme v1.2.0
github.com/op/redlog/pkg/catppuccin v1.6.0
github.com/op/redlog/internal/logtheme v1.2.1
github.com/op/redlog/pkg/catppuccin v1.6.1
)

require (
Expand Down
2 changes: 1 addition & 1 deletion pkg/catppuccin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/catppuccin/go v0.2.0
github.com/charmbracelet/lipgloss v0.10.0
github.com/charmbracelet/log v0.4.0
github.com/op/redlog/internal/logtheme v1.2.0
github.com/op/redlog/internal/logtheme v1.2.1
)

require (
Expand Down

0 comments on commit a72a7f1

Please sign in to comment.