1
0
Fork 0
mirror of https://codeberg.org/Codeberg/pages-server.git synced 2025-08-28 20:00:54 +00:00

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

This commit is contained in:
woodpecker-bot 2025-07-19 00:12:02 +00:00
parent 3d55191060
commit 4a8472c963
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
)