Updated dependencies

This commit is contained in:
Eduard Urbach 2025-06-06 17:14:11 +02:00
parent 6e57d6818b
commit 3adfce18cb
Signed by: eduard
GPG key ID: 49226B848C78F6C8
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -3,6 +3,6 @@ module git.urbach.dev/go/web
go 1.24
require (
git.urbach.dev/go/assert v0.0.0-20250225153414-fc1f84f19edf
git.urbach.dev/go/router v0.0.0-20250601162231-e35d5715d1a5
git.urbach.dev/go/assert v0.0.0-20250606150337-559d3d3afcda
git.urbach.dev/go/router v0.0.0-20250606151301-c10e38fec918
)