Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/chainguard-dev/clog from 1.5.1 to 1.6.0 #34

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.23.4

require (
chainguard.dev/apko v0.14.5
github.com/chainguard-dev/clog v1.5.1
github.com/chainguard-dev/clog v1.6.0
github.com/chainguard-dev/gopom v0.0.0-20240304142419-6d0738db6e89
github.com/charmbracelet/log v0.4.0
github.com/ghodss/yaml v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ chainguard.dev/apko v0.14.5 h1:rRPvtCFBqId0mUah/dILeSANbtPS1T0NOV6O8mpW11Y=
chainguard.dev/apko v0.14.5/go.mod h1:AdnTsyUzFkoL3UtL2wHiq/c7/2JGrz8PPVOQnnoHoVw=
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=
github.com/aymanbagabas/go-osc52/v2 v2.0.1/go.mod h1:uYgXzlJ7ZpABp8OJ+exZzJJhRNQ2ASbcXHWsFqH8hp8=
github.com/chainguard-dev/clog v1.5.1 h1:LeFeVlxiicswuTevtaXc0MXH1zV1iWkbg+H8iUuBTtQ=
github.com/chainguard-dev/clog v1.5.1/go.mod h1:4+WFhRMsGH79etYXY3plYdp+tCz/KCkU8fAr0HoaPvs=
github.com/chainguard-dev/clog v1.6.0 h1:fMjO82wByifo8D2iFBrEryc99XBXyLO6A6cwcxhfeko=
github.com/chainguard-dev/clog v1.6.0/go.mod h1:4+WFhRMsGH79etYXY3plYdp+tCz/KCkU8fAr0HoaPvs=
github.com/chainguard-dev/gopom v0.0.0-20240304142419-6d0738db6e89 h1:fYVVl+g4v3XOsIAJE49tKrIC9U88xq7fp/DDK496dzs=
github.com/chainguard-dev/gopom v0.0.0-20240304142419-6d0738db6e89/go.mod h1:XvyBLLSAXBovR/YHTQx/+VdwhOEmthd6NYxOwA0gVQY=
github.com/charmbracelet/lipgloss v1.0.0 h1:O7VkGDvqEdGi93X+DeqsQ7PKHDgtQfF8j8/O2qFMQNg=
Expand Down
Loading