Skip to content

Commit aa390ea

Browse files
feat(deps): bump github.com/zricethezav/gitleaks/v8 from 8.26.0 to 8.27.0 (#28)
feat(deps): bump github.com/zricethezav/gitleaks/v8 Bumps [github.com/zricethezav/gitleaks/v8](https://github.com/zricethezav/gitleaks) from 8.26.0 to 8.27.0. - [Release notes](https://github.com/zricethezav/gitleaks/releases) - [Changelog](https://github.com/gitleaks/gitleaks/blob/master/.goreleaser.yml) - [Commits](gitleaks/gitleaks@v8.26.0...v8.27.0) --- updated-dependencies: - dependency-name: github.com/zricethezav/gitleaks/v8 dependency-version: 8.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1be678 commit aa390ea

File tree

2 files changed

+286
-3
lines changed

2 files changed

+286
-3
lines changed

go.mod

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/prometheus/client_golang v1.22.0
1212
github.com/spf13/afero v1.14.0
1313
github.com/stretchr/testify v1.10.0
14-
github.com/zricethezav/gitleaks/v8 v8.26.0
14+
github.com/zricethezav/gitleaks/v8 v8.27.0
1515
k8s.io/api v0.33.1
1616
k8s.io/apimachinery v0.33.1
1717
k8s.io/client-go v0.33.1
@@ -24,15 +24,21 @@ require (
2424
github.com/Masterminds/goutils v1.1.1 // indirect
2525
github.com/Masterminds/semver/v3 v3.3.1 // indirect
2626
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
27+
github.com/STARRY-S/zip v0.2.1 // indirect
28+
github.com/andybalholm/brotli v1.1.2-0.20250424173009-453214e765f3 // indirect
2729
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
2830
github.com/beorn7/perks v1.0.1 // indirect
31+
github.com/bodgit/plumbing v1.3.0 // indirect
32+
github.com/bodgit/sevenzip v1.6.0 // indirect
33+
github.com/bodgit/windows v1.0.1 // indirect
2934
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3035
github.com/charmbracelet/colorprofile v0.3.1 // indirect
3136
github.com/charmbracelet/lipgloss v1.1.0 // indirect
3237
github.com/charmbracelet/x/ansi v0.9.2 // indirect
3338
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
3439
github.com/charmbracelet/x/term v0.2.1 // indirect
3540
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
41+
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
3642
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
3743
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
3844
github.com/fatih/semgroup v1.3.0 // indirect
@@ -49,23 +55,32 @@ require (
4955
github.com/google/gnostic-models v0.6.9 // indirect
5056
github.com/google/uuid v1.6.0 // indirect
5157
github.com/h2non/filetype v1.1.3 // indirect
58+
github.com/hashicorp/errwrap v1.1.0 // indirect
59+
github.com/hashicorp/go-multierror v1.1.1 // indirect
60+
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
5261
github.com/huandu/xstrings v1.5.0 // indirect
5362
github.com/josharian/intern v1.0.0 // indirect
5463
github.com/json-iterator/go v1.1.12 // indirect
64+
github.com/klauspost/compress v1.18.0 // indirect
65+
github.com/klauspost/pgzip v1.2.6 // indirect
5566
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
5667
github.com/lvlcn-t/go-kit/lists v0.3.0 // indirect
5768
github.com/mailru/easyjson v0.9.0 // indirect
5869
github.com/matryer/moq v0.5.3 // indirect
5970
github.com/mattn/go-colorable v0.1.14 // indirect
6071
github.com/mattn/go-isatty v0.0.20 // indirect
6172
github.com/mattn/go-runewidth v0.0.16 // indirect
73+
github.com/mholt/archives v0.1.2 // indirect
74+
github.com/minio/minlz v1.0.0 // indirect
6275
github.com/mitchellh/copystructure v1.2.0 // indirect
6376
github.com/mitchellh/reflectwalk v1.0.2 // indirect
6477
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6578
github.com/modern-go/reflect2 v1.0.2 // indirect
6679
github.com/muesli/termenv v0.16.0 // indirect
6780
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
81+
github.com/nwaples/rardecode/v2 v2.1.0 // indirect
6882
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
83+
github.com/pierrec/lz4/v4 v4.1.21 // indirect
6984
github.com/pkg/errors v0.9.1 // indirect
7085
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7186
github.com/prometheus/client_model v0.6.2 // indirect
@@ -75,18 +90,22 @@ require (
7590
github.com/rs/zerolog v1.34.0 // indirect
7691
github.com/sagikazarmark/locafero v0.9.0 // indirect
7792
github.com/shopspring/decimal v1.4.0 // indirect
93+
github.com/sorairolake/lzip-go v0.3.5 // indirect
7894
github.com/sourcegraph/conc v0.3.0 // indirect
7995
github.com/spf13/cast v1.8.0 // indirect
8096
github.com/spf13/pflag v1.0.6 // indirect
8197
github.com/spf13/viper v1.20.1 // indirect
8298
github.com/subosito/gotenv v1.6.0 // indirect
8399
github.com/tetratelabs/wazero v1.9.0 // indirect
100+
github.com/therootcompany/xz v1.0.1 // indirect
101+
github.com/ulikunitz/xz v0.5.12 // indirect
84102
github.com/wasilibs/go-re2 v1.10.0 // indirect
85103
github.com/wasilibs/wazero-helpers v0.0.0-20250123031827-cd30c44769bb // indirect
86104
github.com/x448/float16 v0.8.4 // indirect
87105
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
88106
go.uber.org/multierr v1.11.0 // indirect
89107
go.uber.org/zap v1.27.0 // indirect
108+
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
90109
golang.org/x/crypto v0.38.0 // indirect
91110
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
92111
golang.org/x/mod v0.24.0 // indirect

0 commit comments

Comments
 (0)