fg-library/go.mod

9 lines
129 B
Modula-2
Raw Permalink Normal View History

2024-10-15 19:00:05 +01:00
module git.ailur.dev/ailur/fg-library/v2
2024-10-03 19:03:18 +01:00
go 1.23.3
2024-10-03 19:03:18 +01:00
require (
github.com/go-chi/chi/v5 v5.1.0
github.com/google/uuid v1.6.0
)