1
0
Fork 0
mirror of https://codeberg.org/Codeberg/pages-server.git synced 2025-09-30 21:42:05 +00:00

fix(deps): update golang.org/x/exp digest to 645b1fa (#508)

This commit is contained in:
Dependency bot 2025-07-21 02:33:17 +02:00
parent 3d55191060
commit 77d24ca3f1
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -20,7 +20,7 @@ require (
github.com/rs/zerolog v1.34.0
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v2 v2.27.7
golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
xorm.io/xorm v1.3.9
)