Skip to content

Commit baac6d4

Browse files
dependabot[bot]simar7
authored andcommitted
chore(deps): bump the common group with 3 updates
Bumps the common group with 3 updates: [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa), [github.com/owenrumney/squealer](https://github.com/owenrumney/squealer) and [github.com/samber/lo](https://github.com/samber/lo). Updates `github.com/open-policy-agent/opa` from 1.0.0 to 1.1.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.0.0...v1.1.0) Updates `github.com/owenrumney/squealer` from 1.2.5 to 1.2.6 - [Release notes](https://github.com/owenrumney/squealer/releases) - [Changelog](https://github.com/owenrumney/squealer/blob/main/.goreleaser.yml) - [Commits](owenrumney/squealer@v1.2.5...v1.2.6) Updates `github.com/samber/lo` from 1.47.0 to 1.49.0 - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.47.0...v1.49.0) --- updated-dependencies: - dependency-name: github.com/open-policy-agent/opa dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common - dependency-name: github.com/owenrumney/squealer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: common - dependency-name: github.com/samber/lo dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 100eb69 commit baac6d4

File tree

2 files changed

+59
-90
lines changed

2 files changed

+59
-90
lines changed

go.mod

+19-20
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ require (
77
github.com/aws-cloudformation/rain v1.21.0
88
github.com/hashicorp/hcl/v2 v2.23.0
99
github.com/liamg/iamgo v0.0.9
10-
github.com/open-policy-agent/opa v1.0.0
11-
github.com/owenrumney/squealer v1.2.5
12-
github.com/samber/lo v1.47.0
10+
github.com/open-policy-agent/opa v1.1.0
11+
github.com/owenrumney/squealer v1.2.6
12+
github.com/samber/lo v1.49.0
1313
github.com/spf13/viper v1.19.0
1414
github.com/stretchr/testify v1.10.0
1515
gopkg.in/yaml.v3 v3.0.1
@@ -98,14 +98,13 @@ require (
9898
github.com/briandowns/spinner v1.23.0 // indirect
9999
github.com/bytecodealliance/wasmtime-go/v3 v3.0.2 // indirect
100100
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
101-
github.com/cespare/xxhash v1.1.0 // indirect
102101
github.com/cespare/xxhash/v2 v2.3.0 // indirect
103102
github.com/chai2010/gettext-go v1.0.2 // indirect
104103
github.com/cheggaaa/pb/v3 v3.1.5 // indirect
105104
github.com/chzyer/readline v1.5.1 // indirect
106105
github.com/cloudflare/circl v1.5.0 // indirect
107106
github.com/containerd/cgroups/v3 v3.0.3 // indirect
108-
github.com/containerd/containerd v1.7.24 // indirect
107+
github.com/containerd/containerd v1.7.25 // indirect
109108
github.com/containerd/containerd/api v1.8.0 // indirect
110109
github.com/containerd/containerd/v2 v2.0.1 // indirect
111110
github.com/containerd/continuity v0.4.5 // indirect
@@ -121,8 +120,8 @@ require (
121120
github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46 // indirect
122121
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
123122
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
124-
github.com/dgraph-io/badger/v3 v3.2103.5 // indirect
125-
github.com/dgraph-io/ristretto v0.2.0 // indirect
123+
github.com/dgraph-io/badger/v4 v4.5.1 // indirect
124+
github.com/dgraph-io/ristretto/v2 v2.1.0 // indirect
126125
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
127126
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
128127
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 // indirect
@@ -148,7 +147,7 @@ require (
148147
github.com/go-chi/chi v4.1.2+incompatible // indirect
149148
github.com/go-errors/errors v1.4.2 // indirect
150149
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
151-
github.com/go-git/go-billy/v5 v5.6.1 // indirect
150+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
152151
github.com/go-git/go-git/v5 v5.13.1 // indirect
153152
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
154153
github.com/go-ini/ini v1.67.0 // indirect
@@ -322,7 +321,7 @@ require (
322321
github.com/subosito/gotenv v1.6.0 // indirect
323322
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
324323
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
325-
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
324+
github.com/tchap/go-patricia/v2 v2.3.2 // indirect
326325
github.com/tetratelabs/wazero v1.8.2 // indirect
327326
github.com/theupdateframework/go-tuf v0.7.0 // indirect
328327
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
@@ -349,13 +348,13 @@ require (
349348
go.opencensus.io v0.24.0 // indirect
350349
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
351350
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 // indirect
352-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
353-
go.opentelemetry.io/otel v1.33.0 // indirect
354-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 // indirect
355-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33.0 // indirect
356-
go.opentelemetry.io/otel/metric v1.33.0 // indirect
357-
go.opentelemetry.io/otel/sdk v1.33.0 // indirect
358-
go.opentelemetry.io/otel/trace v1.33.0 // indirect
351+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
352+
go.opentelemetry.io/otel v1.34.0 // indirect
353+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
354+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
355+
go.opentelemetry.io/otel/metric v1.34.0 // indirect
356+
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
357+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
359358
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
360359
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
361360
go.uber.org/automaxprocs v1.6.0 // indirect
@@ -375,10 +374,10 @@ require (
375374
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
376375
google.golang.org/api v0.206.0 // indirect
377376
google.golang.org/genproto v0.0.0-20241104194629-dd2ea8efbc28 // indirect
378-
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
379-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
380-
google.golang.org/grpc v1.69.2 // indirect
381-
google.golang.org/protobuf v1.36.2 // indirect
377+
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
378+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
379+
google.golang.org/grpc v1.70.0 // indirect
380+
google.golang.org/protobuf v1.36.3 // indirect
382381
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
383382
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
384383
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)