summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index de3d1a5..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.3
+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-20250523151144-2924263eb9a8
+ github.com/xlgmokha/x v0.0.0-20250523153843-ded39aa54bc5
golang.org/x/oauth2 v0.30.0
)