fix(deps): update golang.org/x/exp digest to ca53665

This commit is contained in:
2026-08-23 00:04:57 +00:00
parent 0964a07df2
commit 7e72d6d11f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
module codeberg.org/codeberg/pages
go 1.26
go 1.26.0
require (
code.gitea.io/sdk/gitea v0.25.1
@@ -17,7 +17,7 @@ require (
github.com/rs/zerolog v1.35.1
github.com/stretchr/testify v1.12.1
github.com/urfave/cli/v2 v2.27.7
golang.org/x/exp v0.0.0-20260813180055-c1d0aacb2297
golang.org/x/exp v0.0.0-20260820142414-ca536658362e
xorm.io/xorm v1.4.1
)