web/go.mod

9 lines
117 B
Modula-2
Raw Normal View History

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