summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-23 10:42:11 -0600
committermo khan <mo@mokhan.ca>2025-05-23 10:42:11 -0600
commit0ba49bfbde242920d8675a193d7af89420456fc0 (patch)
tree66bcdeb27cb744a026c245b296115e438aff40fe /go.mod
parent77afd54f19a5c7ad4417c4db687e257900b0e6c3 (diff)
parentf7335b090bc5b64d4d06014c4f7f5e34beb2c3cf (diff)
Merge branch 'go-1.24.3' into 'main'
Upgrade to Go 1.24.3 See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!10
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 7 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 58cc898..d971d96 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled
-go 1.24.0
+go 1.24
require (
github.com/coreos/go-oidc/v3 v3.14.1
@@ -12,7 +12,7 @@ require (
github.com/rs/zerolog v1.34.0
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.37.0
- github.com/xlgmokha/x v0.0.0-20250507172007-444d6e509eb4
+ github.com/xlgmokha/x v0.0.0-20250523153843-ded39aa54bc5
golang.org/x/oauth2 v0.30.0
)
@@ -30,7 +30,7 @@ require (
github.com/deckarep/golang-set/v2 v2.8.0 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
- github.com/ebitengine/purego v0.8.3 // indirect
+ github.com/ebitengine/purego v0.8.4 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
github.com/go-jose/go-jose/v4 v4.1.0 // indirect
@@ -73,12 +73,12 @@ require (
github.com/tklauser/numcpus v0.10.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
- go.opentelemetry.io/otel v1.35.0 // indirect
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
+ go.opentelemetry.io/otel v1.36.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 // indirect
- go.opentelemetry.io/otel/metric v1.35.0 // indirect
- go.opentelemetry.io/otel/trace v1.35.0 // indirect
+ go.opentelemetry.io/otel/metric v1.36.0 // indirect
+ go.opentelemetry.io/otel/trace v1.36.0 // indirect
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/sys v0.33.0 // indirect