Skip to content

Commit 0f3431f

Browse files
chore(deps): bump golang.org/x/mod from 0.34.0 to 0.35.0 in /backend
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.34.0 to 0.35.0. - [Commits](golang/mod@v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3fde0b commit 0f3431f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

backend/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/docker/compose/v5 v5.1.2
2121
github.com/fsnotify/fsnotify v1.9.0
2222
github.com/getarcaneapp/arcane/cli v1.16.3
23-
github.com/getarcaneapp/arcane/types v1.17.2
23+
github.com/getarcaneapp/arcane/types v1.17.3
2424
github.com/gin-contrib/cors v1.7.7
2525
github.com/gin-gonic/gin v1.12.0
2626
github.com/glebarez/sqlite v1.11.0
@@ -51,7 +51,7 @@ require (
5151
github.com/stretchr/testify v1.11.1
5252
go.podman.io/image/v5 v5.39.2
5353
golang.org/x/crypto v0.50.0
54-
golang.org/x/mod v0.34.0
54+
golang.org/x/mod v0.35.0
5555
golang.org/x/net v0.53.0
5656
golang.org/x/oauth2 v0.36.0
5757
golang.org/x/sync v0.20.0

backend/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,8 +644,8 @@ golang.org/x/exp v0.0.0-20250911091902-df9299821621 h1:2id6c1/gto0kaHYyrixvknJ8t
644644
golang.org/x/exp v0.0.0-20250911091902-df9299821621/go.mod h1:TwQYMMnGpvZyc+JpB/UAuTNIsVJifOlSkrZkhcvpVUk=
645645
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
646646
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
647-
golang.org/x/mod v0.34.0 h1:xIHgNUUnW6sYkcM5Jleh05DvLOtwc6RitGHbDk4akRI=
648-
golang.org/x/mod v0.34.0/go.mod h1:ykgH52iCZe79kzLLMhyCUzhMci+nQj+0XkbXpNYtVjY=
647+
golang.org/x/mod v0.35.0 h1:Ww1D637e6Pg+Zb2KrWfHQUnH2dQRLBQyAtpr/haaJeM=
648+
golang.org/x/mod v0.35.0/go.mod h1:+GwiRhIInF8wPm+4AoT6L0FA1QWAad3OMdTRx4tFYlU=
649649
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
650650
golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
651651
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=

0 commit comments

Comments
 (0)