Skip to content

Commit 879497b

Browse files
chore: bump frameworks to 359cf1b (#3326)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sertac Ozercan <sozercan@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 468dd9a commit 879497b

File tree

104 files changed

+17482
-1538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+17482
-1538
lines changed

β€Žgo.mod

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
cloud.google.com/go/trace v1.10.6
77
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.44.0
88
github.com/dapr/go-sdk v1.8.0
9-
github.com/davecgh/go-spew v1.1.1
9+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
1010
github.com/dominikbraun/graph v0.16.2
1111
github.com/go-logr/logr v1.4.1
1212
github.com/go-logr/zapr v1.3.0
@@ -15,9 +15,9 @@ require (
1515
github.com/google/uuid v1.6.0
1616
github.com/onsi/gomega v1.31.1
1717
github.com/open-policy-agent/cert-controller v0.10.1
18-
github.com/open-policy-agent/frameworks/constraint v0.0.0-20240219192228-76869f816908
18+
github.com/open-policy-agent/frameworks/constraint v0.0.0-20240320172527-359cf1b785c9
1919
github.com/pkg/errors v0.9.1
20-
github.com/prometheus/client_golang v1.18.0
20+
github.com/prometheus/client_golang v1.19.0
2121
github.com/spf13/cobra v1.8.0
2222
github.com/stretchr/testify v1.8.4
2323
go.opentelemetry.io/contrib/detectors/aws/ec2 v1.21.1
@@ -30,7 +30,7 @@ require (
3030
go.opentelemetry.io/otel/sdk/metric v1.19.0
3131
go.uber.org/automaxprocs v1.5.3
3232
go.uber.org/zap v1.26.0
33-
golang.org/x/net v0.21.0
33+
golang.org/x/net v0.22.0
3434
golang.org/x/oauth2 v0.17.0
3535
golang.org/x/sync v0.6.0
3636
golang.org/x/time v0.5.0
@@ -68,7 +68,7 @@ require (
6868
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
6969
github.com/cespare/xxhash/v2 v2.2.0 // indirect
7070
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
71-
github.com/containerd/containerd v1.7.11 // indirect
71+
github.com/containerd/containerd v1.7.13 // indirect
7272
github.com/containerd/log v0.1.0 // indirect
7373
github.com/distribution/reference v0.5.0 // indirect
7474
github.com/docker/cli v25.0.1+incompatible // indirect
@@ -105,20 +105,18 @@ require (
105105
github.com/jmespath/go-jmespath v0.4.0 // indirect
106106
github.com/josharian/intern v1.0.0 // indirect
107107
github.com/json-iterator/go v1.1.12 // indirect
108-
github.com/klauspost/compress v1.16.0 // indirect
108+
github.com/klauspost/compress v1.17.0 // indirect
109109
github.com/mailru/easyjson v0.7.7 // indirect
110-
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
111-
github.com/miekg/dns v1.1.48 // indirect
112110
github.com/moby/locker v1.0.1 // indirect
113111
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
114112
github.com/modern-go/reflect2 v1.0.2 // indirect
115113
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
116-
github.com/open-policy-agent/opa v0.60.0 // indirect
114+
github.com/open-policy-agent/opa v0.62.1 // indirect
117115
github.com/opencontainers/go-digest v1.0.0 // indirect
118116
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
119-
github.com/pmezard/go-difflib v1.0.0 // indirect
117+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
120118
github.com/prometheus/client_model v0.5.0 // indirect
121-
github.com/prometheus/common v0.45.0 // indirect
119+
github.com/prometheus/common v0.48.0 // indirect
122120
github.com/prometheus/procfs v0.12.0 // indirect
123121
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
124122
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -138,10 +136,10 @@ require (
138136
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
139137
go.uber.org/atomic v1.11.0 // indirect
140138
go.uber.org/multierr v1.11.0 // indirect
141-
golang.org/x/crypto v0.19.0 // indirect
142-
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
143-
golang.org/x/sys v0.17.0 // indirect
144-
golang.org/x/term v0.17.0 // indirect
139+
golang.org/x/crypto v0.21.0 // indirect
140+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
141+
golang.org/x/sys v0.18.0 // indirect
142+
golang.org/x/term v0.18.0 // indirect
145143
golang.org/x/text v0.14.0 // indirect
146144
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
147145
google.golang.org/api v0.169.0 // indirect

β€Žgo.sum

Lines changed: 30 additions & 41 deletions
Large diffs are not rendered by default.

β€Žvendor/github.com/containerd/containerd/archive/compression/compression.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/github.com/containerd/containerd/content/content.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/github.com/containerd/containerd/content/helpers.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/github.com/containerd/containerd/version/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/github.com/klauspost/compress/.goreleaser.yml

Lines changed: 3 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/github.com/klauspost/compress/README.md

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/github.com/klauspost/compress/SECURITY.md

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/github.com/klauspost/compress/fse/bitwriter.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)