Skip to content

Commit 47689b6

Browse files
chore(deps): bump the common group across 1 directory with 6 updates
Bumps the common group with 4 updates in the / directory: [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa), [github.com/samber/lo](https://github.com/samber/lo), [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) and [github.com/testcontainers/testcontainers-go/modules/registry](https://github.com/testcontainers/testcontainers-go). Updates `github.com/open-policy-agent/opa` from 1.7.1 to 1.9.0 - [Release notes](https://github.com/open-policy-agent/opa/releases) - [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md) - [Commits](open-policy-agent/opa@v1.7.1...v1.9.0) Updates `github.com/samber/lo` from 1.50.0 to 1.51.0 - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.50.0...v1.51.0) Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.1) Updates `github.com/testcontainers/testcontainers-go` from 0.38.0 to 0.39.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.38.0...v0.39.0) Updates `github.com/testcontainers/testcontainers-go/modules/registry` from 0.38.0 to 0.39.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.38.0...v0.39.0) Updates `golang.org/x/text` from 0.27.0 to 0.29.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.27.0...v0.29.0) --- updated-dependencies: - dependency-name: github.com/open-policy-agent/opa dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common - dependency-name: github.com/samber/lo dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common - dependency-name: github.com/testcontainers/testcontainers-go dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common - dependency-name: github.com/testcontainers/testcontainers-go/modules/registry dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common - dependency-name: golang.org/x/text dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b884131 commit 47689b6

File tree

2 files changed

+203
-152
lines changed

2 files changed

+203
-152
lines changed

go.mod

Lines changed: 65 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
11
module github.com/aquasecurity/trivy-checks
22

3-
go 1.24
4-
5-
toolchain go1.24.0
3+
go 1.24.6
64

75
require (
86
github.com/aquasecurity/go-version v0.0.1
97
github.com/aquasecurity/trivy v0.61.1-0.20250407075540-f1329c7ea1aa
108
github.com/aws-cloudformation/rain v1.23.1
11-
github.com/docker/docker v28.2.2+incompatible
9+
github.com/docker/docker v28.3.3+incompatible
1210
github.com/hashicorp/hcl/v2 v2.24.0
13-
github.com/open-policy-agent/opa v1.7.1
11+
github.com/open-policy-agent/opa v1.9.0
1412
github.com/owenrumney/squealer v1.2.11
15-
github.com/samber/lo v1.50.0
16-
github.com/stretchr/testify v1.10.0
17-
github.com/testcontainers/testcontainers-go v0.38.0
18-
github.com/testcontainers/testcontainers-go/modules/registry v0.38.0
13+
github.com/samber/lo v1.52.0
14+
github.com/stretchr/testify v1.11.1
15+
github.com/testcontainers/testcontainers-go v0.39.0
16+
github.com/testcontainers/testcontainers-go/modules/registry v0.39.0
1917
github.com/xeipuuv/gojsonschema v1.2.0
20-
golang.org/x/text v0.27.0
18+
golang.org/x/text v0.29.0
2119
gopkg.in/yaml.v3 v3.0.1
2220
mvdan.cc/sh/v3 v3.12.0
2321
)
2422

2523
require (
26-
dario.cat/mergo v1.0.1 // indirect
24+
dario.cat/mergo v1.0.2 // indirect
2725
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
2826
github.com/Microsoft/go-winio v0.6.2 // indirect
2927
github.com/ProtonMail/go-crypto v1.1.5 // indirect
@@ -36,11 +34,11 @@ require (
3634
github.com/beorn7/perks v1.0.1 // indirect
3735
github.com/bytecodealliance/wasmtime-go/v3 v3.0.2 // indirect
3836
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
39-
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
37+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
4038
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4139
github.com/chzyer/readline v1.5.1 // indirect
4240
github.com/cloudflare/circl v1.6.1 // indirect
43-
github.com/containerd/containerd/v2 v2.1.3 // indirect
41+
github.com/containerd/containerd/v2 v2.1.4 // indirect
4442
github.com/containerd/errdefs v1.0.0 // indirect
4543
github.com/containerd/errdefs/pkg v0.3.0 // indirect
4644
github.com/containerd/log v0.1.0 // indirect
@@ -49,11 +47,12 @@ require (
4947
github.com/cpuguy83/dockercfg v0.3.2 // indirect
5048
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
5149
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
50+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
5251
github.com/dgraph-io/badger/v4 v4.8.0 // indirect
5352
github.com/dgraph-io/ristretto/v2 v2.2.0 // indirect
5453
github.com/distribution/reference v0.6.0 // indirect
5554
github.com/dlclark/regexp2 v1.4.0 // indirect
56-
github.com/docker/go-connections v0.5.0 // indirect
55+
github.com/docker/go-connections v0.6.0 // indirect
5756
github.com/docker/go-units v0.5.0 // indirect
5857
github.com/dustin/go-humanize v1.0.1 // indirect
5958
github.com/ebitengine/purego v0.8.4 // indirect
@@ -69,21 +68,34 @@ require (
6968
github.com/go-logr/stdr v1.2.2 // indirect
7069
github.com/go-ole/go-ole v1.3.0 // indirect
7170
github.com/go-test/deep v1.1.1 // indirect
72-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
71+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
7372
github.com/gobwas/glob v0.2.3 // indirect
73+
github.com/goccy/go-json v0.10.5 // indirect
7474
github.com/gogo/protobuf v1.3.2 // indirect
7575
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
7676
github.com/google/flatbuffers v25.2.10+incompatible // indirect
7777
github.com/google/go-cmp v0.7.0 // indirect
7878
github.com/google/uuid v1.6.0 // indirect
7979
github.com/gookit/color v1.5.4 // indirect
80-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
80+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
8181
github.com/hashicorp/errwrap v1.1.0 // indirect
8282
github.com/hashicorp/go-multierror v1.1.1 // indirect
83+
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
84+
github.com/huandu/go-clone v1.7.3 // indirect
85+
github.com/huandu/go-sqlbuilder v1.37.0 // indirect
86+
github.com/huandu/xstrings v1.5.0 // indirect
8387
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8488
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
8589
github.com/kevinburke/ssh_config v1.2.0 // indirect
8690
github.com/klauspost/compress v1.18.0 // indirect
91+
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
92+
github.com/lestrrat-go/dsig v1.0.0 // indirect
93+
github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect
94+
github.com/lestrrat-go/httpcc v1.0.1 // indirect
95+
github.com/lestrrat-go/httprc/v3 v3.0.1 // indirect
96+
github.com/lestrrat-go/jwx/v3 v3.0.11 // indirect
97+
github.com/lestrrat-go/option v1.0.1 // indirect
98+
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
8799
github.com/lufia/plan9stats v0.0.0-20240226150601-1dcf7310316a // indirect
88100
github.com/magiconair/properties v1.8.10 // indirect
89101
github.com/mattn/go-colorable v0.1.14 // indirect
@@ -113,27 +125,29 @@ require (
113125
github.com/pkg/errors v0.9.1 // indirect
114126
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
115127
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
116-
github.com/prometheus/client_golang v1.22.0 // indirect
128+
github.com/prometheus/client_golang v1.23.2 // indirect
117129
github.com/prometheus/client_model v0.6.2 // indirect
118-
github.com/prometheus/common v0.62.0 // indirect
119-
github.com/prometheus/procfs v0.15.1 // indirect
120-
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
130+
github.com/prometheus/common v0.66.1 // indirect
131+
github.com/prometheus/procfs v0.17.0 // indirect
132+
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
121133
github.com/rivo/uniseg v0.4.7 // indirect
122-
github.com/sagikazarmark/locafero v0.7.0 // indirect
134+
github.com/sagikazarmark/locafero v0.11.0 // indirect
135+
github.com/segmentio/asm v1.2.0 // indirect
123136
github.com/sergi/go-diff v1.4.0 // indirect
124-
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
125-
github.com/sirupsen/logrus v1.9.3 // indirect
137+
github.com/shirou/gopsutil/v4 v4.25.6 // indirect
138+
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af // indirect
126139
github.com/skeema/knownhosts v1.3.1 // indirect
127-
github.com/sourcegraph/conc v0.3.0 // indirect
128-
github.com/spf13/afero v1.12.0 // indirect
129-
github.com/spf13/cast v1.7.1 // indirect
130-
github.com/spf13/cobra v1.9.1 // indirect
131-
github.com/spf13/pflag v1.0.7 // indirect
132-
github.com/spf13/viper v1.20.1 // indirect
140+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
141+
github.com/spf13/afero v1.15.0 // indirect
142+
github.com/spf13/cast v1.10.0 // indirect
143+
github.com/spf13/cobra v1.10.1 // indirect
144+
github.com/spf13/pflag v1.0.10 // indirect
145+
github.com/spf13/viper v1.21.0 // indirect
133146
github.com/subosito/gotenv v1.6.0 // indirect
134147
github.com/tchap/go-patricia/v2 v2.3.3 // indirect
135148
github.com/tklauser/go-sysconf v0.3.13 // indirect
136149
github.com/tklauser/numcpus v0.7.0 // indirect
150+
github.com/valyala/fastjson v1.6.4 // indirect
137151
github.com/vektah/gqlparser/v2 v2.5.30 // indirect
138152
github.com/xanzy/ssh-agent v0.3.3 // indirect
139153
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -143,31 +157,31 @@ require (
143157
github.com/yusufpapurcu/wmi v1.2.4 // indirect
144158
github.com/zclconf/go-cty v1.16.3 // indirect
145159
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
146-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
147-
go.opentelemetry.io/otel v1.37.0 // indirect
148-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
149-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 // indirect
150-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 // indirect
151-
go.opentelemetry.io/otel/metric v1.37.0 // indirect
152-
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
153-
go.opentelemetry.io/otel/trace v1.37.0 // indirect
154-
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
160+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
161+
go.opentelemetry.io/otel v1.38.0 // indirect
162+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
163+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0 // indirect
164+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0 // indirect
165+
go.opentelemetry.io/otel/metric v1.38.0 // indirect
166+
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
167+
go.opentelemetry.io/otel/trace v1.38.0 // indirect
168+
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
155169
go.uber.org/automaxprocs v1.6.0 // indirect
156-
go.uber.org/multierr v1.11.0 // indirect
157170
go.yaml.in/yaml/v2 v2.4.2 // indirect
158-
golang.org/x/crypto v0.40.0 // indirect
159-
golang.org/x/mod v0.25.0 // indirect
160-
golang.org/x/net v0.42.0 // indirect
161-
golang.org/x/sync v0.16.0 // indirect
162-
golang.org/x/sys v0.34.0 // indirect
163-
golang.org/x/term v0.33.0 // indirect
164-
golang.org/x/time v0.12.0 // indirect
165-
golang.org/x/tools v0.34.0 // indirect
171+
go.yaml.in/yaml/v3 v3.0.4 // indirect
172+
golang.org/x/crypto v0.42.0 // indirect
173+
golang.org/x/mod v0.27.0 // indirect
174+
golang.org/x/net v0.44.0 // indirect
175+
golang.org/x/sync v0.17.0 // indirect
176+
golang.org/x/sys v0.36.0 // indirect
177+
golang.org/x/term v0.35.0 // indirect
178+
golang.org/x/time v0.13.0 // indirect
179+
golang.org/x/tools v0.36.0 // indirect
166180
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
167-
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
168-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
169-
google.golang.org/grpc v1.74.2 // indirect
170-
google.golang.org/protobuf v1.36.6 // indirect
181+
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
182+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
183+
google.golang.org/grpc v1.75.1 // indirect
184+
google.golang.org/protobuf v1.36.9 // indirect
171185
gopkg.in/warnings.v0 v0.1.2 // indirect
172186
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
173187
oras.land/oras-go/v2 v2.6.0 // indirect

0 commit comments

Comments
 (0)