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

This commit is contained in:
2025-06-21 00:05:06 +00:00
parent ec3af84174
commit 0de163bcb0
2 changed files with 11 additions and 11 deletions

6
go.mod
View File

@ -1,8 +1,8 @@
module codeberg.org/codeberg/pages
go 1.21
go 1.23.0
toolchain go1.21.4
toolchain go1.24.4
require (
code.gitea.io/sdk/gitea v0.17.1
@ -19,7 +19,7 @@ require (
github.com/rs/zerolog v1.27.0
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.3.0
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
xorm.io/xorm v1.3.2
)