Skip to content

Commit 9bbff32

Browse files
committed
chore: update dependencies in go.mod
1 parent ff7c913 commit 9bbff32

File tree

2 files changed

+70
-68
lines changed

2 files changed

+70
-68
lines changed

go.mod

+18-18
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ require (
2121
github.com/hashicorp/nomad/api v0.0.0-20241016132344-a0d7fb6b0957
2222
github.com/notaryproject/notation-core-go v1.1.0
2323
github.com/notaryproject/notation-go v1.2.1
24-
github.com/open-policy-agent/opa v0.69.0
24+
github.com/open-policy-agent/opa v1.0.0
2525
github.com/oras-project/oras-credentials-go v0.4.0
26-
github.com/stretchr/testify v1.9.0
26+
github.com/stretchr/testify v1.10.0
2727
github.com/testcontainers/testcontainers-go v0.33.0
28-
golang.org/x/crypto v0.28.0
28+
golang.org/x/crypto v0.31.0
2929
oras.land/oras-go/v2 v2.5.0
3030
)
3131

@@ -48,7 +48,7 @@ require (
4848
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
4949
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
5050
github.com/cespare/xxhash/v2 v2.3.0 // indirect
51-
github.com/containerd/containerd v1.7.22 // indirect
51+
github.com/containerd/containerd v1.7.24 // indirect
5252
github.com/containerd/log v0.1.0 // indirect
5353
github.com/containerd/platforms v0.2.1 // indirect
5454
github.com/cpuguy83/dockercfg v0.3.1 // indirect
@@ -166,23 +166,23 @@ require (
166166
github.com/yashtewari/glob-intersection v0.2.0 // indirect
167167
github.com/yusufpapurcu/wmi v1.2.4 // indirect
168168
github.com/zclconf/go-cty v1.15.0 // indirect
169-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
170-
go.opentelemetry.io/otel v1.31.0 // indirect
171-
go.opentelemetry.io/otel/metric v1.31.0 // indirect
172-
go.opentelemetry.io/otel/sdk v1.31.0 // indirect
173-
go.opentelemetry.io/otel/trace v1.31.0 // indirect
169+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
170+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
171+
go.opentelemetry.io/otel v1.33.0 // indirect
172+
go.opentelemetry.io/otel/metric v1.33.0 // indirect
173+
go.opentelemetry.io/otel/sdk v1.33.0 // indirect
174+
go.opentelemetry.io/otel/trace v1.33.0 // indirect
174175
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
175176
golang.org/x/mod v0.21.0 // indirect
176-
golang.org/x/net v0.30.0 // indirect
177-
golang.org/x/sync v0.8.0 // indirect
178-
golang.org/x/sys v0.26.0 // indirect
179-
golang.org/x/text v0.19.0 // indirect
180-
golang.org/x/time v0.6.0 // indirect
177+
golang.org/x/net v0.33.0 // indirect
178+
golang.org/x/sync v0.10.0 // indirect
179+
golang.org/x/sys v0.28.0 // indirect
180+
golang.org/x/text v0.21.0 // indirect
181+
golang.org/x/time v0.8.0 // indirect
181182
golang.org/x/tools v0.26.0 // indirect
182-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
183-
google.golang.org/grpc v1.67.0 // indirect
184-
google.golang.org/protobuf v1.35.1 // indirect
185-
gopkg.in/yaml.v2 v2.4.0 // indirect
183+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
184+
google.golang.org/grpc v1.69.2 // indirect
185+
google.golang.org/protobuf v1.35.2 // indirect
186186
gopkg.in/yaml.v3 v3.0.1 // indirect
187187
kernel.org/pub/linux/libs/security/libcap/psx v1.2.69 // indirect
188188
oss.indeed.com/go/libtime v1.6.0 // indirect

0 commit comments

Comments
 (0)