fix(deps): update golang.org/x/exp digest to 0cdaa3a (#377)

This commit is contained in:
Dependency bot 2024-09-30 00:26:29 +00:00
parent 2f8bd38f59
commit d6f0ec39fc
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.22.0
toolchain go1.21.4
toolchain go1.23.1
require (
code.gitea.io/sdk/gitea v0.17.1
@ -20,7 +20,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-20240719175910-8a7402abbf56
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
xorm.io/xorm v1.3.2
)