mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-19 03:26:57 +00:00
fix(deps): update golang.org/x/exp digest to 0cdaa3a (#377)
This commit is contained in:
parent
2f8bd38f59
commit
d6f0ec39fc
2 changed files with 11 additions and 11 deletions
6
go.mod
6
go.mod
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue