-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from chainguard-dev/dependabot/go_modules/gith…
…ub.com/chainguard-dev/clog-1.5.1 Bump github.com/chainguard-dev/clog from 1.3.1 to 1.5.1
- Loading branch information
Showing
2 changed files
with
25 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
module github.com/chainguard-dev/pombump | ||
|
||
go 1.22.3 | ||
go 1.23 | ||
|
||
toolchain go1.23.4 | ||
|
||
require ( | ||
chainguard.dev/apko v0.14.5 | ||
github.com/chainguard-dev/clog v1.3.1 | ||
github.com/chainguard-dev/gopom v0.0.0-20240301030452-df486dbf46e7 | ||
github.com/chainguard-dev/clog v1.5.1 | ||
github.com/chainguard-dev/gopom v0.0.0-20240304142419-6d0738db6e89 | ||
github.com/charmbracelet/log v0.4.0 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/spf13/cobra v1.8.1 | ||
sigs.k8s.io/release-utils v0.8.2 | ||
sigs.k8s.io/release-utils v0.8.5 | ||
) | ||
|
||
require ( | ||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect | ||
github.com/charmbracelet/lipgloss v0.10.0 // indirect | ||
github.com/charmbracelet/lipgloss v1.0.0 // indirect | ||
github.com/charmbracelet/x/ansi v0.6.0 // indirect | ||
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect | ||
github.com/go-logfmt/logfmt v0.6.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/muesli/reflow v0.3.0 // indirect | ||
github.com/mattn/go-runewidth v0.0.16 // indirect | ||
github.com/muesli/termenv v0.15.2 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/rogpeppe/go-internal v1.12.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/exp v0.0.0-20231108232855-2478ac86f678 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters