fg-library/go.mod

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

module git.ailur.dev/ailur/fg-library/v3
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.2.0
2024-10-03 19:03:18 +01:00
github.com/google/uuid v1.6.0
)