9 lines
117 B
Modula-2
Raw Normal View History

2024-03-22 15:08:24 +01:00
module git.akyoto.dev/go/web
2023-07-18 18:02:57 +02:00
2024-03-07 18:09:51 +01:00
go 1.22
2023-07-18 18:02:57 +02:00
2023-07-19 12:35:28 +02:00
require (
2024-03-07 18:09:51 +01:00
git.akyoto.dev/go/assert v0.1.3
2024-03-15 10:06:17 +01:00
git.akyoto.dev/go/router v0.1.4
2023-07-19 12:35:28 +02:00
)